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

Side by Side Diff: LayoutTests/fast/text/resources/word-break-next-linebox-not-dirty-crash.html

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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 <html> 1 <html>
2 <body onload="runTest();"> 2 <body onload="runTest();">
3 <audio>a</audio>a 3 <audio>a</audio>a
4 <center></center> 4 <center></center>
5 aaaaaaaaaaaaaaaaaaa 5 aaaaaaaaaaaaaaaaaaa
6 <wbr id="wbr"/> 6 <wbr id="wbr"/>
7 <span>aaaaaaaaaaaaa</span> 7 <span>aaaaaaaaaaaaa</span>
8 <script> 8 <script>
9 function reference(domNode) 9 function reference(domNode)
10 { 10 {
(...skipping 24 matching lines...) Expand all
35 document.body.offsetTop; 35 document.body.offsetTop;
36 clearAllNodes(); 36 clearAllNodes();
37 37
38 if (window.testRunner) 38 if (window.testRunner)
39 testRunner.notifyDone(); 39 testRunner.notifyDone();
40 } 40 }
41 </script> 41 </script>
42 </body> 42 </body>
43 </html> 43 </html>
44 44
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/resources/line-breaks-crlf.txt ('k') | LayoutTests/fast/text/split-text-crash.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698