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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/custom/reparent-unwrapped-custom-element-crash.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/dom/custom/reparent-unwrapped-custom-element-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/custom/reparent-unwrapped-custom-element-crash.html b/third_party/WebKit/LayoutTests/fast/dom/custom/reparent-unwrapped-custom-element-crash.html
index 9d956aed028ca1d534c52ec2225a8f4f15cc435e..4e57a4f1c30116f2c9452a888012d749ba0cbb1e 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/custom/reparent-unwrapped-custom-element-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/custom/reparent-unwrapped-custom-element-crash.html
@@ -6,7 +6,7 @@ If this doesn't crash, it passed.
<script>
jsTestIsAsync = true;
-if (testRunner)
+if (window.testRunner)
testRunner.dumpAsText();
iframe.onload = function() {

Powered by Google App Engine
This is Rietveld 408576698