6 -webkit-appearance: none;
9 <script type=
"text/javascript">
11 bad
= document
.createElement("progress");
14 bad
.setAttribute("value",10);
15 bad
.setAttribute("style", "border:solid red");
16 document
.getElementsByTagName('body')[0].appendChild(bad
);
17 document
.body
.offsetLeft
;
18 document
.getElementById('bad').value
= 50;
22 <body onload=
"runTest();">
23 <!-- [bug 100507] https://bugs.webkit.org/show_bug.cgi?id=100507 -->
24 <!-- Progress bar shadow tree sometimes is not relayouted. -->