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

Unified Diff: LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.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/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.html
diff --git a/LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.html b/LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.html
index 9d05396e3c71a836ca8ecabb4a61ca5284f99afb..160be8deff0de55aa6b771dc1c4361ef5349635e 100644
--- a/LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.html
+++ b/LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.html
@@ -39,7 +39,7 @@
</head>
<body onload="loaded();">
<p>This tests that a data: URL loaded in an iframe inside another data: URL loaded iframe doesn't have access to the main frame.</p>
- <iframe id="aFrame" name="aFrame" style="width: 500px; height: 300px;"></iframe>
+ <iframe id="aFrame" style="width: 500px; height: 300px;"></iframe>
<p id='accessMe'>PASS: Cross frame access from a data: URL inside another data: URL was denied.</p>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698