Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / selection-button-text.html
blob31cd2645b99a35cff18edf3bea5e39100616eed6
1 <!DOCTYPE html>
2 <html>
3 <head>
4 </head>
5 <body>
6 <p>To PASS this test case the text of the button label should not be selected in the selection.</p>
7 <div>
8 Buttons<br>
9 with text <input type="button" value="too little"> too little
10 <div>
11 and text <input type="button" value="too much"> too much
12 </div>
13 Should not be selected in the selection.
14 </div>
15 </body>
16 <script>
17 document.execCommand("SelectAll");
18 </script>
19 </html>