Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: third_party/WebKit/LayoutTests/editing/selection/selection-button-text.html

Issue 2964903002: Remove line break in LayoutTests/editing/selection/selection-button-text.html (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 </head> 4 </head>
5 <body> 5 <body>
6 <p>To PASS this test case the text of the button label should not be selected in the selection.</p> 6 <p>To PASS this test case the text of the button label should not be selected in the selection.</p>
7 <div> 7 <div>
8 Buttons<br> 8 Buttons<br>
9 with text <input type="button" value="too little"> too little 9 with text <input type="button" value="too little"> too little
10 <div> 10 <div>
11 and text <input type="button" value="too much"> too much 11 and text <input type="button" value="too much"> too much
12 </div> 12 </div>
13 Should not be selected in the selection. 13 Should not be selected in the selection.</div>
14 </div>
15 </body> 14 </body>
16 <script> 15 <script>
17 document.execCommand("SelectAll"); 16 document.execCommand("SelectAll");
18 </script> 17 </script>
19 </html> 18 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698