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

Unified Diff: LayoutTests/fast/frames/unload-reparent-sibling-frame.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/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 4b28d894aa33068d6f96fc9c9e15d62203a6c7fc..54275cd9b910655b1692fd53c5dd0d8c43148736 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" name="frame1" srcdoc="frame1"></iframe>
- <iframe id="frame2" name="frame2" srcdoc="frame2"></iframe>
+ <iframe id="frame1" srcdoc="frame1"></iframe>
+ <iframe id="frame2" srcdoc="frame2"></iframe>
</div>
</div>
« no previous file with comments | « LayoutTests/fast/frames/sandboxed-iframe-plugins.html ('k') | LayoutTests/fast/history/form-submit-in-frame.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698