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

Side by Side Diff: LayoutTests/fast/multicol/huge-column-count.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 <style>
2 html, body { -webkit-column-count: 2000000000; -webkit-column-width: 0; }
3 </style>
4 <body>
5 This test should not crash.
6 </body>
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698