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

Side by Side Diff: LayoutTests/transitions/transition-end-event-prefixed-03.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 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <style> 5 <style>
6 .box { 6 .box {
7 position: relative; 7 position: relative;
8 left: 0; 8 left: 0;
9 height: 100px; 9 height: 100px;
10 width: 100px; 10 width: 100px;
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 shouldBe("transitionEventContainer.elapsedTime", "transitionEventBox.ela psedTime"); 62 shouldBe("transitionEventContainer.elapsedTime", "transitionEventBox.ela psedTime");
63 shouldBe("transitionEventContainer.propertyName", "transitionEventBox.pr opertyName"); 63 shouldBe("transitionEventContainer.propertyName", "transitionEventBox.pr opertyName");
64 if (window.testRunner) 64 if (window.testRunner)
65 testRunner.notifyDone(); 65 testRunner.notifyDone();
66 document.body.removeChild(testContainer); 66 document.body.removeChild(testContainer);
67 } 67 }
68 68
69 testContainer.addEventListener('webkitTransitionEnd', outerTransitionEndEven t, false); 69 testContainer.addEventListener('webkitTransitionEnd', outerTransitionEndEven t, false);
70 box.addEventListener('webkitTransitionEnd', innerTransitionEndEvent, false); 70 box.addEventListener('webkitTransitionEnd', innerTransitionEndEvent, false);
71 </script> 71 </script>
72 <script src="../fast/js/resources/js-test-post.js"></script>
73 </body> 72 </body>
74 </html> 73 </html>
OLDNEW
« no previous file with comments | « LayoutTests/transitions/transition-end-event-prefixed-01.html ('k') | LayoutTests/transitions/transitions-parsing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698