Skip to content

Commit

Permalink
Auto merge of #23173 - servo-wpt-sync:wpt_update_07-04-2019, r=jdm
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
bors-servo committed Apr 7, 2019
2 parents 0b19a3d + 401e010 commit 65e37e6
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[url-in-tags-revoke.window.html]
expected: TIMEOUT
[Fetching a blob URL immediately before revoking it works in an iframe.]
expected: FAIL

Expand All @@ -14,3 +15,6 @@
[Opening a blob URL in a new window by clicking an <a> tag works immediately before revoking the URL.]
expected: FAIL

[Fetching a blob URL immediately before revoking it works in <script> tags.]
expected: TIMEOUT

4 changes: 2 additions & 2 deletions tests/wpt/metadata/MANIFEST.json
Original file line number Diff line number Diff line change
Expand Up @@ -647746,7 +647746,7 @@
"testharness"
],
"fetch/sec-metadata/iframe.tentative.https.sub.html": [
"461d9f28fa1e8987e3b05c48cb10fa6f4f8bf326",
"b916e3aa70b9b05cd899f1da0c3252ca64c12626",
"testharness"
],
"fetch/sec-metadata/iframe.tentative.sub.html": [
Expand Down Expand Up @@ -647854,7 +647854,7 @@
"testharness"
],
"fetch/sec-metadata/window-open.tentative.https.sub.html": [
"0be9f2ce577d5cdd590e0326ed650455d87f1ee4",
"df13d55cf1ed6f206c9db7f681f56a3f0f834ef3",
"testharness"
],
"fetch/sec-metadata/worker.tentative.https.sub.html": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,6 @@
[Matching font-style: 'italic' should prefer 'oblique 5deg 10deg' over 'oblique 5deg']
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']
expected: FAIL

Expand Down
3 changes: 0 additions & 3 deletions tests/wpt/metadata/fetch/content-type/response.window.js.ini
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,3 @@
[<iframe>: separate response Content-Type: text/plain */*;charset=gbk]
expected: FAIL

[<iframe>: separate response Content-Type: */* text/html]
expected: FAIL

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@
[X-Content-Type-Options%3A%20nosniff%0C]
expected: FAIL

[X-Content-Type-Options%3A%20%2Cnosniff]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[traverse_the_history_1.html]
[Multiple history traversals from the same task]
expected: FAIL

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[non-active-document.html]
[DOMParser]
expected: FAIL

[createHTMLDocument]
expected: FAIL

[<template>]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -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

Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,21 @@
create_test("{{host}}:{{ports[https][0]}}", USER, {
"dest": "nested-document",
"site": "same-origin",
"user": "?T",
"user": "?1",
"mode": "nested-navigate"
});

create_test("{{hosts[][www]}}:{{ports[https][0]}}", USER, {
"dest": "nested-document",
"site": "same-site",
"user": "?T",
"user": "?1",
"mode": "nested-navigate"
});

create_test("{{hosts[alt][www]}}:{{ports[https][0]}}", USER, {
"dest": "nested-document",
"site": "cross-site",
"user": "?T",
"user": "?1",
"mode": "nested-navigate"
});
</script>
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
assert_header_equals(e.data, {
"dest": "document",
"site": "same-origin",
"user": "?T",
"user": "?1",
"mode": "navigate",
});
t.done();
Expand All @@ -165,7 +165,7 @@
assert_header_equals(e.data, {
"dest": "document",
"site": "same-site",
"user": "?T",
"user": "?1",
"mode": "navigate",
});
t.done();
Expand All @@ -187,7 +187,7 @@
assert_header_equals(e.data, {
"dest": "document",
"site": "cross-site",
"user": "?T",
"user": "?1",
"mode": "navigate",
});
t.done();
Expand Down

0 comments on commit 65e37e6

Please sign in to comment.