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

Side by Side Diff: LayoutTests/fast/multicol/columns-shorthand-parsing-2.html

Issue 48903019: Delete js-test-post.js. (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 <html> 2 <html>
3 <head> 3 <head>
4 <title>'columns' property with 'auto' and something else</title> 4 <title>'columns' property with 'auto' and something else</title>
5 <script src="../js/resources/js-test-pre.js"></script> 5 <script src="../js/resources/js-test-pre.js"></script>
6 <script> 6 <script>
7 description("Test the behavior when 'auto' is part of the 'columns' proper ty value. See http://www.w3.org/TR/css3-multicol/#columns"); 7 description("Test the behavior when 'auto' is part of the 'columns' proper ty value. See http://www.w3.org/TR/css3-multicol/#columns");
8 if (window.testRunner) 8 if (window.testRunner)
9 testRunner.dumpAsText(); 9 testRunner.dumpAsText();
10 10
(...skipping 20 matching lines...) Expand all
31 shouldBeEqualToString("element.style.WebkitColumns", test[3]); 31 shouldBeEqualToString("element.style.WebkitColumns", test[3]);
32 }); 32 });
33 } 33 }
34 </script> 34 </script>
35 </head> 35 </head>
36 <body> 36 <body>
37 <div id="element"></div> 37 <div id="element"></div>
38 <script> 38 <script>
39 runTests(); 39 runTests();
40 </script> 40 </script>
41 <script src="../js/resources/js-test-post.js"></script>
42 </body> 41 </body>
43 </html> 42 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/column-width-zero.html ('k') | LayoutTests/fast/multicol/newmulticol/balance-images.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698