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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/create-document-unique-origin.html

Issue 1911493004: Don't copy the security origin when creating a document (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 4 years, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 </script>
6 <iframe sandbox='allow-scripts' srcdoc='<script>var d = document.implementation. createHTMLDocument("");d.open();console.log("SUCCESS");</script>'></iframe>
philipj_slow 2016/04/21 12:23:56 Also test createDocument? Could be done in the sam
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698