4 select::selection { color: red; }
5 input[
type=
"button"]::selection { color: red; }
10 testRunner
.dumpAsText();
11 document
.execCommand("SelectAll");
15 <body onload=
"test()">
16 This tests that this crasher is fixed:
<br>
17 http://bugs.webkit.org/show_bug.cgi?id=
10139<br>
18 REGRESSION: Reproducible crash when selecting a popup/button with ::selection pseudostyle
"<br>
20 <option>Option 1</option>
22 <input type="button
" value="button
"></input>