Index: LayoutTests/fast/events/popup-when-select-change.html |
diff --git a/LayoutTests/fast/events/popup-when-select-change.html b/LayoutTests/fast/events/popup-when-select-change.html |
index ac73e94b1d9ed6d4b6b4a1723c5ef62985372cf6..5d6b480a7ad39ea236c4a7265f1197edf7182eab 100644 |
--- a/LayoutTests/fast/events/popup-when-select-change.html |
+++ b/LayoutTests/fast/events/popup-when-select-change.html |
@@ -45,6 +45,6 @@ If the pop-up was not blocked then there will be an PASS message. Otherwise, the |
<form id="form2" action="data:text/html,<b>hello!</b><script>window.testRunner && testRunner.notifyDone()</script>" target="panel"> |
<input type="submit" value="Submit local page Javascript"/> |
</form> |
-<iframe id="target"></iframe><iframe id="panel"></iframe> |
+<iframe name="target"></iframe><iframe name="panel"></iframe> |
</body> |
</html> |