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

Unified Diff: LayoutTests/fast/frames/sandboxed-iframe-plugins.html

Issue 187103002: id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add back no-referrer-subframe.html 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/fast/frames/sandboxed-iframe-plugins.html
diff --git a/LayoutTests/fast/frames/sandboxed-iframe-plugins.html b/LayoutTests/fast/frames/sandboxed-iframe-plugins.html
index 2750aeb37b0754636bc9b43e48e47e6a4704dae9..6b3fd686266c29cb11d639a558f08cfe09cf068d 100644
--- a/LayoutTests/fast/frames/sandboxed-iframe-plugins.html
+++ b/LayoutTests/fast/frames/sandboxed-iframe-plugins.html
@@ -30,11 +30,11 @@ window.onload = function() {
<!-- Applets -->
- <iframe id="appletFrame1"
+ <iframe name="appletFrame1"
style="width: 200px; height: 100px;"
src="resources/sandboxed-iframe-plugins-frame-applet.html">
</iframe>
- <iframe id="appletFrame2"
+ <iframe name="appletFrame2"
style="width: 200px; height: 100px;"
sandbox="allow-same-origin allow-scripts"
src="resources/sandboxed-iframe-plugins-frame-applet.html">
@@ -42,11 +42,11 @@ window.onload = function() {
<!-- Embeds -->
- <iframe id="embedFrame1"
+ <iframe name="embedFrame1"
style="width: 200px; height: 100px;"
src="resources/sandboxed-iframe-plugins-frame-embed.html">
</iframe>
- <iframe id="embedFrame2"
+ <iframe name="embedFrame2"
style="width: 200px; height: 100px;"
sandbox="allow-same-origin"
src="resources/sandboxed-iframe-plugins-frame-embed.html">
@@ -54,11 +54,11 @@ window.onload = function() {
<!-- Objects -->
- <iframe id="objectFrame1"
+ <iframe name="objectFrame1"
style="width: 200px; height: 100px;"
src="resources/sandboxed-iframe-plugins-frame-object.html">
</iframe>
- <iframe id="objectFrame2"
+ <iframe name="objectFrame2"
style="width: 200px; height: 100px;"
sandbox="allow-same-origin"
src="resources/sandboxed-iframe-plugins-frame-object.html">
« no previous file with comments | « LayoutTests/fast/frames/iframe-no-name-expected.txt ('k') | LayoutTests/fast/frames/unload-reparent-sibling-frame.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698