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

Side by Side Diff: LayoutTests/editing/execCommand/indent-node-to-split-to-crash.html

Issue 217003006: Remove carriage returns from LayoutTests (01) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix caret-and-focus-ring Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script type="text/JavaScript"> 4 <script type="text/JavaScript">
5 5
6 function runTest() { 6 function runTest() {
7 document.execCommand('usecss', null, 'false'); 7 document.execCommand('usecss', null, 'false');
8 8
9 var div = document.getElementById('a'); 9 var div = document.getElementById('a');
10 var range = document.createRange(); 10 var range = document.createRange();
(...skipping 12 matching lines...) Expand all
23 } 23 }
24 24
25 if (window.testRunner) { 25 if (window.testRunner) {
26 testRunner.dumpAsText(); 26 testRunner.dumpAsText();
27 testRunner.waitUntilDone(); 27 testRunner.waitUntilDone();
28 } 28 }
29 29
30 </script> 30 </script>
31 </head> 31 </head>
32 <body onload="runTest()"><div contenteditable="" id="a"><div><br><div contentedi table="false"><table></table></div></div><blockquote><input></blockquote><br></b r></div></body></html> 32 <body onload="runTest()"><div contenteditable="" id="a"><div><br><div contentedi table="false"><table></table></div></div><blockquote><input></blockquote><br></b r></div></body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698