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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-open-return-value.html

Issue 1611523002: Require the entry document to have the same origin as the open()d document (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 4 years, 11 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: third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-open-return-value.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-open-return-value.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-open-return-value.html
index c76cf40d5d0510164e68e5d3e92d6eb2292da315..2a5cbed13b9726b67668672301cfb96064074a59 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-open-return-value.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-open-return-value.html
@@ -14,5 +14,5 @@ function test()
document.getElementById("result").innerHTML = d.body.innerHTML;
}
</script>
-<iframe src="data:text/html,FAILURE"></iframe>
jochen (gone - plz use gerrit) 2016/01/29 08:01:37 data: will fail the canAccess() check. This test i
philipj_slow 2016/01/29 08:39:18 I guess that data: URLs in an <iframe> already hav
jochen (gone - plz use gerrit) 2016/01/29 09:40:24 no, data: is treated differently in chrome and fir
philipj_slow 2016/01/29 10:21:12 Oh right, so this won't break sites that try to do
+<iframe></iframe>
</body>

Powered by Google App Engine
This is Rietveld 408576698