Skip to content

Commit abcd4b6

Browse files
committed
Update web-platform-tests to revision 0a518aaff73532a26e175789f7e75fa99593ac64
1 parent 9c172f4 commit abcd4b6

File tree

92 files changed

+2869
-642
lines changed

Some content is hidden

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

92 files changed

+2869
-642
lines changed

tests/wpt/metadata/DOMEvents/tests/approved/EventObject.after.dispatchEvent.html.ini

-5
This file was deleted.

tests/wpt/metadata/DOMEvents/tests/submissions/Microsoft/converted/EventObject.after.dispatchEvent.html.ini

-5
This file was deleted.

tests/wpt/metadata/FileAPI/blob/Blob-constructor.html.ini

+6-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
[Array with mixed types]
4343
expected: FAIL
4444

45-
[no-argument Blob constructor without 'new']
45+
[Blob constructor with no arguments, without 'new']
46+
bug: https://github.com/servo/servo/issues/10744
47+
expected: FAIL
48+
49+
[Blob constructor with undefined as first argument]
50+
bug: https://github.com/servo/servo/issues/10779
4651
expected: FAIL
4752

tests/wpt/metadata/MANIFEST.json

+192-9
Original file line numberDiff line numberDiff line change
@@ -3225,6 +3225,14 @@
32253225
"path": "touch-events/single-touch-manual.html",
32263226
"url": "/touch-events/single-touch-manual.html"
32273227
},
3228+
{
3229+
"path": "uievents/order-of-events/focus-events/focus-manual.html",
3230+
"url": "/uievents/order-of-events/focus-events/focus-manual.html"
3231+
},
3232+
{
3233+
"path": "uievents/order-of-events/focus-events/legacy-manual.html",
3234+
"url": "/uievents/order-of-events/focus-events/legacy-manual.html"
3235+
},
32283236
{
32293237
"path": "uievents/order-of-events/mouse-events/click-on-body-manual.html",
32303238
"url": "/uievents/order-of-events/mouse-events/click-on-body-manual.html"
@@ -3695,6 +3703,56 @@
36953703
],
36963704
"url": "/compat/webkit-text-fill-color-property-001d.html"
36973705
},
3706+
{
3707+
"path": "compat/webkit-text-fill-color-property-002.html",
3708+
"references": [
3709+
[
3710+
"/compat/webkit-text-fill-color-property-002-ref.html",
3711+
"=="
3712+
]
3713+
],
3714+
"url": "/compat/webkit-text-fill-color-property-002.html"
3715+
},
3716+
{
3717+
"path": "compat/webkit-text-fill-color-property-003.html",
3718+
"references": [
3719+
[
3720+
"/compat/webkit-text-fill-color-property-003-ref.html",
3721+
"=="
3722+
]
3723+
],
3724+
"url": "/compat/webkit-text-fill-color-property-003.html"
3725+
},
3726+
{
3727+
"path": "compat/webkit-text-fill-color-property-004.html",
3728+
"references": [
3729+
[
3730+
"/compat/webkit-text-fill-color-property-004-ref.html",
3731+
"=="
3732+
]
3733+
],
3734+
"url": "/compat/webkit-text-fill-color-property-004.html"
3735+
},
3736+
{
3737+
"path": "compat/webkit-text-fill-color-property-005.html",
3738+
"references": [
3739+
[
3740+
"/compat/webkit-text-fill-color-property-005-ref.html",
3741+
"=="
3742+
]
3743+
],
3744+
"url": "/compat/webkit-text-fill-color-property-005.html"
3745+
},
3746+
{
3747+
"path": "compat/webkit-text-fill-color-property-006.html",
3748+
"references": [
3749+
[
3750+
"/compat/webkit-text-fill-color-property-006-ref.html",
3751+
"=="
3752+
]
3753+
],
3754+
"url": "/compat/webkit-text-fill-color-property-006.html"
3755+
},
36983756
{
36993757
"path": "custom-elements/registering-custom-elements/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-custom-tag.html",
37003758
"references": [
@@ -11067,10 +11125,6 @@
1106711125
"path": "DOMEvents/tests/approved/EventListener.eventHandler.html",
1106811126
"url": "/DOMEvents/tests/approved/EventListener.eventHandler.html"
1106911127
},
11070-
{
11071-
"path": "DOMEvents/tests/approved/EventObject.after.dispatchEvent.html",
11072-
"url": "/DOMEvents/tests/approved/EventObject.after.dispatchEvent.html"
11073-
},
1107411128
{
1107511129
"path": "DOMEvents/tests/approved/EventObject.multiple.dispatchEvent.html",
1107611130
"url": "/DOMEvents/tests/approved/EventObject.multiple.dispatchEvent.html"
@@ -11107,10 +11161,6 @@
1110711161
"path": "DOMEvents/tests/submissions/Microsoft/converted/EventListener.eventHandler.html",
1110811162
"url": "/DOMEvents/tests/submissions/Microsoft/converted/EventListener.eventHandler.html"
1110911163
},
11110-
{
11111-
"path": "DOMEvents/tests/submissions/Microsoft/converted/EventObject.after.dispatchEvent.html",
11112-
"url": "/DOMEvents/tests/submissions/Microsoft/converted/EventObject.after.dispatchEvent.html"
11113-
},
1111411164
{
1111511165
"path": "DOMEvents/tests/submissions/Microsoft/converted/EventObject.multiple.dispatchEvent.html",
1111611166
"url": "/DOMEvents/tests/submissions/Microsoft/converted/EventObject.multiple.dispatchEvent.html"
@@ -14047,6 +14097,10 @@
1404714097
"path": "dom/events/Event-constructors.html",
1404814098
"url": "/dom/events/Event-constructors.html"
1404914099
},
14100+
{
14101+
"path": "dom/events/Event-defaultPrevented-after-dispatch.html",
14102+
"url": "/dom/events/Event-defaultPrevented-after-dispatch.html"
14103+
},
1405014104
{
1405114105
"path": "dom/events/Event-defaultPrevented.html",
1405214106
"url": "/dom/events/Event-defaultPrevented.html"
@@ -18731,6 +18785,10 @@
1873118785
"path": "html/semantics/embedded-content/the-embed-element/embed-document.html",
1873218786
"url": "/html/semantics/embedded-content/the-embed-element/embed-document.html"
1873318787
},
18788+
{
18789+
"path": "html/semantics/embedded-content/the-embed-element/embed-ignored-in-media-element.html",
18790+
"url": "/html/semantics/embedded-content/the-embed-element/embed-ignored-in-media-element.html"
18791+
},
1873418792
{
1873518793
"path": "html/semantics/embedded-content/the-iframe-element/iframe_javascript_url_01.htm",
1873618794
"url": "/html/semantics/embedded-content/the-iframe-element/iframe_javascript_url_01.htm"
@@ -19991,6 +20049,22 @@
1999120049
"path": "html/webappapis/scripting/processing-model-2/window-onerror-runtime-error.html",
1999220050
"url": "/html/webappapis/scripting/processing-model-2/window-onerror-runtime-error.html"
1999320051
},
20052+
{
20053+
"path": "html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-1.html",
20054+
"url": "/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-1.html"
20055+
},
20056+
{
20057+
"path": "html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-2.html",
20058+
"url": "/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-2.html"
20059+
},
20060+
{
20061+
"path": "html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-3.html",
20062+
"url": "/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-3.html"
20063+
},
20064+
{
20065+
"path": "html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-4.html",
20066+
"url": "/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-4.html"
20067+
},
1999420068
{
1999520069
"path": "html/webappapis/system-state-and-capabilities/the-navigator-object/NavigatorID.html",
1999620070
"url": "/html/webappapis/system-state-and-capabilities/the-navigator-object/NavigatorID.html"
@@ -28719,10 +28793,18 @@
2871928793
"path": "web-animations/animation-effect-timing/duration.html",
2872028794
"url": "/web-animations/animation-effect-timing/duration.html"
2872128795
},
28796+
{
28797+
"path": "web-animations/animation-effect-timing/easing.html",
28798+
"url": "/web-animations/animation-effect-timing/easing.html"
28799+
},
2872228800
{
2872328801
"path": "web-animations/animation-effect-timing/endDelay.html",
2872428802
"url": "/web-animations/animation-effect-timing/endDelay.html"
2872528803
},
28804+
{
28805+
"path": "web-animations/animation-effect-timing/fill.html",
28806+
"url": "/web-animations/animation-effect-timing/fill.html"
28807+
},
2872628808
{
2872728809
"path": "web-animations/animation-effect-timing/getAnimations.html",
2872828810
"url": "/web-animations/animation-effect-timing/getAnimations.html"
@@ -28739,6 +28821,18 @@
2873928821
"path": "web-animations/animation-effect-timing/iterations.html",
2874028822
"url": "/web-animations/animation-effect-timing/iterations.html"
2874128823
},
28824+
{
28825+
"path": "web-animations/animation-model/animation-types/discrete-animation.html",
28826+
"url": "/web-animations/animation-model/animation-types/discrete-animation.html"
28827+
},
28828+
{
28829+
"path": "web-animations/animation-model/animation-types/not-animatable.html",
28830+
"url": "/web-animations/animation-model/animation-types/not-animatable.html"
28831+
},
28832+
{
28833+
"path": "web-animations/animation-model/keyframes/effect-value-context.html",
28834+
"url": "/web-animations/animation-model/keyframes/effect-value-context.html"
28835+
},
2874228836
{
2874328837
"path": "web-animations/animation-timeline/document-timeline.html",
2874428838
"url": "/web-animations/animation-timeline/document-timeline.html"
@@ -28759,6 +28853,26 @@
2875928853
"path": "web-animations/animation/finish.html",
2876028854
"url": "/web-animations/animation/finish.html"
2876128855
},
28856+
{
28857+
"path": "web-animations/animation/finished.html",
28858+
"url": "/web-animations/animation/finished.html"
28859+
},
28860+
{
28861+
"path": "web-animations/animation/id.html",
28862+
"url": "/web-animations/animation/id.html"
28863+
},
28864+
{
28865+
"path": "web-animations/animation/oncancel.html",
28866+
"url": "/web-animations/animation/oncancel.html"
28867+
},
28868+
{
28869+
"path": "web-animations/animation/onfinish.html",
28870+
"url": "/web-animations/animation/onfinish.html"
28871+
},
28872+
{
28873+
"path": "web-animations/animation/pause.html",
28874+
"url": "/web-animations/animation/pause.html"
28875+
},
2876228876
{
2876328877
"path": "web-animations/animation/play.html",
2876428878
"url": "/web-animations/animation/play.html"
@@ -28771,6 +28885,14 @@
2877128885
"path": "web-animations/animation/playbackRate.html",
2877228886
"url": "/web-animations/animation/playbackRate.html"
2877328887
},
28888+
{
28889+
"path": "web-animations/animation/ready.html",
28890+
"url": "/web-animations/animation/ready.html"
28891+
},
28892+
{
28893+
"path": "web-animations/animation/reverse.html",
28894+
"url": "/web-animations/animation/reverse.html"
28895+
},
2877428896
{
2877528897
"path": "web-animations/keyframe-effect/constructor.html",
2877628898
"url": "/web-animations/keyframe-effect/constructor.html"
@@ -35091,6 +35213,7 @@
3509135213
},
3509235214
"local_changes": {
3509335215
"deleted": [],
35216+
"deleted_reftests": {},
3509435217
"items": {},
3509535218
"reftest_nodes": {}
3509635219
},
@@ -35587,6 +35710,66 @@
3558735710
"url": "/compat/webkit-text-fill-color-property-001d.html"
3558835711
}
3558935712
],
35713+
"compat/webkit-text-fill-color-property-002.html": [
35714+
{
35715+
"path": "compat/webkit-text-fill-color-property-002.html",
35716+
"references": [
35717+
[
35718+
"/compat/webkit-text-fill-color-property-002-ref.html",
35719+
"=="
35720+
]
35721+
],
35722+
"url": "/compat/webkit-text-fill-color-property-002.html"
35723+
}
35724+
],
35725+
"compat/webkit-text-fill-color-property-003.html": [
35726+
{
35727+
"path": "compat/webkit-text-fill-color-property-003.html",
35728+
"references": [
35729+
[
35730+
"/compat/webkit-text-fill-color-property-003-ref.html",
35731+
"=="
35732+
]
35733+
],
35734+
"url": "/compat/webkit-text-fill-color-property-003.html"
35735+
}
35736+
],
35737+
"compat/webkit-text-fill-color-property-004.html": [
35738+
{
35739+
"path": "compat/webkit-text-fill-color-property-004.html",
35740+
"references": [
35741+
[
35742+
"/compat/webkit-text-fill-color-property-004-ref.html",
35743+
"=="
35744+
]
35745+
],
35746+
"url": "/compat/webkit-text-fill-color-property-004.html"
35747+
}
35748+
],
35749+
"compat/webkit-text-fill-color-property-005.html": [
35750+
{
35751+
"path": "compat/webkit-text-fill-color-property-005.html",
35752+
"references": [
35753+
[
35754+
"/compat/webkit-text-fill-color-property-005-ref.html",
35755+
"=="
35756+
]
35757+
],
35758+
"url": "/compat/webkit-text-fill-color-property-005.html"
35759+
}
35760+
],
35761+
"compat/webkit-text-fill-color-property-006.html": [
35762+
{
35763+
"path": "compat/webkit-text-fill-color-property-006.html",
35764+
"references": [
35765+
[
35766+
"/compat/webkit-text-fill-color-property-006-ref.html",
35767+
"=="
35768+
]
35769+
],
35770+
"url": "/compat/webkit-text-fill-color-property-006.html"
35771+
}
35772+
],
3559035773
"custom-elements/registering-custom-elements/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-custom-tag.html": [
3559135774
{
3559235775
"path": "custom-elements/registering-custom-elements/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-custom-tag.html",
@@ -41336,7 +41519,7 @@
4133641519
}
4133741520
]
4133841521
},
41339-
"rev": "20fa4a3a71ab7a2f75b4febbe2e98aeeaf022c2b",
41522+
"rev": "0a518aaff73532a26e175789f7e75fa99593ac64",
4134041523
"url_base": "/",
4134141524
"version": 3
4134241525
}

