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

Unified Diff: LayoutTests/http/tests/security/xss-DENIED-javascript-with-spaces.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
« no previous file with comments | « LayoutTests/http/tests/security/resources/open-window.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/security/xss-DENIED-javascript-with-spaces.html
diff --git a/LayoutTests/http/tests/security/xss-DENIED-javascript-with-spaces.html b/LayoutTests/http/tests/security/xss-DENIED-javascript-with-spaces.html
index 887edc5e91d8986969d9490149fad783b0d474ef..945b2de1fab477c577230a8cb5940dff1d945f26 100644
--- a/LayoutTests/http/tests/security/xss-DENIED-javascript-with-spaces.html
+++ b/LayoutTests/http/tests/security/xss-DENIED-javascript-with-spaces.html
@@ -1,5 +1,5 @@
<body onload="test()">
-<iframe src="http://localhost:8000/security/resources/innocent-victim-with-notify.html"></iframe>
+<iframe src="http://localhost:8000/security/resources/innocent-victim.html"></iframe>
<p>There should be no alert displayed.</p>
<script>
if (window.testRunner) {
« no previous file with comments | « LayoutTests/http/tests/security/resources/open-window.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698