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

Side by Side Diff: LayoutTests/fast/multicol/old/huge-column-gap-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, 6 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 body { 4 body {
5 -webkit-column-width: .600pt; 5 -webkit-column-width: .600pt;
6 -webkit-column-gap: 2261953074155095154; 6 -webkit-column-gap: 2261953074155095154;
7 } 7 }
8 </style> 8 </style>
9 9
10 <script> 10 <script>
11 if (window.testRunner) 11 if (window.testRunner)
12 testRunner.dumpAsText(); 12 testRunner.dumpAsText();
13 </script> 13 </script>
14 </head> 14 </head>
15 15
16 <body class="test"> 16 <body class="test">
17 This test passes if it does not crash. 17 This test passes if it does not crash.
18 </body> 18 </body>
19 19
20 </html> 20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698