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

Unified Diff: LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame.html

Issue 196523007: Revert of id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame.html
diff --git a/LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame.html b/LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame.html
index ce83c723a2228df329da3935e41b557bca450ba4..2574ae6b883cb052e6bd9fb55a39ea899dbf759a 100644
--- a/LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame.html
+++ b/LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame.html
@@ -1,7 +1,7 @@
<html>
<body>
<p>This tests that a javascript: URL loaded in an iframe has access to its parent's frame</p>
- <iframe id="aFrame" name="aFrame"></iframe>
+ <iframe id="aFrame"></iframe>
<p id='accessMe'>FAIL: Cross frame access from a javascript: URL was denied.</p>
<script>
if (window.testRunner) {

Powered by Google App Engine
This is Rietveld 408576698