Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: LayoutTests/fast/events/popup-when-select-change.html

Issue 196523007: Revert of id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 5d6b480a7ad39ea236c4a7265f1197edf7182eab..ac73e94b1d9ed6d4b6b4a1723c5ef62985372cf6 100644
--- a/LayoutTests/fast/events/popup-when-select-change.html
+++ b/LayoutTests/fast/events/popup-when-select-change.html
@@ -45,6 +45,6 @@
<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 name="target"></iframe><iframe name="panel"></iframe>
+<iframe id="target"></iframe><iframe id="panel"></iframe>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/events/popup-blocking-click-in-iframe.html ('k') | LayoutTests/fast/forms/form-submission-cancelable.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698