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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/resources/opened-document-security-origin-resets-on-navigation-frame.html

Issue 1670173002: Don't set the origin twice when navigating for javascript: URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: steal dcheng's tests Created 4 years, 10 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/http/tests/security/resources/opened-document-security-origin-resets-on-navigation-frame.html
diff --git a/chrome/test/data/android/url_overriding/hello.html b/third_party/WebKit/LayoutTests/http/tests/security/resources/opened-document-security-origin-resets-on-navigation-frame.html
similarity index 50%
copy from chrome/test/data/android/url_overriding/hello.html
copy to third_party/WebKit/LayoutTests/http/tests/security/resources/opened-document-security-origin-resets-on-navigation-frame.html
index 6d57e243b0aa010f604b8b5db375fb2f6bd1d770..9edd3604ca1706bc8868987e3e38c236b21c27bb 100644
--- a/chrome/test/data/android/url_overriding/hello.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/resources/opened-document-security-origin-resets-on-navigation-frame.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<body>
- Hello!!
+<iframe src="/resources/dummy.html"></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698