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