tests/wpt/metadata/cssom-view/elementScroll.html.ini

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
type: testharness
33
[Element scroll maximum test]
44
expected: FAIL
5+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[window-onerror-with-cross-frame-event-listeners-1.html]
2+
type: testharness
3+
bug: https://github.com/servo/servo/issues/3311
4+
[The error event from an event listener should fire on that listener's global]
5+
expected: FAIL
6+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[window-onerror-with-cross-frame-event-listeners-2.html]
2+
type: testharness
3+
bug: https://github.com/servo/servo/issues/3311
4+
[The error event from an event listener should fire on that listener's global]
5+
expected: FAIL
6+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[window-onerror-with-cross-frame-event-listeners-3.html]
2+
type: testharness
3+
bug: https://github.com/servo/servo/issues/3311
4+
[The error event from an event listener should fire on that listener's global]
5+
expected: FAIL
6+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[window-onerror-with-cross-frame-event-listeners-4.html]
2+
type: testharness
3+
bug: https://github.com/servo/servo/issues/3311
4+
[The error event from an event listener should fire on that listener's global]
5+
expected: FAIL
6+

tests/wpt/metadata/mozilla-sync

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3d4416e1b0ae758e68900f725979238cc0128f8b
1+
9c172f49d08fe9019b0ba193ea4d75c6ddb95cda
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[018.html]
2+
type: testharness
3+
[WebSockets: NULL char in url]
4+
expected: FAIL
5+

tests/wpt/mozilla/meta/MANIFEST.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
},
99
"local_changes": {
1010
"deleted": [],
11+
"deleted_reftests": {},
1112
"items": {
1213
"reftest": {
1314
"css/abs-overflow-stackingcontext.html": [

0 commit comments

Comments
 (0)