2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
5 <svg class=
"reftest-wait" xmlns=
"http://www.w3.org/2000/svg">
6 <title>Test invalidation on setting .className.baseVal
</title>
7 <style type=
"text/css">
14 document.addEventListener(
"MozReftestInvalidate", doTest, false);
15 setTimeout(doTest,
4000); // fallback for running outside reftest
18 document.getElementById('rect').className.baseVal = 'lime';
19 document.documentElement.removeAttribute('class');
23 <rect id=
"rect" width=
"100%" height=
"100%" fill=
"red"/>