mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision b202bbb5aa0d235b22bac11fe902eab1094ef9d2
This commit is contained in:
parent
9a6c96808b
commit
e90dd8bc6b
43 changed files with 669 additions and 286 deletions
|
@ -1,17 +1,16 @@
|
|||
[createImageBitmap-drawImage.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[createImageBitmap from a HTMLImageElement, and drawImage on the created ImageBitmap]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from a Blob, and drawImage on the created ImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from a HTMLCanvasElement, and drawImage on the created ImageBitmap]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from an ImageBitmap, and drawImage on the created ImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from an ImageData, and drawImage on the created ImageBitmap]
|
||||
expected: FAIL
|
||||
|
@ -44,13 +43,13 @@
|
|||
expected: FAIL
|
||||
|
||||
[createImageBitmap from an ImageData with negative sw/sh, and drawImage on the created ImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from an ImageBitmap with negative sw/sh, and drawImage on the created ImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from a Blob with negative sw/sh, and drawImage on the created ImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from a bitmap HTMLImageElement, and drawImage on the created ImageBitmap]
|
||||
expected: FAIL
|
||||
|
@ -158,26 +157,26 @@
|
|||
expected: FAIL
|
||||
|
||||
[createImageBitmap from an ImageData scaled up, and drawImage on the created ImageBitmap]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from an ImageData resized, and drawImage on the created ImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from an ImageBitmap scaled down, and drawImage on the created ImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from an ImageBitmap scaled up, and drawImage on the created ImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from an ImageBitmap resized, and drawImage on the created ImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from a Blob scaled down, and drawImage on the created ImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from a Blob scaled up, and drawImage on the created ImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from a Blob resized, and drawImage on the created ImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -14869,6 +14869,18 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"payment-request/payment-request-abort-method-manual.https.html": [
|
||||
[
|
||||
"/payment-request/payment-request-abort-method-manual.https.html",
|
||||
{}
|
||||
]
|
||||
],
|
||||
"payment-request/payment-request-canmakepayment-method-manual.https.html": [
|
||||
[
|
||||
"/payment-request/payment-request-canmakepayment-method-manual.https.html",
|
||||
{}
|
||||
]
|
||||
],
|
||||
"payment-request/payment-response/complete-method-manual.https.html": [
|
||||
[
|
||||
"/payment-request/payment-response/complete-method-manual.https.html",
|
||||
|
@ -47231,6 +47243,66 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/CSS2/floats-clear/clear-on-child-with-margins.html": [
|
||||
[
|
||||
"/css/CSS2/floats-clear/clear-on-child-with-margins.html",
|
||||
[
|
||||
[
|
||||
"/css/reference/ref-filled-green-100px-square-only.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/CSS2/floats-clear/clear-on-parent-and-child.html": [
|
||||
[
|
||||
"/css/CSS2/floats-clear/clear-on-parent-and-child.html",
|
||||
[
|
||||
[
|
||||
"/css/reference/ref-filled-green-200px-square.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/CSS2/floats-clear/clear-on-parent-with-margins-no-clearance.html": [
|
||||
[
|
||||
"/css/CSS2/floats-clear/clear-on-parent-with-margins-no-clearance.html",
|
||||
[
|
||||
[
|
||||
"/css/reference/ref-filled-green-100px-square-only.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/CSS2/floats-clear/clear-on-parent-with-margins.html": [
|
||||
[
|
||||
"/css/CSS2/floats-clear/clear-on-parent-with-margins.html",
|
||||
[
|
||||
[
|
||||
"/css/reference/ref-filled-green-200px-square.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/CSS2/floats-clear/clear-on-parent.html": [
|
||||
[
|
||||
"/css/CSS2/floats-clear/clear-on-parent.html",
|
||||
[
|
||||
[
|
||||
"/css/reference/ref-filled-green-200px-square.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/CSS2/floats-clear/clearance-006.xht": [
|
||||
[
|
||||
"/css/CSS2/floats-clear/clearance-006.xht",
|
||||
|
@ -190268,6 +190340,16 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"client-hints/accept_ch.https.html.headers": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"client-hints/echo_device_memory_header_received.py": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"clipboard-apis/OWNERS": [
|
||||
[
|
||||
{}
|
||||
|
@ -285098,6 +285180,11 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"interfaces/encoding.idl": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"interfaces/encrypted-media.idl": [
|
||||
[
|
||||
{}
|
||||
|
@ -307977,6 +308064,12 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"client-hints/accept_ch.https.html": [
|
||||
[
|
||||
"/client-hints/accept_ch.https.html",
|
||||
{}
|
||||
]
|
||||
],
|
||||
"clipboard-apis/async-interfaces.https.html": [
|
||||
[
|
||||
"/clipboard-apis/async-interfaces.https.html",
|
||||
|
@ -317007,6 +317100,12 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/css-typed-om/the-stylepropertymap/properties/scroll-padding.html": [
|
||||
[
|
||||
"/css/css-typed-om/the-stylepropertymap/properties/scroll-padding.html",
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/css-typed-om/the-stylepropertymap/properties/shape-outside.html": [
|
||||
[
|
||||
"/css/css-typed-om/the-stylepropertymap/properties/shape-outside.html",
|
||||
|
@ -349753,18 +349852,6 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"payment-request/payment-request-abort-method.https.html": [
|
||||
[
|
||||
"/payment-request/payment-request-abort-method.https.html",
|
||||
{}
|
||||
]
|
||||
],
|
||||
"payment-request/payment-request-canmakepayment-method.https.html": [
|
||||
[
|
||||
"/payment-request/payment-request-canmakepayment-method.https.html",
|
||||
{}
|
||||
]
|
||||
],
|
||||
"payment-request/payment-request-constructor-crash.https.html": [
|
||||
[
|
||||
"/payment-request/payment-request-constructor-crash.https.html",
|
||||
|
@ -390541,7 +390628,7 @@
|
|||
"support"
|
||||
],
|
||||
"./.gitignore": [
|
||||
"c914a6a4aa7fc0ae0e948219c7949481d616d1c3",
|
||||
"4c0250a2fdf8f32f9df4db278c03f0a8722a90d7",
|
||||
"support"
|
||||
],
|
||||
"./.gitmodules": [
|
||||
|
@ -401316,6 +401403,18 @@
|
|||
"10f5f9d409ef513edb129e0e8522aa5f74d51ce8",
|
||||
"support"
|
||||
],
|
||||
"client-hints/accept_ch.https.html": [
|
||||
"b54ae9b17399e0fe4472fedbf1badd67d28e68f3",
|
||||
"testharness"
|
||||
],
|
||||
"client-hints/accept_ch.https.html.headers": [
|
||||
"bf59baf9a030d117964df414efc11ddb07e7a7fa",
|
||||
"support"
|
||||
],
|
||||
"client-hints/echo_device_memory_header_received.py": [
|
||||
"defa16c455bebc2589c058d0d888326d667e317a",
|
||||
"support"
|
||||
],
|
||||
"clipboard-apis/OWNERS": [
|
||||
"bae753666bda85e9805a5e2fad80ba71459b8aba",
|
||||
"support"
|
||||
|
@ -440156,6 +440255,26 @@
|
|||
"3f902ea05caf3cb71e978749bd47b120d10366e2",
|
||||
"reftest"
|
||||
],
|
||||
"css/CSS2/floats-clear/clear-on-child-with-margins.html": [
|
||||
"69b04e20fa82677e4d2736bd6ec9c370147e4061",
|
||||
"reftest"
|
||||
],
|
||||
"css/CSS2/floats-clear/clear-on-parent-and-child.html": [
|
||||
"bbf7831640ee2aa3e29aa6695682d1e14971948b",
|
||||
"reftest"
|
||||
],
|
||||
"css/CSS2/floats-clear/clear-on-parent-with-margins-no-clearance.html": [
|
||||
"d4b2bf3b4b6761c9531859e6cedb9d08a928880f",
|
||||
"reftest"
|
||||
],
|
||||
"css/CSS2/floats-clear/clear-on-parent-with-margins.html": [
|
||||
"dbaee65a956a9b0dfc8b1bbb3ae70bd29bb02c6c",
|
||||
"reftest"
|
||||
],
|
||||
"css/CSS2/floats-clear/clear-on-parent.html": [
|
||||
"63c9122c39983b4c3a7d10f92399e746411022c3",
|
||||
"reftest"
|
||||
],
|
||||
"css/CSS2/floats-clear/clearance-006-ref.xht": [
|
||||
"2305823fd342085286fe1f5e0cdb27d7cd6fe436",
|
||||
"support"
|
||||
|
@ -521545,7 +521664,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"css/css-typed-om/stylevalue-subclasses/numeric-objects/cssUnitValue.tentative.html": [
|
||||
"9d855c711332b344078fc89bac6ed67091fa1ddd",
|
||||
"e2d56515f3580649fc9cc8188b39056beb030036",
|
||||
"testharness"
|
||||
],
|
||||
"css/css-typed-om/stylevalue-subclasses/numeric-objects/cssnumericvalue-multiply-two-types.tentative.html": [
|
||||
|
@ -521884,6 +522003,10 @@
|
|||
"68a2611eaf9eecb7393c2b0db0f4378ebe285f22",
|
||||
"testharness"
|
||||
],
|
||||
"css/css-typed-om/the-stylepropertymap/properties/scroll-padding.html": [
|
||||
"d37d336e4695e5055706a7822572b81b943fdbd4",
|
||||
"testharness"
|
||||
],
|
||||
"css/css-typed-om/the-stylepropertymap/properties/shape-outside.html": [
|
||||
"3189c7b3903d30f31836ea845aebecf599198c79",
|
||||
"testharness"
|
||||
|
@ -532025,7 +532148,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"css/cssom/inline-style-001.html": [
|
||||
"da50f9738f161a0bb9af5a5636634346bb683fa9",
|
||||
"4c58b6153eabe796749dcaf181e03d7dce2c9c07",
|
||||
"testharness"
|
||||
],
|
||||
"css/cssom/insertRule-charset-no-index.html": [
|
||||
|
@ -532061,11 +532184,11 @@
|
|||
"reftest"
|
||||
],
|
||||
"css/cssom/medialist-interfaces-001.html": [
|
||||
"32d486ecdd41418e734be028c150b0183b8d3316",
|
||||
"bae698d83d94e35d31750e0690e13c1ab5334379",
|
||||
"testharness"
|
||||
],
|
||||
"css/cssom/medialist-interfaces-002.html": [
|
||||
"20d4d9e76e0331816aed5f70182dee6966e568e7",
|
||||
"e04c0d3c8533660f524310350c7e71defa4888b2",
|
||||
"testharness"
|
||||
],
|
||||
"css/cssom/medialist-interfaces-003.html": [
|
||||
|
@ -532073,7 +532196,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"css/cssom/medialist-interfaces-004.html": [
|
||||
"9558544a6785ac732150b8a50bedbaf3615fa890",
|
||||
"a8a6a1b9966526de2d846baf6176880353f84e1a",
|
||||
"testharness"
|
||||
],
|
||||
"css/cssom/overflow-serialization.html": [
|
||||
|
@ -532121,7 +532244,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"css/cssom/style-sheet-interfaces-001.html": [
|
||||
"6dbb52cd85cb3bbc711a3569e0f253d7086a43a0",
|
||||
"3fbe87bc1e363bf59a84c5fbdd8b2450909c6ca1",
|
||||
"testharness"
|
||||
],
|
||||
"css/cssom/style-sheet-interfaces-002.html": [
|
||||
|
@ -546717,7 +546840,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"encoding/idlharness.html": [
|
||||
"7f1eee3e9d3554fe49e04014501ed12bc57b89e8",
|
||||
"fa520e077bce06a56406cb61bb8c150264699624",
|
||||
"testharness"
|
||||
],
|
||||
"encoding/iso-2022-jp-decoder.html": [
|
||||
|
@ -549641,7 +549764,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"fetch/api/redirect/redirect-location.js": [
|
||||
"3b48bf04659cc82462c3f33db47fd2f44f63c0c3",
|
||||
"c8795b2a372e365e1b6e052d8a3309f3bfb2c143",
|
||||
"support"
|
||||
],
|
||||
"fetch/api/redirect/redirect-method-worker.html": [
|
||||
|
@ -571064,6 +571187,10 @@
|
|||
"2d65a8029a80cfc97398d18f911f1ae65067e765",
|
||||
"support"
|
||||
],
|
||||
"interfaces/encoding.idl": [
|
||||
"0dd77d1c6d854b0bdd003107c2385a224e1953f8",
|
||||
"support"
|
||||
],
|
||||
"interfaces/encrypted-media.idl": [
|
||||
"ef1f1432c42fc6d01f3bfbd576fa5c7de349de96",
|
||||
"support"
|
||||
|
@ -571101,7 +571228,7 @@
|
|||
"support"
|
||||
],
|
||||
"interfaces/magnetometer.idl": [
|
||||
"78fdc6ec345a5f05e86cb104cb025689638bbe17",
|
||||
"ffac480912edba82886fef6d5368092d237a0c7f",
|
||||
"support"
|
||||
],
|
||||
"interfaces/mediacapture-main.idl": [
|
||||
|
@ -571109,7 +571236,7 @@
|
|||
"support"
|
||||
],
|
||||
"interfaces/orientation-sensor.idl": [
|
||||
"d75a765c9456c21ed2733fa89a20f3e2d0eb2131",
|
||||
"1f0698a8611726b1ba724a5d7a0961e836c7b07e",
|
||||
"support"
|
||||
],
|
||||
"interfaces/payment-handler.idl": [
|
||||
|
@ -580860,13 +580987,13 @@
|
|||
"d269e8378f2a84ba96c981536667817e0db9e2d1",
|
||||
"testharness"
|
||||
],
|
||||
"payment-request/payment-request-abort-method.https.html": [
|
||||
"30c62af4a05a4d83cbbd1e82d0df62bae9a85e96",
|
||||
"testharness"
|
||||
"payment-request/payment-request-abort-method-manual.https.html": [
|
||||
"6ed75457d922671e7b2ffbf1c0d22f69bbb681e4",
|
||||
"manual"
|
||||
],
|
||||
"payment-request/payment-request-canmakepayment-method.https.html": [
|
||||
"0d863558b996df81a36207201bbf8c649688845d",
|
||||
"testharness"
|
||||
"payment-request/payment-request-canmakepayment-method-manual.https.html": [
|
||||
"40e5bf0445eedb6bb78bd61fa4a468652462a14d",
|
||||
"manual"
|
||||
],
|
||||
"payment-request/payment-request-constructor-crash.https.html": [
|
||||
"383d1c3f9505ee63d504bee87e13efa90ba49f3d",
|
||||
|
@ -599973,7 +600100,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"web-animations/timing-model/animations/setting-the-current-time-of-an-animation.html": [
|
||||
"a7da92b9624750eccb9dce1d32e522fdbb65176f",
|
||||
"aa5f258132490ade2dbd9485c85f749cbab293a5",
|
||||
"testharness"
|
||||
],
|
||||
"web-animations/timing-model/animations/setting-the-playback-rate-of-an-animation.html": [
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[clear-on-child-with-margins.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[vh_not_refreshing_on_chrome.html]
|
||||
expected: FAIL
|
|
@ -1,5 +1,6 @@
|
|||
[inline-style-001.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[CSSStyleDeclaration_accessible]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -12,3 +12,6 @@
|
|||
[mediatest_medialist_serialize_lexicographical]
|
||||
expected: FAIL
|
||||
|
||||
[mediatest_medialist_serialize_order]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
[style-sheet-interfaces-001.html]
|
||||
type: testharness
|
||||
[sheet_property]
|
||||
expected: FAIL
|
||||
|
||||
[CSSStyleSheet_properties]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -11,3 +11,6 @@
|
|||
[TextDecoder interface: new TextDecoder() must inherit property "ignoreBOM" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[idlharness test: Encoding Living Standard API]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue