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

Side by Side Diff: LayoutTests/fast/css/inherit-initial-shorthand-values.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 <script src="../js/resources/js-test-pre.js"></script> 1 <script src="../../resources/js-test.js"></script>
2 <script> 2 <script>
3 if (window.testRunner) 3 if (window.testRunner)
4 testRunner.dumpAsText(); 4 testRunner.dumpAsText();
5 </script> 5 </script>
6 <style> 6 <style>
7 #test { 7 #test {
8 } 8 }
9 </style> 9 </style>
10 <body> 10 <body>
11 </body> 11 </body>
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 result.push(style[shorthand]); 62 result.push(style[shorthand]);
63 style[shorthand] = "initial"; 63 style[shorthand] = "initial";
64 result.push(style[shorthand]); 64 result.push(style[shorthand]);
65 return result.join(", "); 65 return result.join(", ");
66 } 66 }
67 67
68 for (var i = 0; i < shorthandNames.length; ++i) { 68 for (var i = 0; i < shorthandNames.length; ++i) {
69 shouldBeEqualToString("test('" + shorthandNames[i] + "')", "inherit, initial "); 69 shouldBeEqualToString("test('" + shorthandNames[i] + "')", "inherit, initial ");
70 } 70 }
71 </script> 71 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/image-value-type.html ('k') | LayoutTests/fast/css/inherited-properties-explicit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698