| Index: LayoutTests/fast/dom/wrapper-context.html
|
| diff --git a/LayoutTests/fast/dom/wrapper-context.html b/LayoutTests/fast/dom/wrapper-context.html
|
| index 8a7a5ebdf198a8958c7a93edb7431f495f21ada6..0f34be3a32632e230f17739cbe70900c02ffe0e3 100644
|
| --- a/LayoutTests/fast/dom/wrapper-context.html
|
| +++ b/LayoutTests/fast/dom/wrapper-context.html
|
| @@ -4,7 +4,7 @@
|
| You should see PASS below.
|
| <br>
|
| <div id="output"></div>
|
| -<iframe name="inner" src="resources/wrapper-context-inner.html"></iframe>
|
| +<iframe id="inner" src="resources/wrapper-context-inner.html"></iframe>
|
| <script>
|
| if (window.testRunner) {
|
| testRunner.dumpAsText();
|
|
|