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

Side by Side Diff: LayoutTests/fast/masking/parsing-mask-source-type.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 <style> 3 <style>
4 * { font-size: 16px; } 4 * { font-size: 16px; }
5 div { font-size: 8px; } 5 div { font-size: 8px; }
6 </style> 6 </style>
7 <body> 7 <body>
8 <script src="../js/resources/js-test-pre.js"></script> 8 <script src="../js/resources/js-test-pre.js"></script>
9 <script> 9 <script>
10 function setProperty(value) { 10 function setProperty(value) {
(...skipping 10 matching lines...) Expand all
21 21
22 function test(value, expected) { 22 function test(value, expected) {
23 shouldBeEqualToString('setProperty("' + value + '")', expected); 23 shouldBeEqualToString('setProperty("' + value + '")', expected);
24 } 24 }
25 25
26 test("alpha, alpha, alpha, alpha", "alpha, alpha, alpha, alpha"); 26 test("alpha, alpha, alpha, alpha", "alpha, alpha, alpha, alpha");
27 test("luminance, alpha", "luminance, alpha, alpha, alpha"); 27 test("luminance, alpha", "luminance, alpha, alpha, alpha");
28 test("luminance, luminance, luminance, luminance", "luminance, lumin ance, luminance, luminance"); 28 test("luminance, luminance, luminance, luminance", "luminance, lumin ance, luminance, luminance");
29 test("auto, alpha, luminance, luminance", "alpha, alpha, luminance, luminance"); 29 test("auto, alpha, luminance, luminance", "alpha, alpha, luminance, luminance");
30 </script> 30 </script>
31 <script src="../js/resources/js-test-post.js"></script>
32 </body> 31 </body>
33 </html> 32 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/masking/parsing-mask.html ('k') | LayoutTests/fast/media/media-query-serialization.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698