Skip to content

Commit b5911bf

Browse files
WPT Sync Botskrzyp1
authored andcommitted
Update web-platform-tests to revision 5c34fc630374b9eb0559139a486ff1a2e4247c4f
1 parent d5a6480 commit b5911bf

File tree

222 files changed

+5108
-704
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

222 files changed

+5108
-704
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[buffer-is-detached.https.window.html]
2+
[writeValueWithResponse() fails when passed a detached buffer]
3+
expected: FAIL
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[characteristic-is-removed.https.window.html]
2+
[Characteristic gets removed. Reject with InvalidStateError.]
3+
expected: FAIL
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[gen-characteristic-is-removed.https.window.html]
2+
[Characteristic gets removed. Reject with InvalidStateError.]
3+
expected: FAIL
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[service-is-removed.https.window.html]
2+
[Service gets removed. Reject with InvalidStateError.]
3+
expected: FAIL
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[write-succeeds.https.window.html]
2+
[A regular write request to a writable characteristic should succeed.]
3+
expected: FAIL
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[buffer-is-detached.https.window.html]
2+
[writeValueWithoutResponse() fails when passed a detached buffer]
3+
expected: FAIL
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[characteristic-is-removed.https.window.html]
2+
[Characteristic gets removed. Reject with InvalidStateError.]
3+
expected: FAIL
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[gen-characteristic-is-removed.https.window.html]
2+
[Characteristic gets removed. Reject with InvalidStateError.]
3+
expected: FAIL
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[service-is-removed.https.window.html]
2+
[Service gets removed. Reject with InvalidStateError.]
3+
expected: FAIL
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[write-succeeds.https.window.html]
2+
[A regular write request to a writable characteristic should succeed.]
3+
expected: FAIL
4+

tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-003.html.ini

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/wpt/metadata-layout-2020/css/compositing/mix-blend-mode/mix-blend-mode-animation.html.ini

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/wpt/metadata-layout-2020/css/css-transforms/transform-scale-hittest.html.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
[Hit test intersecting scaled box]
33
expected: FAIL
44

5+
[Hit test within unscaled box]
6+
expected: FAIL
7+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[appearance-transition.tentative.html]
2+
expected: FAIL

tests/wpt/metadata-layout-2020/css/cssom-view/MediaQueryList-addListener-removeListener.html.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
[listeners are called when <iframe> is resized]
33
expected: FAIL
44

5+
[listeners are called correct number of times]
6+
expected: FAIL
7+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[elementFromPoint-001.html]
2+
[CSSOM View - 5 - extensions to the Document interface]
3+
expected: FAIL
4+

tests/wpt/metadata-layout-2020/css/cssom-view/elementsFromPoint-invalid-cases.html.ini

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/wpt/metadata-layout-2020/dom/events/EventListener-invoke-legacy.html.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
[Legacy listener of animationend]
44
expected: TIMEOUT
55

6-
[Listener of animationstart]
7-
expected: TIMEOUT
8-
9-
[Listener of animationend]
10-
expected: FAIL
11-
126
[Legacy listener of transitionend]
137
expected: TIMEOUT
148

tests/wpt/metadata-layout-2020/dom/events/webkit-transition-end-event.html.ini

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[webkit-transition-end-event.html]
2-
expected: TIMEOUT
32
[dispatchEvent of an transitionend event does not trigger a prefixed event handler or listener]
43
expected: FAIL
54

@@ -13,14 +12,11 @@
1312
expected: FAIL
1413

1514
[event types for prefixed and unprefixed transitionend event listeners should be named appropriately]
16-
expected: TIMEOUT
15+
expected: FAIL
1716

1817
[ontransitionend and onwebkittransitionend are not aliases]
1918
expected: FAIL
2019

21-
[webkitTransitionEnd event listener is case sensitive]
22-
expected: NOTRUN
23-
2420
[webkitTransitionEnd event listener should trigger for an animation]
2521
expected: FAIL
2622

tests/wpt/metadata-layout-2020/fetch/content-type/response.window.js.ini

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -318,18 +318,15 @@
318318
[<iframe>: combined response Content-Type: text/html;charset=gbk text/plain text/html]
319319
expected: FAIL
320320

321-
[<iframe>: combined response Content-Type: text/html */*]
322-
expected: FAIL
323-
324321
[<iframe>: separate response Content-Type: text/plain */*]
325322
expected: FAIL
326323

327-
[<iframe>: combined response Content-Type: text/html;x=" text/plain]
324+
[<iframe>: combined response Content-Type: text/html */*;charset=gbk]
328325
expected: FAIL
329326

330-
[<iframe>: separate response Content-Type: text/html */*;charset=gbk]
327+
[<iframe>: separate response Content-Type: text/html;x=" text/plain]
331328
expected: FAIL
332329

333-
[<iframe>: combined response Content-Type: text/html */*;charset=gbk]
330+
[<iframe>: separate response Content-Type: text/html;" \\" text/plain]
334331
expected: FAIL
335332

tests/wpt/metadata-layout-2020/fetch/content-type/script.window.js.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,6 @@
5656
[separate text/javascript x/x]
5757
expected: FAIL
5858

59+
[separate text/javascript;charset=windows-1252 text/javascript]
60+
expected: FAIL
61+

tests/wpt/metadata-layout-2020/fetch/nosniff/parsing-nosniff.window.js.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
[X-Content-Type-Options%3A%20nosniff%2C%2C%40%23%24%23%25%25%26%5E%26%5E*()()11!]
1212
expected: FAIL
1313

14-
[X-Content-Type-Options%3A%0D%0AX-Content-Type-Options%3A%20nosniff]
14+
[X-Content-Type-Options%3A%20'NosniFF']
15+
expected: FAIL
16+
17+
[X-Content-Type-Options%3A%20%2Cnosniff]
1518
expected: FAIL
1619

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[traverse_the_history_2.html]
2+
[Multiple history traversals, last would be aborted]
3+
expected: FAIL
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[creating_browsing_context_test_01.html]
2+
[first argument: absolute url]
3+
expected: FAIL
4+
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[iframe_sandbox_popups_escaping-1.html]
2-
expected: CRASH
2+
expected: TIMEOUT
33
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
44
expected: TIMEOUT
55

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[iframe_sandbox_popups_escaping-3.html]
2-
expected: TIMEOUT
2+
expected: CRASH
33
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
44
expected: TIMEOUT
55

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[iframe_sandbox_popups_nonescaping-1.html]
2-
expected: CRASH
2+
expected: TIMEOUT
33
[Check that popups from a sandboxed iframe do not escape the sandbox]
44
expected: NOTRUN
55

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[iframe_sandbox_popups_nonescaping-3.html]
2+
expected: CRASH
23
[Check that popups from a sandboxed iframe do not escape the sandbox]
34
expected: FAIL
45

tests/wpt/metadata-layout-2020/html/semantics/links/links-created-by-a-and-area-elements/htmlanchorelement_noopener.html.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@
88
[Check that rel=noopener with target=_top does a normal load]
99
expected: FAIL
1010

11-
[Check that rel=noopener with target=_self does a normal load]
12-
expected: FAIL
13-

tests/wpt/metadata-layout-2020/html/webappapis/scripting/events/compile-event-handler-settings-objects.html.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
[The incumbent settings object while executing the compiled callback via Web IDL's invoke must be that of the node document]
44
expected: TIMEOUT
55
6+
[The entry settings object while executing the compiled callback via Web IDL's invoke must be that of the node document]
7+
expected: FAIL
8+

0 commit comments

Comments
 (0)