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

Side by Side Diff: LayoutTests/fast/multicol/old/anonymous-block-split-crash.html

Issue 299373006: Move old multicol tests to a separate directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 #test0 { -webkit-column-count: 2; } 4 #test0 { -webkit-column-count: 2; }
5 #test1::after { display: block; content: ''; } 5 #test1::after { display: block; content: ''; }
6 #test2:nth-last-child(2n) { content: ''; } 6 #test2:nth-last-child(2n) { content: ''; }
7 #test2 { -webkit-column-span: all; } 7 #test2 { -webkit-column-span: all; }
8 #test4 { float: right; } 8 #test4 { float: right; }
9 </style> 9 </style>
10 <script> 10 <script>
(...skipping 23 matching lines...) Expand all
34 document.execCommand('selectall'); 34 document.execCommand('selectall');
35 document.execCommand('inserttext', ''); 35 document.execCommand('inserttext', '');
36 document.body.offsetTop; 36 document.body.offsetTop;
37 document.body.innerHTML = "PASS"; 37 document.body.innerHTML = "PASS";
38 } 38 }
39 </script> 39 </script>
40 </head> 40 </head>
41 <body> 41 <body>
42 </body> 42 </body>
43 </html> 43 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/old/README ('k') | LayoutTests/fast/multicol/old/anonymous-block-split-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698