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

Unified Diff: LayoutTests/http/tests/security/resources/cross-frame-iframe-for-get-test.html

Issue 494343003: Eliminate globalFlag usage from http security layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: consistify Created 6 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: LayoutTests/http/tests/security/resources/cross-frame-iframe-for-get-test.html
diff --git a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-get-test.html b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-get-test.html
index 567cb429d26c1da962f7cfe53500aa03be352d74..2031e08a89a1bb328fd140bd718f1ed1665b3868 100644
--- a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-get-test.html
+++ b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-get-test.html
@@ -9,8 +9,7 @@
window.onload = function()
{
- if (window.testRunner)
- testRunner.globalFlag = true;
+ window.parent.postMessage('start', '*');
}
</script>
</head>

Powered by Google App Engine
This is Rietveld 408576698