mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Update web-platform-tests to revision b'e5e7dab5e72edd352b17105acce2b8f443face10' (#35174)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
37695c8c8c
commit
7045630fee
621 changed files with 18766 additions and 8474 deletions
|
@ -1,2 +0,0 @@
|
|||
[cross-partition-navigation.tentative.https.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[cross-partition-worker-creation.tentative.https.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[cross-partition.tentative.https.html]
|
||||
expected: TIMEOUT
|
84
tests/wpt/meta-legacy-layout/clipboard-apis/clipboard-item.https.html.ini
vendored
Normal file
84
tests/wpt/meta-legacy-layout/clipboard-apis/clipboard-item.https.html.ini
vendored
Normal file
|
@ -0,0 +1,84 @@
|
|||
[clipboard-item.https.html]
|
||||
[ClipboardItem({string, Blob}) succeeds with different types]
|
||||
expected: FAIL
|
||||
|
||||
[ClipboardItem() succeeds with empty options]
|
||||
expected: FAIL
|
||||
|
||||
[ClipboardItem({}) fails with empty dictionary input]
|
||||
expected: FAIL
|
||||
|
||||
[ClipboardItem(Blob) fails]
|
||||
expected: FAIL
|
||||
|
||||
[ClipboardItem() fails with null input]
|
||||
expected: FAIL
|
||||
|
||||
[ClipboardItem() fails with no input]
|
||||
expected: FAIL
|
||||
|
||||
[types() returns correct values]
|
||||
expected: FAIL
|
||||
|
||||
[getType(DOMString valid type) succeeds with correct output]
|
||||
expected: FAIL
|
||||
|
||||
[getType(DOMString invalid type) succeeds with correct output]
|
||||
expected: FAIL
|
||||
|
||||
[getType(DOMString type) rejects correctly when querying for missing type]
|
||||
expected: FAIL
|
||||
|
||||
[getType(DOMString valid type) converts DOMString to Blob]
|
||||
expected: FAIL
|
||||
|
||||
[getType(DOMString invalid type) converts DOMString to Blob]
|
||||
expected: FAIL
|
||||
|
||||
[supports(text/plain) returns true]
|
||||
expected: FAIL
|
||||
|
||||
[supports(text/html) returns true]
|
||||
expected: FAIL
|
||||
|
||||
[supports(image/png) returns true]
|
||||
expected: FAIL
|
||||
|
||||
[supports(text/uri-list) returns true]
|
||||
expected: FAIL
|
||||
|
||||
[supports(image/svg+xml) returns true]
|
||||
expected: FAIL
|
||||
|
||||
[supports(web foo/bar) returns true]
|
||||
expected: FAIL
|
||||
|
||||
[supports(web text/html) returns true]
|
||||
expected: FAIL
|
||||
|
||||
[supports(web ) returns false]
|
||||
expected: FAIL
|
||||
|
||||
[supports(web) returns false]
|
||||
expected: FAIL
|
||||
|
||||
[supports(web foo) returns false]
|
||||
expected: FAIL
|
||||
|
||||
[supports(foo/bar) returns false]
|
||||
expected: FAIL
|
||||
|
||||
[supports(weB text/html) returns false]
|
||||
expected: FAIL
|
||||
|
||||
[supports( web text/html) returns false]
|
||||
expected: FAIL
|
||||
|
||||
[supports(not a/real type) returns false]
|
||||
expected: FAIL
|
||||
|
||||
[supports() returns false]
|
||||
expected: FAIL
|
||||
|
||||
[supports( ) returns false]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[data-transfer-file-list-change-reference-updates.html]
|
||||
[expect changed contents]
|
||||
expected: FAIL
|
93
tests/wpt/meta-legacy-layout/clipboard-apis/idlharness.https.window.js.ini
vendored
Normal file
93
tests/wpt/meta-legacy-layout/clipboard-apis/idlharness.https.window.js.ini
vendored
Normal file
|
@ -0,0 +1,93 @@
|
|||
[idlharness.https.window.html]
|
||||
[ClipboardItem interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[ClipboardItem interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[ClipboardItem interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[ClipboardItem interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[ClipboardItem interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[ClipboardItem interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[ClipboardItem interface: attribute presentationStyle]
|
||||
expected: FAIL
|
||||
|
||||
[ClipboardItem interface: attribute types]
|
||||
expected: FAIL
|
||||
|
||||
[ClipboardItem interface: operation getType(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[ClipboardItem interface: operation supports(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[Clipboard interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[Clipboard interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[Clipboard interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[Clipboard interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[Clipboard interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[Clipboard interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[Clipboard interface: operation read(optional ClipboardUnsanitizedFormats)]
|
||||
expected: FAIL
|
||||
|
||||
[Clipboard interface: operation readText()]
|
||||
expected: FAIL
|
||||
|
||||
[Clipboard interface: operation write(ClipboardItems)]
|
||||
expected: FAIL
|
||||
|
||||
[Clipboard interface: operation writeText(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[Clipboard must be primary interface of navigator.clipboard]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of navigator.clipboard]
|
||||
expected: FAIL
|
||||
|
||||
[Clipboard interface: navigator.clipboard must inherit property "read(optional ClipboardUnsanitizedFormats)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Clipboard interface: calling read(optional ClipboardUnsanitizedFormats) on navigator.clipboard with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Clipboard interface: navigator.clipboard must inherit property "readText()" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Clipboard interface: navigator.clipboard must inherit property "write(ClipboardItems)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Clipboard interface: calling write(ClipboardItems) on navigator.clipboard with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Clipboard interface: navigator.clipboard must inherit property "writeText(DOMString)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Clipboard interface: calling writeText(DOMString) on navigator.clipboard with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Navigator interface: attribute clipboard]
|
||||
expected: FAIL
|
||||
|
||||
[Navigator interface: navigator must inherit property "clipboard" with the proper type]
|
||||
expected: FAIL
|
|
@ -14,12 +14,6 @@
|
|||
[Preflight for {"content-type":"text/plain\\u000b"}]
|
||||
expected: FAIL
|
||||
|
||||
[No preflight for {"range":"bytes=100-200"}]
|
||||
expected: FAIL
|
||||
|
||||
[No preflight for {"range":"bytes=200-"}]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cors-safelisted-request-header.any.html]
|
||||
[Preflight for {"content-type":"text/plain\\f"}]
|
||||
|
@ -36,9 +30,3 @@
|
|||
|
||||
[Preflight for {"content-type":"text/plain\\u000b"}]
|
||||
expected: FAIL
|
||||
|
||||
[No preflight for {"range":"bytes=100-200"}]
|
||||
expected: FAIL
|
||||
|
||||
[No preflight for {"range":"bytes=200-"}]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[anonymous-table-box-width-001.xht]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[layer-media-toggle.html]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[font-display-preload.html]
|
||||
bug: https://github.com/servo/servo/issues/21566
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[the-check-pseudo-element.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[the-select-arrow-pseudo-element.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[dynamic-available-size-iframe.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta-legacy-layout/css/css-sizing/stretch/block-height-1.html.ini
vendored
Normal file
2
tests/wpt/meta-legacy-layout/css/css-sizing/stretch/block-height-1.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[block-height-1.html]
|
||||
expected: TIMEOUT
|
2
tests/wpt/meta-legacy-layout/css/css-sizing/stretch/block-height-2.html.ini
vendored
Normal file
2
tests/wpt/meta-legacy-layout/css/css-sizing/stretch/block-height-2.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[block-height-2.html]
|
||||
expected: TIMEOUT
|
|
@ -1,3 +1,2 @@
|
|||
[interactivity-inert-focus.tentative.html]
|
||||
[Try focus inert input]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,138 +1,2 @@
|
|||
[interactivity-computed.tentative.html]
|
||||
[Property interactivity value 'auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property interactivity value 'inert']
|
||||
expected: FAIL
|
||||
|
||||
[Property interactivity has initial value auto]
|
||||
expected: FAIL
|
||||
|
||||
[Property interactivity inherits]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <interactivity> from [auto\] to [inert\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <interactivity> from [auto\] to [inert\] at (0) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <interactivity> from [auto\] to [inert\] at (0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <interactivity> from [auto\] to [inert\] at (0.5) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <interactivity> from [auto\] to [inert\] at (0.6) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <interactivity> from [auto\] to [inert\] at (1) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <interactivity> from [auto\] to [inert\] at (1.5) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <interactivity> from [auto\] to [inert\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <interactivity> from [auto\] to [inert\] at (0) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <interactivity> from [auto\] to [inert\] at (0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <interactivity> from [auto\] to [inert\] at (0.5) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <interactivity> from [auto\] to [inert\] at (0.6) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <interactivity> from [auto\] to [inert\] at (1) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <interactivity> from [auto\] to [inert\] at (1.5) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <interactivity> from [auto\] to [inert\] at (-0.3) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <interactivity> from [auto\] to [inert\] at (0) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <interactivity> from [auto\] to [inert\] at (0.3) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <interactivity> from [auto\] to [inert\] at (0.5) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <interactivity> from [auto\] to [inert\] at (0.6) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <interactivity> from [auto\] to [inert\] at (1) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <interactivity> from [auto\] to [inert\] at (1.5) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <interactivity> from [auto\] to [inert\] at (-0.3) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <interactivity> from [auto\] to [inert\] at (0) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <interactivity> from [auto\] to [inert\] at (0.3) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <interactivity> from [auto\] to [inert\] at (0.5) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <interactivity> from [auto\] to [inert\] at (0.6) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <interactivity> from [auto\] to [inert\] at (1) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <interactivity> from [auto\] to [inert\] at (1.5) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <interactivity> from [auto\] to [inert\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <interactivity> from [auto\] to [inert\] at (0) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <interactivity> from [auto\] to [inert\] at (0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <interactivity> from [auto\] to [inert\] at (0.5) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <interactivity> from [auto\] to [inert\] at (0.6) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <interactivity> from [auto\] to [inert\] at (1) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <interactivity> from [auto\] to [inert\] at (1.5) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <interactivity> from [auto\] to [inert\] at (-0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <interactivity> from [auto\] to [inert\] at (0) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <interactivity> from [auto\] to [inert\] at (0.3) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <interactivity> from [auto\] to [inert\] at (0.5) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <interactivity> from [auto\] to [inert\] at (0.6) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <interactivity> from [auto\] to [inert\] at (1) should be [inert\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <interactivity> from [auto\] to [inert\] at (1.5) should be [inert\]]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,18 +1,2 @@
|
|||
[interactivity.tentative.html]
|
||||
[e.style['interactivity'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['interactivity'\] = "inert" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['interactivity'\] = "initial" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['interactivity'\] = "inherit" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['interactivity'\] = "unset" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['interactivity'\] = "revert" should set the property value]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
[medialist-interfaces-001.html]
|
||||
type: testharness
|
||||
[mediatest_medialist_serialize_element]
|
||||
expected: FAIL
|
||||
|
||||
[mediatest_medialist_serialize_comma]
|
||||
expected: FAIL
|
||||
|
||||
[mediatest_medialist_serialize_lexicographical]
|
||||
expected: FAIL
|
||||
|
||||
[mediatest_medialist_serialize_order]
|
||||
expected: FAIL
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,4 @@
|
|||
[builtin-coverage.html]
|
||||
|
||||
[Untitled]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -8,221 +7,333 @@
|
|||
|
||||
[a: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[abbr: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[address: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[area: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[article: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[aside: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[audio: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[b: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[base: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[bdi: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[bdo: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[body: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[br: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[button: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[canvas: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[caption: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[cite: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[code: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[col: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[data: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[datalist: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[dd: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[del: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[details: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[dfn: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[dialog: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[div: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[dl: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[dt: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[em: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[embed: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[figcaption: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[figure: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[footer: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[form: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[h1: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[h2: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[h3: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[h4: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[h5: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[h6: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[header: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[hgroup: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[hr: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[html: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[i: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[iframe: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[img: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[input: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[ins: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[kbd: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[label: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[legend: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[li: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[link: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[main: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[map: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[mark: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[menu: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[meta: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[meter: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[nav: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[noscript: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[object: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[ol: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[optgroup: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[option: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[output: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[p: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[param: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[picture: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[pre: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[progress: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[q: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[rp: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[rt: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[ruby: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[s: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[samp: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[script: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[section: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[select: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[small: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[source: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[span: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[strong: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[style: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[sub: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[summary: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[sup: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[table: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[tbody: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[td: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[template: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[textarea: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[th: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[thead: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[time: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[title: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[tr: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[track: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[u: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[ul: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[var: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[video: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[wbr: Operator 'new' should instantiate a customized built-in element]
|
||||
expected: FAIL
|
||||
|
||||
[slot: Define a customized built-in element]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
[HTMLSlotElement.html]
|
||||
expected: ERROR
|
||||
[name on HTMLSlotElement must enqueue an attributeChanged reaction when adding name content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[name on HTMLSlotElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[HTMLStyleElement.html]
|
||||
[media on HTMLStyleElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[media on HTMLStyleElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
|
@ -2,9 +2,6 @@
|
|||
[AbortController interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[Event interface: new Event("foo") must inherit property "composed" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[EventTarget interface: new AbortController().signal must inherit property "addEventListener(DOMString, EventListener, [object Object\],[object Object\])" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -14,9 +11,6 @@
|
|||
[AbortController interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[Event interface: attribute composed]
|
||||
expected: FAIL
|
||||
|
||||
[AbortSignal interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -50,9 +44,6 @@
|
|||
[AbortSignal interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[Event interface: new CustomEvent("foo") must inherit property "composed" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of new AbortController()]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -2,27 +2,15 @@
|
|||
[EventTarget interface: new AbortController().signal must inherit property "addEventListener(DOMString, EventListener, [object Object\],[object Object\])" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Text interface: document.createTextNode("abc") must inherit property "assignedSlot" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[AbortSignal must be primary interface of new AbortController().signal]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: element must inherit property "assignedSlot" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[AbortController interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[Event interface: attribute composed]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: operation after([object Object\],[object Object\])]
|
||||
expected: FAIL
|
||||
|
||||
[Text interface: attribute assignedSlot]
|
||||
expected: FAIL
|
||||
|
||||
[AbortSignal interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -53,9 +41,6 @@
|
|||
[AbortSignal interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[Event interface: new CustomEvent("foo") must inherit property "composed" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: operation attachShadow(ShadowRootInit)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -167,15 +152,9 @@
|
|||
[AbortSignal interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[Event interface: new Event("foo") must inherit property "composed" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[NodeFilter interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: attribute assignedSlot]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: operation remove()]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -197,9 +176,6 @@
|
|||
[CharacterData interface: operation after([object Object\],[object Object\])]
|
||||
expected: FAIL
|
||||
|
||||
[Event interface: document.createEvent("Event") must inherit property "composed" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[DocumentType interface: operation remove()]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -608,9 +584,6 @@
|
|||
[ShadowRoot interface: attribute delegatesFocus]
|
||||
expected: FAIL
|
||||
|
||||
[ShadowRoot interface: attribute slotAssignment]
|
||||
expected: FAIL
|
||||
|
||||
[XSLTProcessor interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -134,6 +134,12 @@
|
|||
[from(): Abort after complete does NOT call IteratorRecord#return()]
|
||||
expected: FAIL
|
||||
|
||||
[from(): [Symbol.iterator\] not callable AFTER SUBSCRIBE throws]
|
||||
expected: FAIL
|
||||
|
||||
[from(): [Symbol.iterator\] returns null AFTER SUBSCRIBE throws]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-from.any.worker.html]
|
||||
[from(): Observable.from() is a function]
|
||||
|
@ -270,3 +276,9 @@
|
|||
|
||||
[from(): Abort after complete does NOT call IteratorRecord#return()]
|
||||
expected: FAIL
|
||||
|
||||
[from(): [Symbol.iterator\] not callable AFTER SUBSCRIBE throws]
|
||||
expected: FAIL
|
||||
|
||||
[from(): [Symbol.iterator\] returns null AFTER SUBSCRIBE throws]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[new-window.tentative.https.window.html]
|
||||
expected: TIMEOUT
|
||||
[A blank window[target=''\][features='0'\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -53,3 +52,39 @@
|
|||
|
||||
[A cross-origin window[target='_blank'\][features='2'\] can trigger fetchLater.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[A blank window[target=''\][features=''\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin window[target=''\][features=''\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A cross-origin window[target=''\][features=''\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A blank window[target=''\][features='popup'\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin window[target=''\][features='popup'\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A cross-origin window[target=''\][features='popup'\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A blank window[target='_blank'\][features=''\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin window[target='_blank'\][features=''\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A cross-origin window[target='_blank'\][features=''\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A blank window[target='_blank'\][features='popup'\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin window[target='_blank'\][features='popup'\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A cross-origin window[target='_blank'\][features='popup'\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -7,3 +7,9 @@
|
|||
|
||||
[Permissions policy allow="deferred-fetch" allows cross-origin navigation in an iframe.]
|
||||
expected: FAIL
|
||||
|
||||
[Permissions policy allow="deferred-fetch" allows fetchLater() from a redirected same-origin iframe.]
|
||||
expected: FAIL
|
||||
|
||||
[Permissions policy allow="deferred-fetch" disallows fetchLater() from a redirected cross-origin iframe.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -7,3 +7,6 @@
|
|||
|
||||
[Default "deferred-fetch" permissions policy ["self"\] allows fetchLater() in the cross-origin iframe.]
|
||||
expected: FAIL
|
||||
|
||||
[Default "deferred-fetch-minimal" permissions policy ["*"\] allows fetchLater() in the cross-origin iframe.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,102 +1,2 @@
|
|||
[quota.tentative.https.window.html]
|
||||
[A fetchLater() call accept small data in POST request of String.]
|
||||
expected: FAIL
|
||||
|
||||
[A fetchLater() call accept small data in POST request of ArrayBuffer.]
|
||||
expected: FAIL
|
||||
|
||||
[A fetchLater() call accept small data in POST request of FormData.]
|
||||
expected: FAIL
|
||||
|
||||
[A fetchLater() call accept small data in POST request of URLSearchParams.]
|
||||
expected: FAIL
|
||||
|
||||
[A fetchLater() call accept small data in POST request of Blob.]
|
||||
expected: FAIL
|
||||
|
||||
[A fetchLater() call accept small data in POST request of File.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call takes up the per-origin quota for its body of String.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call takes up the per-origin quota for its body of ArrayBuffer.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call takes up the per-origin quota for its body of Blob.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call takes up the per-origin quota for its body of File.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call does not accept empty data in POST request of String.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call does not accept empty data in POST request of ArrayBuffer.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call does not accept empty data in POST request of FormData.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call does not accept empty data in POST request of URLSearchParams.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call does not accept empty data in POST request of Blob.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call does not accept empty data in POST request of File.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call is not allowed to exceed per-origin quota for its body of String.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call is not allowed to exceed per-origin quota for its body of ArrayBuffer.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call is not allowed to exceed per-origin quota for its body of FormData.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call is not allowed to exceed per-origin quota for its body of URLSearchParams.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call is not allowed to exceed per-origin quota for its body of Blob.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call is not allowed to exceed per-origin quota for its body of File.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call is not allowed to exceed per-origin quota for its body of String.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call is not allowed to exceed per-origin quota for its body of ArrayBuffer.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call is not allowed to exceed per-origin quota for its body of FormData.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call is not allowed to exceed per-origin quota for its body of URLSearchParams.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call is not allowed to exceed per-origin quota for its body of Blob.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call is not allowed to exceed per-origin quota for its body of File.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call to another origin does not exceed per-origin quota for its body of String.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call to another origin does not exceed per-origin quota for its body of ArrayBuffer.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call to another origin does not exceed per-origin quota for its body of FormData.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call to another origin does not exceed per-origin quota for its body of URLSearchParams.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call to another origin does not exceed per-origin quota for its body of Blob.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call to another origin does not exceed per-origin quota for its body of File.]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -71,14 +71,5 @@
|
|||
[sec-fetch-storage-access - source[srcset\] - Cross-site, no attributes]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-mode - source[srcset\] - attributes: crossorigin=use-credentials]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-mode - img[srcset\] - attributes: crossorigin]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-mode - source[srcset\] - attributes: crossorigin=anonymous]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-mode - img[srcset\] - attributes: crossorigin=use-credentials]
|
||||
expected: FAIL
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
[general]
|
||||
expected: FAIL
|
||||
|
||||
[Cross Origin Fetch with safe range header]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[general.any.html]
|
||||
[Untitled]
|
||||
|
@ -16,9 +13,6 @@
|
|||
[general]
|
||||
expected: FAIL
|
||||
|
||||
[Cross Origin Fetch with safe range header]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[general.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -4,3 +4,6 @@
|
|||
|
||||
[link click]
|
||||
expected: FAIL
|
||||
|
||||
[form submission]
|
||||
expected: FAIL
|
||||
|
|
|
@ -10,6 +10,3 @@
|
|||
|
||||
[load event does not fire on window.open('about:blank?foo')]
|
||||
expected: FAIL
|
||||
|
||||
[load event does not fire on window.open('about:blank')]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.canvas.clear.html]
|
||||
[Canvas test: 2d.composite.canvas.clear]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.canvas.copy.html]
|
||||
[Canvas test: 2d.composite.canvas.copy]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.canvas.destination-atop.html]
|
||||
[Canvas test: 2d.composite.canvas.destination-atop]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.canvas.destination-in.html]
|
||||
[Canvas test: 2d.composite.canvas.destination-in]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.canvas.destination-out.html]
|
||||
[Canvas test: 2d.composite.canvas.destination-out]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.canvas.destination-over.html]
|
||||
[Canvas test: 2d.composite.canvas.destination-over]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.canvas.lighter.html]
|
||||
[Canvas test: 2d.composite.canvas.lighter]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.canvas.source-atop.html]
|
||||
[Canvas test: 2d.composite.canvas.source-atop]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.canvas.source-in.html]
|
||||
[Canvas test: 2d.composite.canvas.source-in]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.canvas.source-out.html]
|
||||
[Canvas test: 2d.composite.canvas.source-out]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.canvas.source-over.html]
|
||||
[Canvas test: 2d.composite.canvas.source-over]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.canvas.xor.html]
|
||||
[Canvas test: 2d.composite.canvas.xor]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.image.clear.html]
|
||||
[Canvas test: 2d.composite.image.clear]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.image.copy.html]
|
||||
[Canvas test: 2d.composite.image.copy]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.image.destination-atop.html]
|
||||
[Canvas test: 2d.composite.image.destination-atop]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.image.destination-in.html]
|
||||
[Canvas test: 2d.composite.image.destination-in]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.image.destination-out.html]
|
||||
[Canvas test: 2d.composite.image.destination-out]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.image.destination-over.html]
|
||||
[Canvas test: 2d.composite.image.destination-over]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.image.lighter.html]
|
||||
[Canvas test: 2d.composite.image.lighter]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.image.source-atop.html]
|
||||
[Canvas test: 2d.composite.image.source-atop]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.image.source-in.html]
|
||||
[Canvas test: 2d.composite.image.source-in]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.image.source-out.html]
|
||||
[Canvas test: 2d.composite.image.source-out]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.image.source-over.html]
|
||||
[Canvas test: 2d.composite.image.source-over]
|
||||
expected: FAIL
|
3
tests/wpt/meta-legacy-layout/html/canvas/element/compositing/2d.composite.image.xor.html.ini
vendored
Normal file
3
tests/wpt/meta-legacy-layout/html/canvas/element/compositing/2d.composite.image.xor.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.image.xor.html]
|
||||
[Canvas test: 2d.composite.image.xor]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.uncovered.image.copy.html]
|
||||
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.uncovered.image.destination-atop.html]
|
||||
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.uncovered.image.destination-in.html]
|
||||
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.uncovered.image.source-in.html]
|
||||
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.uncovered.image.source-out.html]
|
||||
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.uncovered.pattern.copy.html]
|
||||
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.uncovered.pattern.destination-atop.html]
|
||||
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.uncovered.pattern.destination-in.html]
|
||||
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.uncovered.pattern.source-in.html]
|
||||
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.uncovered.pattern.source-out.html]
|
||||
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.text.measure.caret-position-edge-cases.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[2d.text.measure.caret-position-edges.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[2d.text.measure.caret-position.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[2d.text.measure.caret-position-edge-cases.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[2d.text.measure.caret-position-edge-cases.tentative.worker.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[2d.text.measure.caret-position-edges.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[2d.text.measure.caret-position-edges.tentative.worker.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[2d.text.measure.caret-position.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -1,18 +1,15 @@
|
|||
[name-content-attribute-and-property.html]
|
||||
[embed element\'s name property reflects its content attribute]
|
||||
[embed element's name property reflects its content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[frame element\'s name property reflects its content attribute]
|
||||
[frame element's name property reflects its content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[map element\'s name property reflects its content attribute]
|
||||
[map element's name property reflects its content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[object element\'s name property reflects its content attribute]
|
||||
[object element's name property reflects its content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[param element\'s name property reflects its content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[slot element\'s name property reflects its content attribute]
|
||||
[param element's name property reflects its content attribute]
|
||||
expected: FAIL
|
||||
|
|
|
@ -479,6 +479,9 @@
|
|||
[WorkerNavigator interface: self.navigator must inherit property "onLine" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[OffscreenCanvasRenderingContext2D interface: operation getContextAttributes()]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.any.shadowrealm-in-window.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -6692,6 +6692,9 @@
|
|||
[Element interface: operation getHTML(optional GetHTMLOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[OffscreenCanvasRenderingContext2D interface: operation getContextAttributes()]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.https.html?include=HTML.+]
|
||||
[HTMLAllCollection interface: existence and properties of interface object]
|
||||
|
@ -6976,24 +6979,12 @@
|
|||
[HTMLMetaElement interface: document.createElement("meta") must inherit property "scheme" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLStyleElement interface: attribute media]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLStyleElement interface: attribute blocking]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLStyleElement interface: attribute type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLStyleElement interface: document.createElement("style") must inherit property "media" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLStyleElement interface: document.createElement("style") must inherit property "blocking" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLStyleElement interface: document.createElement("style") must inherit property "type" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLBodyElement interface: attribute link]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -8632,63 +8623,6 @@
|
|||
[HTMLTemplateElement interface: document.createElement("template") must inherit property "shadowRootSerializable" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSlotElement interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSlotElement interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSlotElement interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSlotElement interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSlotElement interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSlotElement interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSlotElement interface: attribute name]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSlotElement interface: operation assignedNodes(optional AssignedNodesOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSlotElement interface: operation assignedElements(optional AssignedNodesOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSlotElement interface: operation assign((Element or Text)...)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSlotElement must be primary interface of document.createElement("slot")]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of document.createElement("slot")]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSlotElement interface: document.createElement("slot") must inherit property "name" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSlotElement interface: document.createElement("slot") must inherit property "assignedNodes(optional AssignedNodesOptions)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSlotElement interface: calling assignedNodes(optional AssignedNodesOptions) on document.createElement("slot") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSlotElement interface: document.createElement("slot") must inherit property "assignedElements(optional AssignedNodesOptions)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSlotElement interface: calling assignedElements(optional AssignedNodesOptions) on document.createElement("slot") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSlotElement interface: document.createElement("slot") must inherit property "assign((Element or Text)...)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSlotElement interface: calling assign((Element or Text)...) on document.createElement("slot") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMarqueeElement interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -4569,12 +4569,6 @@
|
|||
[style.tabIndex: IDL set to -2147483648 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL get with DOM attribute unset]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to "" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -4698,12 +4692,6 @@
|
|||
[style.media: IDL set to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL get with DOM attribute unset]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to "" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -8472,186 +8460,6 @@
|
|||
[style.tabIndex: IDL set to -2147483648]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to ""]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to undefined]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to 7]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to true]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to false]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to object "[object Object\]"]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to NaN]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to -Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to "\\0"]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to null]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to object "test-toString"]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to object "test-valueOf"]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL set to ""]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL set to undefined]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL set to 7]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL set to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL set to true]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL set to false]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL set to object "[object Object\]"]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL set to NaN]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL set to Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL set to -Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL set to "\\0"]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL set to null]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL set to object "test-toString"]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL set to object "test-valueOf"]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to ""]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to undefined]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to 7]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to true]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to false]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to object "[object Object\]"]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to NaN]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to -Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to "\\0"]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to null]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to object "test-toString"]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to object "test-valueOf"]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL set to ""]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL set to undefined]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL set to 7]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL set to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL set to true]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL set to false]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL set to object "[object Object\]"]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL set to NaN]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL set to Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL set to -Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL set to "\\0"]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL set to null]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL set to object "test-toString"]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL set to object "test-valueOf"]
|
||||
expected: FAIL
|
||||
|
||||
[link.nonce: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -9921,9 +9729,6 @@
|
|||
[title.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[link.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -9951,15 +9756,9 @@
|
|||
[meta.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[meta.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[head.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -9990,9 +9789,6 @@
|
|||
[link.as: setAttribute() to "sharedworKer"]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[link.nonce: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -10035,9 +9831,6 @@
|
|||
[link.as: setAttribute() to ".5"]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to ".5"]
|
||||
expected: FAIL
|
||||
|
||||
[style.nonce: IDL set to ".5"]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -10086,9 +9879,6 @@
|
|||
[link.nonce: setAttribute() to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL set to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
[link.as: IDL set to "tracK"]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -10104,9 +9894,6 @@
|
|||
[link.nonce: IDL set to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
[base.accessKey: setAttribute() to ".5"]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -10152,9 +9939,6 @@
|
|||
[link.accessKey: IDL set to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL set to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
[link.as: setAttribute() to "sharedworKer"]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -10185,15 +9969,9 @@
|
|||
[style.accessKey: setAttribute() to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL set to ".5"]
|
||||
expected: FAIL
|
||||
|
||||
[title.accessKey: IDL set to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL set to ".5"]
|
||||
expected: FAIL
|
||||
|
||||
[head.accessKey: setAttribute() to ".5"]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -10209,18 +9987,12 @@
|
|||
[meta.accessKey: IDL set to ".5"]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to ".5"]
|
||||
expected: FAIL
|
||||
|
||||
[link.as: setAttribute() to "worKer"]
|
||||
expected: FAIL
|
||||
|
||||
[link.as: setAttribute() to "tracK"]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
[link.as: setAttribute() to "xſlt"]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -15918,102 +15918,6 @@
|
|||
[slot.tabIndex: IDL set to -2147483648]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL get with DOM attribute unset]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: setAttribute() to ""]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: setAttribute() to undefined]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: setAttribute() to 7]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: setAttribute() to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: setAttribute() to true]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: setAttribute() to false]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: setAttribute() to object "[object Object\]"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: setAttribute() to NaN]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: setAttribute() to Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: setAttribute() to -Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: setAttribute() to "\\0"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: setAttribute() to null]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: setAttribute() to object "test-toString"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: setAttribute() to object "test-valueOf"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL set to ""]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL set to undefined]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL set to 7]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL set to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL set to true]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL set to false]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL set to object "[object Object\]"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL set to NaN]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL set to Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL set to -Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL set to "\\0"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL set to null]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL set to object "test-toString"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL set to object "test-valueOf"]
|
||||
expected: FAIL
|
||||
|
||||
[undefinedelement.inputMode: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -16674,9 +16578,6 @@
|
|||
[dialog.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[del.dateTime: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -16764,9 +16665,6 @@
|
|||
[html.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[script.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -16890,9 +16788,6 @@
|
|||
[menu.accessKey: IDL set to ".5"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: setAttribute() to ".5"]
|
||||
expected: FAIL
|
||||
|
||||
[script.accessKey: IDL set to ".5"]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -16947,9 +16842,6 @@
|
|||
[del.cite: IDL set to ".5"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL set to ".5"]
|
||||
expected: FAIL
|
||||
|
||||
[del.cite: setAttribute() to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -17055,18 +16947,12 @@
|
|||
[script.nonce: IDL set to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: setAttribute() to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.accessKey: IDL set to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
[del.accessKey: IDL set to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL set to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
[summary.tabIndex: setAttribute() to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -5,7 +5,3 @@
|
|||
|
||||
[The LinkStyle interface's sheet attribute must return StyleSheet object; the disabled attribute must be same as the StyleSheet's disabled attribute]
|
||||
expected: FAIL
|
||||
|
||||
[The media must be the same as the value of the element's media content attribute, or the empty string if it is omitted]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[style_media.html]
|
||||
type: testharness
|
||||
[The style information must be applied to the environment specified by the media attribute]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[style_media_change.html]
|
||||
type: testharness
|
||||
[change media value dynamically]
|
||||
expected: FAIL
|
||||
|
||||
[removing media attribute]
|
||||
expected: FAIL
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
[style_type_change.html]
|
||||
type: testharness
|
||||
[Check initial styleSheets length type]
|
||||
expected: FAIL
|
||||
|
||||
[Change type from invalid type to valid type]
|
||||
expected: FAIL
|
||||
|
||||
[Change type from valid type to invalid type]
|
||||
expected: FAIL
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
[style_type_html.html]
|
||||
[With a whitespace-surrounded type attribute, the style should not apply]
|
||||
expected: FAIL
|
||||
|
||||
[With a charset parameter in the type attribute, the style should not apply]
|
||||
expected: FAIL
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
[update-style-block-ascii-case-insensitive.html]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[iframe_sandbox_popups_escaping-2.html]
|
||||
expected: TIMEOUT
|
||||
expected: CRASH
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[iframe_sandbox_popups_nonescaping-1.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[select-value-selectedOption.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -102,15 +102,6 @@
|
|||
[Interfaces for RTC: createElement]
|
||||
expected: FAIL
|
||||
|
||||
[Interfaces for slot: useNS]
|
||||
expected: FAIL
|
||||
|
||||
[Interfaces for slot: useParser]
|
||||
expected: FAIL
|
||||
|
||||
[Interfaces for SLOT: createElement]
|
||||
expected: FAIL
|
||||
|
||||
[Interfaces for permission: useNS]
|
||||
expected: FAIL
|
||||
|
||||
|
|
2
tests/wpt/meta-legacy-layout/html/semantics/invokers/idlharness.tentative.html.ini
vendored
Normal file
2
tests/wpt/meta-legacy-layout/html/semantics/invokers/idlharness.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[idlharness.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[interestelement-interface.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[invokeelement-interface.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[button-type-reset-popovertarget.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -1,198 +1,2 @@
|
|||
[popover-css-properties.tentative.html]
|
||||
[Property popover-show-delay value '0s']
|
||||
expected: FAIL
|
||||
|
||||
[Property popover-show-delay value '0ms']
|
||||
expected: FAIL
|
||||
|
||||
[Property popover-show-delay value '32s']
|
||||
expected: FAIL
|
||||
|
||||
[Property popover-show-delay value '123ms']
|
||||
expected: FAIL
|
||||
|
||||
[e.style['popover-show-delay'\] = "0s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['popover-show-delay'\] = "0ms" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['popover-show-delay'\] = "32s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['popover-show-delay'\] = "123ms" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['popover-show-delay'\] = "inherit" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <popover-show-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <popover-show-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <popover-show-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <popover-show-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <popover-show-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <popover-show-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <popover-show-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <popover-show-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <popover-show-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <popover-show-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <popover-show-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <popover-show-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property popover-hide-delay value '0s']
|
||||
expected: FAIL
|
||||
|
||||
[Property popover-hide-delay value '0ms']
|
||||
expected: FAIL
|
||||
|
||||
[Property popover-hide-delay value '32s']
|
||||
expected: FAIL
|
||||
|
||||
[Property popover-hide-delay value '123ms']
|
||||
expected: FAIL
|
||||
|
||||
[e.style['popover-hide-delay'\] = "0s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['popover-hide-delay'\] = "0ms" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['popover-hide-delay'\] = "32s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['popover-hide-delay'\] = "123ms" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['popover-hide-delay'\] = "inherit" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <popover-hide-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <popover-hide-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <popover-hide-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <popover-hide-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <popover-hide-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <popover-hide-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <popover-hide-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <popover-hide-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <popover-hide-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <popover-hide-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <popover-hide-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <popover-hide-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[popover-types-with-hints.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -8,14 +8,5 @@
|
|||
[Reload navigationStart > Original navigationStart]
|
||||
expected: FAIL
|
||||
|
||||
[Reload domContentLoadedEventStart > Original domContentLoadedEventStart]
|
||||
expected: FAIL
|
||||
|
||||
[Reload domInteractive > Original domInteractive]
|
||||
expected: FAIL
|
||||
|
||||
[Reload fetchStart > Original fetchStart]
|
||||
expected: FAIL
|
||||
|
||||
[Reload domContentLoadedEventEnd > Original domContentLoadedEventEnd]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[detached-frame.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[include-frames-originA-A-A.html]
|
||||
expected: TIMEOUT
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue