| 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">
|
|
|