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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-unload-sync.html

Issue 187103002: id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add back no-referrer-subframe.html 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/http/tests/xmlhttprequest/xmlhttprequest-unload-sync.html
diff --git a/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-unload-sync.html b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-unload-sync.html
index b66a7cdc804c5ea64a16f98a9b1824d3242ce683..051f3f41f4dd4d9ade8f4c92d1489579dbe1d642 100644
--- a/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-unload-sync.html
+++ b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-unload-sync.html
@@ -30,7 +30,7 @@ function log(message)
}
</script>
<div id="framediv">
-<iframe id="ifr" src="resources/xmlhttprequest-in-unload-sync.html"></iframe>
+<iframe id="ifr" name="ifr" src="resources/xmlhttprequest-in-unload-sync.html"></iframe>
</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698