Auto merge of #23173 - servo-wpt-sync:wpt_update_07-04-2019, r=jdm

Sync WPT with upstream (07-04-2019)

Automated downstream sync of changes from upstream as of 07-04-2019.
[no-wpt-sync]

<!-- 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/23173)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-04-07 05:54:51 -04:00 committed by GitHub
commit 65e37e6845
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 33 additions and 21 deletions

View file

@ -1,4 +1,5 @@
[url-in-tags-revoke.window.html] [url-in-tags-revoke.window.html]
expected: TIMEOUT
[Fetching a blob URL immediately before revoking it works in an iframe.] [Fetching a blob URL immediately before revoking it works in an iframe.]
expected: FAIL expected: FAIL
@ -14,3 +15,6 @@
[Opening a blob URL in a new window by clicking an <a> tag works immediately before revoking the URL.] [Opening a blob URL in a new window by clicking an <a> tag works immediately before revoking the URL.]
expected: FAIL expected: FAIL
[Fetching a blob URL immediately before revoking it works in <script> tags.]
expected: TIMEOUT

View file

@ -647746,7 +647746,7 @@
"testharness" "testharness"
], ],
"fetch/sec-metadata/iframe.tentative.https.sub.html": [ "fetch/sec-metadata/iframe.tentative.https.sub.html": [
"461d9f28fa1e8987e3b05c48cb10fa6f4f8bf326", "b916e3aa70b9b05cd899f1da0c3252ca64c12626",
"testharness" "testharness"
], ],
"fetch/sec-metadata/iframe.tentative.sub.html": [ "fetch/sec-metadata/iframe.tentative.sub.html": [
@ -647854,7 +647854,7 @@
"testharness" "testharness"
], ],
"fetch/sec-metadata/window-open.tentative.https.sub.html": [ "fetch/sec-metadata/window-open.tentative.https.sub.html": [
"0be9f2ce577d5cdd590e0326ed650455d87f1ee4", "df13d55cf1ed6f206c9db7f681f56a3f0f834ef3",
"testharness" "testharness"
], ],
"fetch/sec-metadata/worker.tentative.https.sub.html": [ "fetch/sec-metadata/worker.tentative.https.sub.html": [

View file

@ -197,9 +197,6 @@
[Matching font-style: 'italic' should prefer 'oblique 5deg 10deg' over 'oblique 5deg'] [Matching font-style: 'italic' should prefer 'oblique 5deg 10deg' over 'oblique 5deg']
expected: FAIL expected: FAIL
[Matching font-weight: '400' should prefer '400' over '450 460']
expected: FAIL
[Matching font-weight: '501' should prefer '390 410' over '300 350'] [Matching font-weight: '501' should prefer '390 410' over '300 350']
expected: FAIL expected: FAIL

View file

@ -312,6 +312,3 @@
[<iframe>: separate response Content-Type: text/plain */*;charset=gbk] [<iframe>: separate response Content-Type: text/plain */*;charset=gbk]
expected: FAIL expected: FAIL
[<iframe>: separate response Content-Type: */* text/html]
expected: FAIL

View file

@ -11,6 +11,3 @@
[X-Content-Type-Options%3A%20nosniff%0C] [X-Content-Type-Options%3A%20nosniff%0C]
expected: FAIL expected: FAIL
[X-Content-Type-Options%3A%20%2Cnosniff]
expected: FAIL

View file

@ -0,0 +1,4 @@
[traverse_the_history_1.html]
[Multiple history traversals from the same task]
expected: FAIL

View file

@ -1,4 +0,0 @@
[traverse_the_history_5.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -0,0 +1,10 @@
[non-active-document.html]
[DOMParser]
expected: FAIL
[createHTMLDocument]
expected: FAIL
[<template>]
expected: FAIL

View file

@ -0,0 +1,7 @@
[toggleEvent.html]
[Calling open twice on 'details' fires only one toggle event]
expected: FAIL
[Setting open=true to opened 'details' element should not fire a toggle event at the 'details' element]
expected: FAIL

View file

@ -65,21 +65,21 @@
create_test("{{host}}:{{ports[https][0]}}", USER, { create_test("{{host}}:{{ports[https][0]}}", USER, {
"dest": "nested-document", "dest": "nested-document",
"site": "same-origin", "site": "same-origin",
"user": "?T", "user": "?1",
"mode": "nested-navigate" "mode": "nested-navigate"
}); });
create_test("{{hosts[][www]}}:{{ports[https][0]}}", USER, { create_test("{{hosts[][www]}}:{{ports[https][0]}}", USER, {
"dest": "nested-document", "dest": "nested-document",
"site": "same-site", "site": "same-site",
"user": "?T", "user": "?1",
"mode": "nested-navigate" "mode": "nested-navigate"
}); });
create_test("{{hosts[alt][www]}}:{{ports[https][0]}}", USER, { create_test("{{hosts[alt][www]}}:{{ports[https][0]}}", USER, {
"dest": "nested-document", "dest": "nested-document",
"site": "cross-site", "site": "cross-site",
"user": "?T", "user": "?1",
"mode": "nested-navigate" "mode": "nested-navigate"
}); });
</script> </script>

View file

@ -143,7 +143,7 @@
assert_header_equals(e.data, { assert_header_equals(e.data, {
"dest": "document", "dest": "document",
"site": "same-origin", "site": "same-origin",
"user": "?T", "user": "?1",
"mode": "navigate", "mode": "navigate",
}); });
t.done(); t.done();
@ -165,7 +165,7 @@
assert_header_equals(e.data, { assert_header_equals(e.data, {
"dest": "document", "dest": "document",
"site": "same-site", "site": "same-site",
"user": "?T", "user": "?1",
"mode": "navigate", "mode": "navigate",
}); });
t.done(); t.done();
@ -187,7 +187,7 @@
assert_header_equals(e.data, { assert_header_equals(e.data, {
"dest": "document", "dest": "document",
"site": "cross-site", "site": "cross-site",
"user": "?T", "user": "?1",
"mode": "navigate", "mode": "navigate",
}); });
t.done(); t.done();