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

Unified Diff: third_party/WebKit/LayoutTests/fast/frames/iframe-plugin-load-remove-document-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/frames/iframe-plugin-load-remove-document-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/frames/iframe-plugin-load-remove-document-crash.html b/third_party/WebKit/LayoutTests/fast/frames/iframe-plugin-load-remove-document-crash.html
index b5fa05a7daa81cca36be4d7747eb0114232daf74..b6c49df1a8b72e92b008204e9ed9a950aadf6bd0 100644
--- a/third_party/WebKit/LayoutTests/fast/frames/iframe-plugin-load-remove-document-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/frames/iframe-plugin-load-remove-document-crash.html
@@ -11,7 +11,7 @@
{
document.body.innerHTML = 'PASS';
- if (testRunner)
+ if (window.testRunner)
testRunner.notifyDone();
}
</script>

Powered by Google App Engine
This is Rietveld 408576698