| Index: LayoutTests/fast/frames/unload-reparent-sibling-frame.html
|
| diff --git a/LayoutTests/fast/frames/unload-reparent-sibling-frame.html b/LayoutTests/fast/frames/unload-reparent-sibling-frame.html
|
| index 54275cd9b910655b1692fd53c5dd0d8c43148736..4b28d894aa33068d6f96fc9c9e15d62203a6c7fc 100644
|
| --- a/LayoutTests/fast/frames/unload-reparent-sibling-frame.html
|
| +++ b/LayoutTests/fast/frames/unload-reparent-sibling-frame.html
|
| @@ -4,8 +4,8 @@
|
|
|
| <div id="container">
|
| <div id="inside">
|
| - <iframe id="frame1" srcdoc="frame1"></iframe>
|
| - <iframe id="frame2" srcdoc="frame2"></iframe>
|
| + <iframe id="frame1" name="frame1" srcdoc="frame1"></iframe>
|
| + <iframe id="frame2" name="frame2" srcdoc="frame2"></iframe>
|
| </div>
|
| </div>
|
|
|
|
|