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

Unified Diff: LayoutTests/http/tests/loading/text-content-type-with-binary-extension.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/loading/text-content-type-with-binary-extension.html
diff --git a/LayoutTests/http/tests/loading/text-content-type-with-binary-extension.html b/LayoutTests/http/tests/loading/text-content-type-with-binary-extension.html
index f43d34d96b1169f2ac5a9250fb4b526fb152b6ad..6ab8322dbcf4aaa8d739cd7f3053b31c855469b4 100644
--- a/LayoutTests/http/tests/loading/text-content-type-with-binary-extension.html
+++ b/LayoutTests/http/tests/loading/text-content-type-with-binary-extension.html
@@ -42,5 +42,5 @@
<p id="result">
Test running...
</p>
- <iframe id="iframe" src="resources/binaryData.sitx" onload="iframeLoaded()"></iframe>
+ <iframe name="iframe" src="resources/binaryData.sitx" onload="iframeLoaded()"></iframe>
</body>

Powered by Google App Engine
This is Rietveld 408576698