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

Unified Diff: third_party/WebKit/LayoutTests/fast/frames/resources/meta-refresh-target.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
Index: third_party/WebKit/LayoutTests/fast/frames/resources/meta-refresh-target.html
diff --git a/third_party/WebKit/LayoutTests/fast/frames/resources/meta-refresh-target.html b/third_party/WebKit/LayoutTests/fast/frames/resources/meta-refresh-target.html
index 582375355d0daabaa5e1714a6ea76d58bc688fd2..9736562dbff28a059508820255e912e784fe8c68 100644
--- a/third_party/WebKit/LayoutTests/fast/frames/resources/meta-refresh-target.html
+++ b/third_party/WebKit/LayoutTests/fast/frames/resources/meta-refresh-target.html
@@ -1,7 +1,7 @@
<html>
<head>
<script>
-if (testRunner)
+if (window.testRunner)
testRunner.notifyDone();
</script>
</head>

Powered by Google App Engine
This is Rietveld 408576698