Auto merge of #24046 - Eijebong:fix-open-for-spec, r=jdm

Update Window::open and document::open parameters to match the spec

Fixes #24012

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24046)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-08-26 16:19:53 -04:00 committed by GitHub
commit 2d9e170157
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 14 deletions

View file

@ -1,6 +1,5 @@
[embedded-credentials.tentative.sub.html]
type: testharness
expected: TIMEOUT
[Embedded credentials are treated as network errors.]
expected: FAIL
@ -11,11 +10,11 @@
expected: FAIL
[Embedded credentials matching the top-level are not treated as network errors for relative URLs.]
expected: TIMEOUT
expected: FAIL
[Embedded credentials matching the top-level are not treated as network errors for same-origin URLs.]
expected: TIMEOUT
expected: FAIL
[Embedded credentials matching the top-level are treated as network errors for cross-origin URLs.]
expected: TIMEOUT
expected: FAIL

View file

@ -1,4 +0,0 @@
[window-open-defaults.window.html]
[window.open()'s url parameter default]
expected: FAIL