Update web-platform-tests to revision 923923a01f38577f471b1e613c4223a21ac027ff

This commit is contained in:
WPT Sync Bot 2019-04-06 21:36:41 -04:00
parent 0b19a3dbfb
commit 401e01095b
11 changed files with 33 additions and 21 deletions

View file

@ -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
@ -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

View file

@ -647746,7 +647746,7 @@
"testharness"
],
"fetch/sec-metadata/iframe.tentative.https.sub.html": [
"461d9f28fa1e8987e3b05c48cb10fa6f4f8bf326",
"b916e3aa70b9b05cd899f1da0c3252ca64c12626",
"testharness"
],
"fetch/sec-metadata/iframe.tentative.sub.html": [
@ -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": [

View file

@ -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

View file

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

View file

@ -11,6 +11,3 @@
[X-Content-Type-Options%3A%20nosniff%0C]
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, {
"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>

View file

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