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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/html/dom/self-origin.sub-expected.txt

Issue 2706013002: Added support for self.origin in Window and WorkerGlobalScope (Closed)
Patch Set: rebase-update after manifest.json changes Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS Assigning blob url
3 PASS Should have the right origin for cross-origin subframe
4 PASS Should have the right origin for cross-origin subframe after setting docume nt.domain
5 PASS Should have the right origin for IDN subframe
6 PASS Should have the right origin for IDN subframe after setting document.domain
7 PASS Should have the right origin for sandboxed iframe
8 FAIL We should have the right origin for our page assert_equals: expected (strin g) "http://web-platform.test:8001" but got (undefined) undefined
9 FAIL about:blank subframe origins assert_equals: Should have the right origin fo r about:blank iframe expected (string) "http://web-platform.test:8001" but got ( undefined) undefined
10 FAIL blob: subframe origins assert_equals: Should have the right origin for blob : iframe expected (string) "http://web-platform.test:8001" but got (undefined) u ndefined
11 FAIL javascript: subframe origins assert_equals: Should have the right origin fo r javascript: iframe expected (string) "http://web-platform.test:8001" but got ( undefined) undefined
12 FAIL srcdoc subframe origins assert_equals: Should have the right origin for src doc iframe expected (string) "http://web-platform.test:8001" but got (undefined) undefined
13 Harness: the test ran to completion.
14
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/html/webappapis/the-windoworworkerglobalscope-mixin/Worker_Self_Origin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698