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

Side by Side Diff: LayoutTests/fast/multicol/zeroColumnCount.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 <!DOCTYPE html>
2 <body>
3 <style>
4 body {
5 -webkit-column-count: 2;
6 -webkit-column-count: 0;
7 }
8 </style>
9 <script src="../../resources/js-test.js"></script>
10 <script>
11 description("Test that column-count:0 is parsed as invalid syntax and thrown awa y.");
12 shouldBe("getComputedStyle(document.body).webkitColumnCount", "'2'");
13 if (window.testRunner)
14 testRunner.dumpAsText();
15 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/widows-and-orphans-expected.txt ('k') | LayoutTests/fast/multicol/zeroColumnCount-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698