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

Side by Side Diff: LayoutTests/fast/css/cursor-parsing-image-set.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 PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../../resources/js-test.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <p id="description"></p> 7 <p id="description"></p>
8 <p><a href=https://bugs.webkit.org/show_bug.cgi?id=99493>Bug 99493</a></p> 8 <p><a href=https://bugs.webkit.org/show_bug.cgi?id=99493>Bug 99493</a></p>
9 <div id="console"></div> 9 <div id="console"></div>
10 <script> 10 <script>
11 description("Test the parsing of the cursor property when used with -webkit-imag e-set."); 11 description("Test the parsing of the cursor property when used with -webkit-imag e-set.");
12 12
13 function makeCursorRule(rule) 13 function makeCursorRule(rule)
14 { 14 {
(...skipping 23 matching lines...) Expand all
38 debug('Test a bunch of cursor rules which should round-trip exactly.'); 38 debug('Test a bunch of cursor rules which should round-trip exactly.');
39 testCursorRule('-webkit-image-set(url(file:///foo.png) 1x), auto'); 39 testCursorRule('-webkit-image-set(url(file:///foo.png) 1x), auto');
40 testCursorRule('-webkit-image-set(url(file:///foo.png) 1x, url(file:///foo2x.png ) 2x), auto'); 40 testCursorRule('-webkit-image-set(url(file:///foo.png) 1x, url(file:///foo2x.png ) 2x), auto');
41 testCursorRule('-webkit-image-set(url(file:///foo.png) 1x, url(file:///foo2x.png ) 2x) 2 3, auto'); 41 testCursorRule('-webkit-image-set(url(file:///foo.png) 1x, url(file:///foo2x.png ) 2x) 2 3, auto');
42 testCursorRule('-webkit-image-set(url(file:///foo03.png) 0.3x, url(file:///foo5x .png) 5x) 6 5, url(file:///foo.png) 12 3, pointer'); 42 testCursorRule('-webkit-image-set(url(file:///foo03.png) 0.3x, url(file:///foo5x .png) 5x) 6 5, url(file:///foo.png) 12 3, pointer');
43 43
44 successfullyParsed = true; 44 successfullyParsed = true;
45 </script> 45 </script>
46 </body> 46 </body>
47 </html> 47 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/cursor-parsing.html ('k') | LayoutTests/fast/css/cursor-parsing-quirks.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698