2 <html class=
"reftest-wait">
5 #a:first-child::first-line { }
6 body { visibility: hidden; }
10 document
.getElementById("a").removeAttribute('style');
11 document
.body
.offsetWidth
;
12 document
.documentElement
.className
= "";
15 </head><body onload=
"runTest()">
17 <div style=
"position:absolute;">
18 <span id=
"a" style=
"position:fixed;">
20 <span style=
"display:table;position:absolute;">
23 Loading this should not crash Mozilla