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

Side by Side Diff: LayoutTests/fast/table/table-anonymous-block-destroy-crash.html

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 div 4 div
5 { 5 {
6 -webkit-column-span: all; 6 -webkit-column-span: all;
7 -webkit-columns: 2; 7 -webkit-columns: 2;
8 display: table-cell; 8 display: table-cell;
9 } 9 }
10 div:last-of-type 10 div:last-of-type
11 { 11 {
12 display: table-caption; 12 display: table-caption;
13 } 13 }
14 </style> 14 </style>
15 </head> 15 </head>
16 <body> 16 <body>
17 <div> 17 <div>
18 <div></div> 18 <div></div>
19 </div> 19 </div>
20 PASS 20 PASS
21 <script> 21 <script>
22 if (window.testRunner) 22 if (window.testRunner)
23 testRunner.dumpAsText(); 23 testRunner.dumpAsText();
24 </script> 24 </script>
25 </body> 25 </body>
26 </html> 26 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/table-and-parts-outline.html ('k') | LayoutTests/fast/table/table-before-child-in-table.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698