| 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 6b3fd686266c29cb11d639a558f08cfe09cf068d..2750aeb37b0754636bc9b43e48e47e6a4704dae9 100644
 | 
| --- a/LayoutTests/fast/frames/sandboxed-iframe-plugins.html
 | 
| +++ b/LayoutTests/fast/frames/sandboxed-iframe-plugins.html
 | 
| @@ -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">
 | 
| 
 |