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

Side by Side Diff: LayoutTests/transitions/transition-end-event-create.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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../fast/js/resources/js-test-pre.js"></script> 3 <script src="../resources/js-test.js"></script>
4 </head> 4 </head>
5 <body> 5 <body>
6 <p id="description"></p> 6 <p id="description"></p>
7 <div id="console"></div> 7 <div id="console"></div>
8 <script> 8 <script>
9 9
10 description("Test dynamic creation of WebKitTransitionEnd event."); 10 description("Test dynamic creation of WebKitTransitionEnd event.");
11 11
12 if (document.createEvent) 12 if (document.createEvent)
13 testPassed("document.createEvent exists"); 13 testPassed("document.createEvent exists");
(...skipping 16 matching lines...) Expand all
30 30
31 shouldBe("typeof(ev)", "'object'"); 31 shouldBe("typeof(ev)", "'object'");
32 shouldBe("ev.propertyName", "undefined"); 32 shouldBe("ev.propertyName", "undefined");
33 shouldBe("ev.elapsedTime", "undefined"); 33 shouldBe("ev.elapsedTime", "undefined");
34 34
35 debug(""); 35 debug("");
36 36
37 </script> 37 </script>
38 </body> 38 </body>
39 </html> 39 </html>
OLDNEW
« no previous file with comments | « LayoutTests/transforms/cssmatrix-3d-interface.xhtml ('k') | LayoutTests/transitions/transition-end-event-prefixed-01.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698