Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: 'document.domain' blocks navigation. #6243

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mikewest
Copy link
Member

@mikewest mikewest commented Jun 14, 2017

To discuss the navigation bits of whatwg/html#2757

@ghost
Copy link

ghost commented Jun 14, 2017

View the complete job log.

Firefox (nightly)

Testing web-platform-tests at revision e7aaaa1
Using browser at version BuildID 20170612100241; SourceStamp 27cad9749cddf68e11fdd4e5d73dad84a8f8cf23
Starting 10 test iterations
All results were stable

All results

3 tests ran
/html/browsers/origin/relaxing-the-same-origin-restriction/document_domain_navigation.sub.html
Subtest Results Messages
CRASH
/html/browsers/origin/relaxing-the-same-origin-restriction/document_domain_setter_null.tentative.html
Subtest Results Messages
OK
Access allowed with no 'document.domain' modification. (Sanity check) PASS
No access when frame sets a null 'document.domain'. FAIL assert_equals: expected "Done" but got "NS_ERROR_DOM_BAD_DOCUMENT_DOMAIN"
No access when parent sets a null 'document.domain'. FAIL promise_test: Unhandled rejection with value: object "NS_ERROR_DOM_BAD_DOCUMENT_DOMAIN: Illegal document.domain value"
No access when both sides set a null 'document.domain'. FAIL promise_test: Unhandled rejection with value: object "NS_ERROR_DOM_BAD_DOCUMENT_DOMAIN: Illegal document.domain value"
/html/browsers/origin/relaxing-the-same-origin-restriction/document_domain_setter_srcdoc.html
Subtest Results Messages
OK
srcdoc can access with no 'document.domain' modification. PASS
srcdoc can access with valid 'document.domain'. PASS
srcdoc can access when parent modifies 'document.domain'. PASS

@ghost
Copy link

ghost commented Jun 14, 2017

View the complete job log.

Sauce (safari)

Testing web-platform-tests at revision e7aaaa1
Using browser at version 10.0
Starting 10 test iterations
All results were stable

All results

3 tests ran
/html/browsers/origin/relaxing-the-same-origin-restriction/document_domain_navigation.sub.html
Subtest Results Messages
TIMEOUT
One frame can navigate a same origin sibling. TIMEOUT Test timed out
One frame cannot navigate a same origin but not same origin-domain sibling. NOTRUN
One frame can navigate a same origin-domain sibling. NOTRUN
/html/browsers/origin/relaxing-the-same-origin-restriction/document_domain_setter_null.tentative.html
Subtest Results Messages
OK
Access allowed with no 'document.domain' modification. (Sanity check) PASS
No access when frame sets a null 'document.domain'. FAIL assert_equals: expected "Done" but got "SecurityError"
No access when parent sets a null 'document.domain'. FAIL promise_test: Unhandled rejection with value: object "SecurityError (DOM Exception 18): The operation is insecure."
No access when both sides set a null 'document.domain'. FAIL promise_test: Unhandled rejection with value: object "SecurityError (DOM Exception 18): The operation is insecure."
/html/browsers/origin/relaxing-the-same-origin-restriction/document_domain_setter_srcdoc.html
Subtest Results Messages
OK
srcdoc can access with no 'document.domain' modification. PASS
srcdoc can access with valid 'document.domain'. PASS
srcdoc can access when parent modifies 'document.domain'. PASS

@ghost
Copy link

ghost commented Jun 14, 2017

View the complete job log.

Chrome (unstable)

Testing web-platform-tests at revision e7aaaa1
Using browser at version 61.0.3128.3 dev
Starting 10 test iterations

@ghost
Copy link

ghost commented Jun 14, 2017

View the complete job log.

Sauce (MicrosoftEdge)

Testing web-platform-tests at revision e7aaaa1
Using browser at version 14.14393
Starting 10 test iterations
All results were stable

All results

3 tests ran
/html/browsers/origin/relaxing-the-same-origin-restriction/document_domain_navigation.sub.html
Subtest Results Messages
TIMEOUT
/html/browsers/origin/relaxing-the-same-origin-restriction/document_domain_setter_null.tentative.html
Subtest Results Messages
OK
Access allowed with no 'document.domain' modification. (Sanity check) PASS
No access when frame sets a null 'document.domain'. FAIL assert_equals: expected "Done" but got "Error"
No access when parent sets a null 'document.domain'. FAIL promise_test: Unhandled rejection with value: object "Error: Invalid argument."
No access when both sides set a null 'document.domain'. FAIL promise_test: Unhandled rejection with value: object "Error: Invalid argument."
/html/browsers/origin/relaxing-the-same-origin-restriction/document_domain_setter_srcdoc.html
Subtest Results Messages
TIMEOUT

@gsnedders gsnedders closed this Jan 24, 2020
@gsnedders gsnedders deleted the mkwst/navigation-domain branch January 24, 2020 18:07
@gsnedders gsnedders restored the mkwst/navigation-domain branch January 24, 2020 18:49
@Hexcles Hexcles reopened this Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants