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

Unified Diff: LayoutTests/fast/dom/wrapper-context.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/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();

Powered by Google App Engine
This is Rietveld 408576698