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

Side by Side Diff: LayoutTests/fast/multicol/zeroColumnCount.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <body> 2 <body>
3 <style> 3 <style>
4 body { 4 body {
5 -webkit-column-count: 2; 5 -webkit-column-count: 2;
6 -webkit-column-count: 0; 6 -webkit-column-count: 0;
7 } 7 }
8 </style> 8 </style>
9 <script src="../js/resources/js-test-pre.js"></script> 9 <script src="../../resources/js-test.js"></script>
10 <script> 10 <script>
11 description("Test that column-count:0 is parsed as invalid syntax and thrown awa y."); 11 description("Test that column-count:0 is parsed as invalid syntax and thrown awa y.");
12 shouldBe("getComputedStyle(document.body).webkitColumnCount", "'2'"); 12 shouldBe("getComputedStyle(document.body).webkitColumnCount", "'2'");
13 if (window.testRunner) 13 if (window.testRunner)
14 testRunner.dumpAsText(); 14 testRunner.dumpAsText();
15 </script> 15 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/orphans-relayout.html ('k') | LayoutTests/fast/notifications/notification-exceptions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698