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

Unified Diff: third_party/WebKit/LayoutTests/transitions/hang-with-bad-transition-list.html

Issue 2295653002: Use window.testRunner in if-clause (Closed)
Patch Set: a Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/svg/dom/viewport-container-crash.svg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/transitions/hang-with-bad-transition-list.html
diff --git a/third_party/WebKit/LayoutTests/transitions/hang-with-bad-transition-list.html b/third_party/WebKit/LayoutTests/transitions/hang-with-bad-transition-list.html
index 4b506cf84d0113951add2e2ade4209b2f988b0b8..aee1c54c8c3807d439b8fe7c20c85a27da2e8a1c 100644
--- a/third_party/WebKit/LayoutTests/transitions/hang-with-bad-transition-list.html
+++ b/third_party/WebKit/LayoutTests/transitions/hang-with-bad-transition-list.html
@@ -16,7 +16,7 @@
onload = function() {
var doomSpan = document.getElementById("doomSpan");
doomSpan.style.opacity=1;
- if (testRunner)
+ if (window.testRunner)
doomSpan.addEventListener('webkitTransitionEnd', function() { testRunner.notifyDone(); });
}
</script>
« no previous file with comments | « third_party/WebKit/LayoutTests/svg/dom/viewport-container-crash.svg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698