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

Side by Side Diff: LayoutTests/animations/animation-add-events-in-handler.html

Issue 6483002: Merge 76708 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 months 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
« no previous file with comments | « no previous file | LayoutTests/animations/animation-add-events-in-handler-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <script> 1 <script>
2 if (window.layoutTestController) { 2 if (window.layoutTestController) {
3 layoutTestController.dumpAsText(); 3 layoutTestController.dumpAsText();
4 layoutTestController.waitUntilDone(); 4 layoutTestController.waitUntilDone();
5 } 5 }
6 6
7 function touchElement(evt) { 7 function touchElement(evt) {
8 getComputedStyle(evt.srcElement.firstElementChild)['-webkit-animation-durati on']; 8 getComputedStyle(evt.srcElement.firstElementChild)['-webkit-animation-durati on'];
9 evt.srcElement.firstElementChild.style.display = 'block'; 9 evt.srcElement.firstElementChild.style.display = 'block';
10 total++; 10 total++;
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 <div class="padding"> 49 <div class="padding">
50 <div class="padding"> 50 <div class="padding">
51 <div class="padding"> 51 <div class="padding">
52 <div class="padding"> 52 <div class="padding">
53 <div class="padding"> 53 <div class="padding">
54 <div class="padding"> 54 <div class="padding">
55 <div class="padding"> 55 <div class="padding">
56 <div class="padding"> 56 <div class="padding">
57 <div class="padding"> 57 <div class="padding">
58 <img class="crash"> 58 <img class="crash">
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/animations/animation-add-events-in-handler-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698