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

Side by Side Diff: LayoutTests/svg/css/mask-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 <svg><mask id="mask"></mask></svg> 8 <svg><mask id="mask"></mask></svg>
9 <script src="../../fast/js/resources/js-test-pre.js"></script> 9 <script src="../../fast/js/resources/js-test-pre.js"></script>
10 <script> 10 <script>
(...skipping 16 matching lines...) Expand all
27 test("mask-type", "", "luminance"); 27 test("mask-type", "", "luminance");
28 test("mask-type", "alpha", "alpha"); 28 test("mask-type", "alpha", "alpha");
29 test("mask-type", "luminance", "luminance"); 29 test("mask-type", "luminance", "luminance");
30 30
31 // negative tests 31 // negative tests
32 test("mask-type", "0", "luminance"); 32 test("mask-type", "0", "luminance");
33 test("mask-type", "1", "luminance"); 33 test("mask-type", "1", "luminance");
34 test("mask-type", "linearRGB", "luminance"); 34 test("mask-type", "linearRGB", "luminance");
35 35
36 </script> 36 </script>
37 <script src="../../fast/js/resources/js-test-post.js"></script>
38 </svg> 37 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/css/glyph-orientation-rounding-test.xhtml ('k') | LayoutTests/svg/css/rect-system-color.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698