1 <svg xmlns=
"http://www.w3.org/2000/svg"
2 xmlns:
xlink=
"http://www.w3.org/1999/xlink"
4 <!-- this is a test for https://bugzilla.mozilla.org/show_bug.cgi?id=521682 -->
8 <rect height=
"50%" width=
"100%" fill=
"blue" />
12 <use id=
"u" xlink:
href=
"#d" height=
"100%" width=
"11%" />
15 document.addEventListener(
"MozReftestInvalidate", doTest, false);
16 setTimeout(doTest,
4000); // fallback for running outside reftest
19 document.getElementById(
"u").removeAttribute(
"width");
20 document.documentElement.removeAttribute('class');