| Index: trunk/LayoutTests/fast/frames/sandboxed-iframe-plugins.html
|
| ===================================================================
|
| --- trunk/LayoutTests/fast/frames/sandboxed-iframe-plugins.html (revision 168578)
|
| +++ trunk/LayoutTests/fast/frames/sandboxed-iframe-plugins.html (working copy)
|
| @@ -30,11 +30,11 @@
|
|
|
| <!-- Applets -->
|
|
|
| - <iframe name="appletFrame1"
|
| + <iframe id="appletFrame1"
|
| style="width: 200px; height: 100px;"
|
| src="resources/sandboxed-iframe-plugins-frame-applet.html">
|
| </iframe>
|
| - <iframe name="appletFrame2"
|
| + <iframe id="appletFrame2"
|
| style="width: 200px; height: 100px;"
|
| sandbox="allow-same-origin allow-scripts"
|
| src="resources/sandboxed-iframe-plugins-frame-applet.html">
|
| @@ -42,11 +42,11 @@
|
|
|
| <!-- Embeds -->
|
|
|
| - <iframe name="embedFrame1"
|
| + <iframe id="embedFrame1"
|
| style="width: 200px; height: 100px;"
|
| src="resources/sandboxed-iframe-plugins-frame-embed.html">
|
| </iframe>
|
| - <iframe name="embedFrame2"
|
| + <iframe id="embedFrame2"
|
| style="width: 200px; height: 100px;"
|
| sandbox="allow-same-origin"
|
| src="resources/sandboxed-iframe-plugins-frame-embed.html">
|
| @@ -54,11 +54,11 @@
|
|
|
| <!-- Objects -->
|
|
|
| - <iframe name="objectFrame1"
|
| + <iframe id="objectFrame1"
|
| style="width: 200px; height: 100px;"
|
| src="resources/sandboxed-iframe-plugins-frame-object.html">
|
| </iframe>
|
| - <iframe name="objectFrame2"
|
| + <iframe id="objectFrame2"
|
| style="width: 200px; height: 100px;"
|
| sandbox="allow-same-origin"
|
| src="resources/sandboxed-iframe-plugins-frame-object.html">
|
|
|