| Index: trunk/LayoutTests/fast/frames/unload-reparent-sibling-frame.html
|
| ===================================================================
|
| --- trunk/LayoutTests/fast/frames/unload-reparent-sibling-frame.html (revision 168578)
|
| +++ trunk/LayoutTests/fast/frames/unload-reparent-sibling-frame.html (working copy)
|
| @@ -4,8 +4,8 @@
|
|
|
| <div id="container">
|
| <div id="inside">
|
| - <iframe id="frame1" name="frame1" srcdoc="frame1"></iframe>
|
| - <iframe id="frame2" name="frame2" srcdoc="frame2"></iframe>
|
| + <iframe id="frame1" srcdoc="frame1"></iframe>
|
| + <iframe id="frame2" srcdoc="frame2"></iframe>
|
| </div>
|
| </div>
|
|
|
|
|