4 <script src=
"resources/text-based-repaint.js"></script>
8 document
.getElementById("popup").selectedIndex
= 1;
9 document
.getElementById("button").innerText
= "SUCCESS";
13 select, button { display: block; height:
30px; width:
200px; }
14 select { -webkit-appearance: none; }
17 <body onload=
"runRepaintTest()">
19 Test for
<i><a href=
"http://bugs.webkit.org/show_bug.cgi?id=13391">http://bugs.webkit.org/show_bug.cgi?id=
13391</a>
20 REGRESSION (r18819): Incomplete repaint of button text
</i>.
23 The popup and the button should say
“SUCCESS
” with no sign of
“FAILURE
”.
26 <option>FAILURE
</option>
27 <option>SUCCESS
</option>
29 <button id=
"button">FAILURE
</button>