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

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: rebase 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>
+<iframe></iframe>
Mike West 2016/01/29 10:32:27 If you wanted to keep `FAILURE` visible in the fai
</body>

Powered by Google App Engine
This is Rietveld 408576698