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

Side by Side Diff: LayoutTests/fast/multicol/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, 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
(Empty)
1 <html>
2 <head>
3 <style>
4 body {
5 -webkit-column-width: .600pt;
6 -webkit-column-gap: 2261953074155095154;
7 }
8 </style>
9
10 <script>
11 if (window.testRunner)
12 testRunner.dumpAsText();
13 </script>
14 </head>
15
16 <body class="test">
17 This test passes if it does not crash.
18 </body>
19
20 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/huge-column-count-expected.txt ('k') | LayoutTests/fast/multicol/huge-column-gap-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698