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

Unified Diff: LayoutTests/fast/dom/Window/timeout-callback-scope.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/Window/timeout-callback-scope.html
diff --git a/LayoutTests/fast/dom/Window/timeout-callback-scope.html b/LayoutTests/fast/dom/Window/timeout-callback-scope.html
index c33aba8afe9b8d6f401ebc413abba08aa8d22221..fd01a354c3d0d5754bfd75963dbfd65979fe6908 100644
--- a/LayoutTests/fast/dom/Window/timeout-callback-scope.html
+++ b/LayoutTests/fast/dom/Window/timeout-callback-scope.html
@@ -37,6 +37,6 @@
<p>Test verifies that a timeout callback is run in the proper execution context. 2 timeouts are set on a child iframe's window. 'Closure' callback should execute in the main page, 'string' callback should execute in the iframe. Test passes if you see 2 lines 'PASS' below.</p>
<div id=closureResult>FAIL</div>
<div id=stringResult>FAIL</div>
-<iframe style="display:none" src="about:blank" name=testIframe></iframe>
+<iframe style="display:none" src="about:blank" id=testIframe></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698