mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +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"}]
|
[Preflight for {"content-type":"text/plain\\u000b"}]
|
||||||
expected: FAIL
|
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]
|
[cors-safelisted-request-header.any.html]
|
||||||
[Preflight for {"content-type":"text/plain\\f"}]
|
[Preflight for {"content-type":"text/plain\\f"}]
|
||||||
|
@ -36,9 +30,3 @@
|
||||||
|
|
||||||
[Preflight for {"content-type":"text/plain\\u000b"}]
|
[Preflight for {"content-type":"text/plain\\u000b"}]
|
||||||
expected: FAIL
|
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]
|
[font-display-preload.html]
|
||||||
bug: https://github.com/servo/servo/issues/21566
|
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]
|
[interactivity-inert-focus.tentative.html]
|
||||||
[Try focus inert input]
|
expected: TIMEOUT
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -1,138 +1,2 @@
|
||||||
[interactivity-computed.tentative.html]
|
[interactivity-computed.tentative.html]
|
||||||
[Property interactivity value 'auto']
|
expected: TIMEOUT
|
||||||
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
|
|
||||||
|
|
|
@ -1,18 +1,2 @@
|
||||||
[interactivity.tentative.html]
|
[interactivity.tentative.html]
|
||||||
[e.style['interactivity'\] = "auto" should set the property value]
|
expected: TIMEOUT
|
||||||
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
|
|
||||||
|
|
|
@ -1,14 +1,4 @@
|
||||||
[medialist-interfaces-001.html]
|
[medialist-interfaces-001.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
[mediatest_medialist_serialize_element]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[mediatest_medialist_serialize_comma]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[mediatest_medialist_serialize_lexicographical]
|
[mediatest_medialist_serialize_lexicographical]
|
||||||
expected: FAIL
|
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]
|
[builtin-coverage.html]
|
||||||
|
|
||||||
[Untitled]
|
[Untitled]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -8,221 +7,333 @@
|
||||||
|
|
||||||
[a: Operator 'new' should instantiate a customized built-in element]
|
[a: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[abbr: Operator 'new' should instantiate a customized built-in element]
|
[abbr: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[address: Operator 'new' should instantiate a customized built-in element]
|
[address: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[area: Operator 'new' should instantiate a customized built-in element]
|
[area: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[article: Operator 'new' should instantiate a customized built-in element]
|
[article: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[aside: Operator 'new' should instantiate a customized built-in element]
|
[aside: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[audio: Operator 'new' should instantiate a customized built-in element]
|
[audio: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[b: Operator 'new' should instantiate a customized built-in element]
|
[b: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[base: Operator 'new' should instantiate a customized built-in element]
|
[base: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[bdi: Operator 'new' should instantiate a customized built-in element]
|
[bdi: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[bdo: Operator 'new' should instantiate a customized built-in element]
|
[bdo: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[blockquote: Operator 'new' should instantiate a customized built-in element]
|
[blockquote: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[body: Operator 'new' should instantiate a customized built-in element]
|
[body: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[br: Operator 'new' should instantiate a customized built-in element]
|
[br: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[button: Operator 'new' should instantiate a customized built-in element]
|
[button: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[canvas: Operator 'new' should instantiate a customized built-in element]
|
[canvas: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[caption: Operator 'new' should instantiate a customized built-in element]
|
[caption: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[cite: Operator 'new' should instantiate a customized built-in element]
|
[cite: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[code: Operator 'new' should instantiate a customized built-in element]
|
[code: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[col: Operator 'new' should instantiate a customized built-in element]
|
[col: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[colgroup: Operator 'new' should instantiate a customized built-in element]
|
[colgroup: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[data: Operator 'new' should instantiate a customized built-in element]
|
[data: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[datalist: Operator 'new' should instantiate a customized built-in element]
|
[datalist: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[dd: Operator 'new' should instantiate a customized built-in element]
|
[dd: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[del: Operator 'new' should instantiate a customized built-in element]
|
[del: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[details: Operator 'new' should instantiate a customized built-in element]
|
[details: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[dfn: Operator 'new' should instantiate a customized built-in element]
|
[dfn: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[dialog: Operator 'new' should instantiate a customized built-in element]
|
[dialog: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[div: Operator 'new' should instantiate a customized built-in element]
|
[div: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[dl: Operator 'new' should instantiate a customized built-in element]
|
[dl: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[dt: Operator 'new' should instantiate a customized built-in element]
|
[dt: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[em: Operator 'new' should instantiate a customized built-in element]
|
[em: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[embed: Operator 'new' should instantiate a customized built-in element]
|
[embed: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[fieldset: Operator 'new' should instantiate a customized built-in element]
|
[fieldset: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[figcaption: Operator 'new' should instantiate a customized built-in element]
|
[figcaption: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[figure: Operator 'new' should instantiate a customized built-in element]
|
[figure: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[footer: Operator 'new' should instantiate a customized built-in element]
|
[footer: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[form: Operator 'new' should instantiate a customized built-in element]
|
[form: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[h1: Operator 'new' should instantiate a customized built-in element]
|
[h1: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[h2: Operator 'new' should instantiate a customized built-in element]
|
[h2: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[h3: Operator 'new' should instantiate a customized built-in element]
|
[h3: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[h4: Operator 'new' should instantiate a customized built-in element]
|
[h4: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[h5: Operator 'new' should instantiate a customized built-in element]
|
[h5: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[h6: Operator 'new' should instantiate a customized built-in element]
|
[h6: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[header: Operator 'new' should instantiate a customized built-in element]
|
[header: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[hgroup: Operator 'new' should instantiate a customized built-in element]
|
[hgroup: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[hr: Operator 'new' should instantiate a customized built-in element]
|
[hr: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[html: Operator 'new' should instantiate a customized built-in element]
|
[html: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[i: Operator 'new' should instantiate a customized built-in element]
|
[i: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[iframe: Operator 'new' should instantiate a customized built-in element]
|
[iframe: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[img: Operator 'new' should instantiate a customized built-in element]
|
[img: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[input: Operator 'new' should instantiate a customized built-in element]
|
[input: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[ins: Operator 'new' should instantiate a customized built-in element]
|
[ins: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[kbd: Operator 'new' should instantiate a customized built-in element]
|
[kbd: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[label: Operator 'new' should instantiate a customized built-in element]
|
[label: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[legend: Operator 'new' should instantiate a customized built-in element]
|
[legend: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[li: Operator 'new' should instantiate a customized built-in element]
|
[li: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[link: Operator 'new' should instantiate a customized built-in element]
|
[link: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[main: Operator 'new' should instantiate a customized built-in element]
|
[main: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[map: Operator 'new' should instantiate a customized built-in element]
|
[map: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[mark: Operator 'new' should instantiate a customized built-in element]
|
[mark: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[menu: Operator 'new' should instantiate a customized built-in element]
|
[menu: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[meta: Operator 'new' should instantiate a customized built-in element]
|
[meta: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[meter: Operator 'new' should instantiate a customized built-in element]
|
[meter: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[nav: Operator 'new' should instantiate a customized built-in element]
|
[nav: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[noscript: Operator 'new' should instantiate a customized built-in element]
|
[noscript: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[object: Operator 'new' should instantiate a customized built-in element]
|
[object: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[ol: Operator 'new' should instantiate a customized built-in element]
|
[ol: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[optgroup: Operator 'new' should instantiate a customized built-in element]
|
[optgroup: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[option: Operator 'new' should instantiate a customized built-in element]
|
[option: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[output: Operator 'new' should instantiate a customized built-in element]
|
[output: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[p: Operator 'new' should instantiate a customized built-in element]
|
[p: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[param: Operator 'new' should instantiate a customized built-in element]
|
[param: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[picture: Operator 'new' should instantiate a customized built-in element]
|
[picture: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[pre: Operator 'new' should instantiate a customized built-in element]
|
[pre: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[progress: Operator 'new' should instantiate a customized built-in element]
|
[progress: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[q: Operator 'new' should instantiate a customized built-in element]
|
[q: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[rp: Operator 'new' should instantiate a customized built-in element]
|
[rp: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[rt: Operator 'new' should instantiate a customized built-in element]
|
[rt: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[ruby: Operator 'new' should instantiate a customized built-in element]
|
[ruby: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[s: Operator 'new' should instantiate a customized built-in element]
|
[s: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[samp: Operator 'new' should instantiate a customized built-in element]
|
[samp: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[script: Operator 'new' should instantiate a customized built-in element]
|
[script: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[section: Operator 'new' should instantiate a customized built-in element]
|
[section: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[select: Operator 'new' should instantiate a customized built-in element]
|
[select: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[small: Operator 'new' should instantiate a customized built-in element]
|
[small: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[source: Operator 'new' should instantiate a customized built-in element]
|
[source: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[span: Operator 'new' should instantiate a customized built-in element]
|
[span: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[strong: Operator 'new' should instantiate a customized built-in element]
|
[strong: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[style: Operator 'new' should instantiate a customized built-in element]
|
[style: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[sub: Operator 'new' should instantiate a customized built-in element]
|
[sub: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[summary: Operator 'new' should instantiate a customized built-in element]
|
[summary: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[sup: Operator 'new' should instantiate a customized built-in element]
|
[sup: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[table: Operator 'new' should instantiate a customized built-in element]
|
[table: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[tbody: Operator 'new' should instantiate a customized built-in element]
|
[tbody: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[td: Operator 'new' should instantiate a customized built-in element]
|
[td: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[template: Operator 'new' should instantiate a customized built-in element]
|
[template: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[textarea: Operator 'new' should instantiate a customized built-in element]
|
[textarea: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[tfoot: Operator 'new' should instantiate a customized built-in element]
|
[tfoot: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[th: Operator 'new' should instantiate a customized built-in element]
|
[th: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[thead: Operator 'new' should instantiate a customized built-in element]
|
[thead: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[time: Operator 'new' should instantiate a customized built-in element]
|
[time: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[title: Operator 'new' should instantiate a customized built-in element]
|
[title: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[tr: Operator 'new' should instantiate a customized built-in element]
|
[tr: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[track: Operator 'new' should instantiate a customized built-in element]
|
[track: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[u: Operator 'new' should instantiate a customized built-in element]
|
[u: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[ul: Operator 'new' should instantiate a customized built-in element]
|
[ul: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[var: Operator 'new' should instantiate a customized built-in element]
|
[var: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[video: Operator 'new' should instantiate a customized built-in element]
|
[video: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[wbr: Operator 'new' should instantiate a customized built-in element]
|
[wbr: Operator 'new' should instantiate a customized built-in element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[slot: Define a customized built-in element]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,2 +1,6 @@
|
||||||
[HTMLSlotElement.html]
|
[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]
|
[AbortController interface: existence and properties of interface prototype object's @@unscopables property]
|
||||||
expected: FAIL
|
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]
|
[EventTarget interface: new AbortController().signal must inherit property "addEventListener(DOMString, EventListener, [object Object\],[object Object\])" with the proper type]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -14,9 +11,6 @@
|
||||||
[AbortController interface object name]
|
[AbortController interface object name]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Event interface: attribute composed]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[AbortSignal interface: existence and properties of interface prototype object's @@unscopables property]
|
[AbortSignal interface: existence and properties of interface prototype object's @@unscopables property]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -50,9 +44,6 @@
|
||||||
[AbortSignal interface: existence and properties of interface prototype object]
|
[AbortSignal interface: existence and properties of interface prototype object]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Event interface: new CustomEvent("foo") must inherit property "composed" with the proper type]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Stringification of new AbortController()]
|
[Stringification of new AbortController()]
|
||||||
expected: FAIL
|
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]
|
[EventTarget interface: new AbortController().signal must inherit property "addEventListener(DOMString, EventListener, [object Object\],[object Object\])" with the proper type]
|
||||||
expected: FAIL
|
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]
|
[AbortSignal must be primary interface of new AbortController().signal]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Element interface: element must inherit property "assignedSlot" with the proper type]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[AbortController interface object name]
|
[AbortController interface object name]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Event interface: attribute composed]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Element interface: operation after([object Object\],[object Object\])]
|
[Element interface: operation after([object Object\],[object Object\])]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Text interface: attribute assignedSlot]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[AbortSignal interface: existence and properties of interface prototype object's @@unscopables property]
|
[AbortSignal interface: existence and properties of interface prototype object's @@unscopables property]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -53,9 +41,6 @@
|
||||||
[AbortSignal interface object name]
|
[AbortSignal interface object name]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Event interface: new CustomEvent("foo") must inherit property "composed" with the proper type]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Element interface: operation attachShadow(ShadowRootInit)]
|
[Element interface: operation attachShadow(ShadowRootInit)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -167,15 +152,9 @@
|
||||||
[AbortSignal interface: existence and properties of interface prototype object]
|
[AbortSignal interface: existence and properties of interface prototype object]
|
||||||
expected: FAIL
|
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]
|
[NodeFilter interface: existence and properties of interface object]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Element interface: attribute assignedSlot]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Element interface: operation remove()]
|
[Element interface: operation remove()]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -197,9 +176,6 @@
|
||||||
[CharacterData interface: operation after([object Object\],[object Object\])]
|
[CharacterData interface: operation after([object Object\],[object Object\])]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Event interface: document.createEvent("Event") must inherit property "composed" with the proper type]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[DocumentType interface: operation remove()]
|
[DocumentType interface: operation remove()]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -608,9 +584,6 @@
|
||||||
[ShadowRoot interface: attribute delegatesFocus]
|
[ShadowRoot interface: attribute delegatesFocus]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[ShadowRoot interface: attribute slotAssignment]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XSLTProcessor interface: existence and properties of interface object]
|
[XSLTProcessor interface: existence and properties of interface object]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -134,6 +134,12 @@
|
||||||
[from(): Abort after complete does NOT call IteratorRecord#return()]
|
[from(): Abort after complete does NOT call IteratorRecord#return()]
|
||||||
expected: FAIL
|
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]
|
[observable-from.any.worker.html]
|
||||||
[from(): Observable.from() is a function]
|
[from(): Observable.from() is a function]
|
||||||
|
@ -270,3 +276,9 @@
|
||||||
|
|
||||||
[from(): Abort after complete does NOT call IteratorRecord#return()]
|
[from(): Abort after complete does NOT call IteratorRecord#return()]
|
||||||
expected: FAIL
|
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]
|
[new-window.tentative.https.window.html]
|
||||||
expected: TIMEOUT
|
|
||||||
[A blank window[target=''\][features='0'\] can trigger fetchLater.]
|
[A blank window[target=''\][features='0'\] can trigger fetchLater.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -53,3 +52,39 @@
|
||||||
|
|
||||||
[A cross-origin window[target='_blank'\][features='2'\] can trigger fetchLater.]
|
[A cross-origin window[target='_blank'\][features='2'\] can trigger fetchLater.]
|
||||||
expected: TIMEOUT
|
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.]
|
[Permissions policy allow="deferred-fetch" allows cross-origin navigation in an iframe.]
|
||||||
expected: FAIL
|
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.]
|
[Default "deferred-fetch" permissions policy ["self"\] allows fetchLater() in the cross-origin iframe.]
|
||||||
expected: FAIL
|
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]
|
[quota.tentative.https.window.html]
|
||||||
[A fetchLater() call accept small data in POST request of String.]
|
expected: TIMEOUT
|
||||||
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
|
|
||||||
|
|
|
@ -71,14 +71,5 @@
|
||||||
[sec-fetch-storage-access - source[srcset\] - Cross-site, no attributes]
|
[sec-fetch-storage-access - source[srcset\] - Cross-site, no attributes]
|
||||||
expected: FAIL
|
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]
|
[sec-fetch-mode - source[srcset\] - attributes: crossorigin=anonymous]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[sec-fetch-mode - img[srcset\] - attributes: crossorigin=use-credentials]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -5,9 +5,6 @@
|
||||||
[general]
|
[general]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Cross Origin Fetch with safe range header]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
||||||
[general.any.html]
|
[general.any.html]
|
||||||
[Untitled]
|
[Untitled]
|
||||||
|
@ -16,9 +13,6 @@
|
||||||
[general]
|
[general]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Cross Origin Fetch with safe range header]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
||||||
[general.any.sharedworker.html]
|
[general.any.sharedworker.html]
|
||||||
expected: ERROR
|
expected: ERROR
|
||||||
|
|
|
@ -4,3 +4,6 @@
|
||||||
|
|
||||||
[link click]
|
[link click]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[form submission]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -10,6 +10,3 @@
|
||||||
|
|
||||||
[load event does not fire on window.open('about:blank?foo')]
|
[load event does not fire on window.open('about:blank?foo')]
|
||||||
expected: FAIL
|
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]
|
[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
|
expected: FAIL
|
||||||
|
|
||||||
[frame element\'s name property reflects its content attribute]
|
[frame element's name property reflects its content attribute]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[map element\'s name property reflects its content attribute]
|
[map element's name property reflects its content attribute]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[object element\'s name property reflects its content attribute]
|
[object element's name property reflects its content attribute]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[param element\'s name property reflects its content attribute]
|
[param element's name property reflects its content attribute]
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[slot element\'s name property reflects its content attribute]
|
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
|
@ -479,6 +479,9 @@
|
||||||
[WorkerNavigator interface: self.navigator must inherit property "onLine" with the proper type]
|
[WorkerNavigator interface: self.navigator must inherit property "onLine" with the proper type]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[OffscreenCanvasRenderingContext2D interface: operation getContextAttributes()]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
||||||
[idlharness.any.shadowrealm-in-window.html]
|
[idlharness.any.shadowrealm-in-window.html]
|
||||||
expected: ERROR
|
expected: ERROR
|
||||||
|
|
|
@ -6692,6 +6692,9 @@
|
||||||
[Element interface: operation getHTML(optional GetHTMLOptions)]
|
[Element interface: operation getHTML(optional GetHTMLOptions)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[OffscreenCanvasRenderingContext2D interface: operation getContextAttributes()]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
||||||
[idlharness.https.html?include=HTML.+]
|
[idlharness.https.html?include=HTML.+]
|
||||||
[HTMLAllCollection interface: existence and properties of interface object]
|
[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]
|
[HTMLMetaElement interface: document.createElement("meta") must inherit property "scheme" with the proper type]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLStyleElement interface: attribute media]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLStyleElement interface: attribute blocking]
|
[HTMLStyleElement interface: attribute blocking]
|
||||||
expected: FAIL
|
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]
|
[HTMLStyleElement interface: document.createElement("style") must inherit property "blocking" with the proper type]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLStyleElement interface: document.createElement("style") must inherit property "type" with the proper type]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLBodyElement interface: attribute link]
|
[HTMLBodyElement interface: attribute link]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -8632,63 +8623,6 @@
|
||||||
[HTMLTemplateElement interface: document.createElement("template") must inherit property "shadowRootSerializable" with the proper type]
|
[HTMLTemplateElement interface: document.createElement("template") must inherit property "shadowRootSerializable" with the proper type]
|
||||||
expected: FAIL
|
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]
|
[HTMLMarqueeElement interface: existence and properties of interface object]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -4569,12 +4569,6 @@
|
||||||
[style.tabIndex: IDL set to -2147483648 followed by getAttribute()]
|
[style.tabIndex: IDL set to -2147483648 followed by getAttribute()]
|
||||||
expected: FAIL
|
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]
|
[style.media: setAttribute() to "" followed by IDL get]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -4698,12 +4692,6 @@
|
||||||
[style.media: IDL set to object "test-valueOf" followed by IDL get]
|
[style.media: IDL set to object "test-valueOf" followed by IDL get]
|
||||||
expected: FAIL
|
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]
|
[style.type: setAttribute() to "" followed by IDL get]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -8472,186 +8460,6 @@
|
||||||
[style.tabIndex: IDL set to -2147483648]
|
[style.tabIndex: IDL set to -2147483648]
|
||||||
expected: FAIL
|
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]
|
[link.nonce: typeof IDL attribute]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -9921,9 +9729,6 @@
|
||||||
[title.accessKey: IDL set to "5%"]
|
[title.accessKey: IDL set to "5%"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[style.type: setAttribute() to "5%"]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[link.tabIndex: setAttribute() to "5%"]
|
[link.tabIndex: setAttribute() to "5%"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -9951,15 +9756,9 @@
|
||||||
[meta.accessKey: IDL set to "5%"]
|
[meta.accessKey: IDL set to "5%"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[style.type: IDL set to "5%"]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[meta.accessKey: setAttribute() to "5%"]
|
[meta.accessKey: setAttribute() to "5%"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[style.media: IDL set to "5%"]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[head.accessKey: setAttribute() to "5%"]
|
[head.accessKey: setAttribute() to "5%"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -9990,9 +9789,6 @@
|
||||||
[link.as: setAttribute() to "sharedworKer"]
|
[link.as: setAttribute() to "sharedworKer"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[style.media: setAttribute() to "5%"]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[link.nonce: IDL set to "5%"]
|
[link.nonce: IDL set to "5%"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -10035,9 +9831,6 @@
|
||||||
[link.as: setAttribute() to ".5"]
|
[link.as: setAttribute() to ".5"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[style.media: setAttribute() to ".5"]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[style.nonce: IDL set to ".5"]
|
[style.nonce: IDL set to ".5"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -10086,9 +9879,6 @@
|
||||||
[link.nonce: setAttribute() to "+100"]
|
[link.nonce: setAttribute() to "+100"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[style.type: IDL set to "+100"]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[link.as: IDL set to "tracK"]
|
[link.as: IDL set to "tracK"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -10104,9 +9894,6 @@
|
||||||
[link.nonce: IDL set to "+100"]
|
[link.nonce: IDL set to "+100"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[style.type: setAttribute() to "+100"]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[base.accessKey: setAttribute() to ".5"]
|
[base.accessKey: setAttribute() to ".5"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -10152,9 +9939,6 @@
|
||||||
[link.accessKey: IDL set to "+100"]
|
[link.accessKey: IDL set to "+100"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[style.media: IDL set to "+100"]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[link.as: setAttribute() to "sharedworKer"]
|
[link.as: setAttribute() to "sharedworKer"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -10185,15 +9969,9 @@
|
||||||
[style.accessKey: setAttribute() to "+100"]
|
[style.accessKey: setAttribute() to "+100"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[style.media: IDL set to ".5"]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[title.accessKey: IDL set to "+100"]
|
[title.accessKey: IDL set to "+100"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[style.type: IDL set to ".5"]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[head.accessKey: setAttribute() to ".5"]
|
[head.accessKey: setAttribute() to ".5"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -10209,18 +9987,12 @@
|
||||||
[meta.accessKey: IDL set to ".5"]
|
[meta.accessKey: IDL set to ".5"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[style.type: setAttribute() to ".5"]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[link.as: setAttribute() to "worKer"]
|
[link.as: setAttribute() to "worKer"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[link.as: setAttribute() to "tracK"]
|
[link.as: setAttribute() to "tracK"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[style.media: setAttribute() to "+100"]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[link.as: setAttribute() to "xſlt"]
|
[link.as: setAttribute() to "xſlt"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -15918,102 +15918,6 @@
|
||||||
[slot.tabIndex: IDL set to -2147483648]
|
[slot.tabIndex: IDL set to -2147483648]
|
||||||
expected: FAIL
|
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]
|
[undefinedelement.inputMode: typeof IDL attribute]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -16674,9 +16578,6 @@
|
||||||
[dialog.tabIndex: setAttribute() to "5%"]
|
[dialog.tabIndex: setAttribute() to "5%"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[slot.name: setAttribute() to "5%"]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[del.dateTime: IDL set to "5%"]
|
[del.dateTime: IDL set to "5%"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -16764,9 +16665,6 @@
|
||||||
[html.accessKey: setAttribute() to "5%"]
|
[html.accessKey: setAttribute() to "5%"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[slot.name: IDL set to "5%"]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[script.accessKey: setAttribute() to "5%"]
|
[script.accessKey: setAttribute() to "5%"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -16890,9 +16788,6 @@
|
||||||
[menu.accessKey: IDL set to ".5"]
|
[menu.accessKey: IDL set to ".5"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[slot.name: setAttribute() to ".5"]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[script.accessKey: IDL set to ".5"]
|
[script.accessKey: IDL set to ".5"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -16947,9 +16842,6 @@
|
||||||
[del.cite: IDL set to ".5"]
|
[del.cite: IDL set to ".5"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[slot.name: IDL set to ".5"]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[del.cite: setAttribute() to "+100"]
|
[del.cite: setAttribute() to "+100"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -17055,18 +16947,12 @@
|
||||||
[script.nonce: IDL set to "+100"]
|
[script.nonce: IDL set to "+100"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[slot.name: setAttribute() to "+100"]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[slot.accessKey: IDL set to "+100"]
|
[slot.accessKey: IDL set to "+100"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[del.accessKey: IDL set to "+100"]
|
[del.accessKey: IDL set to "+100"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[slot.name: IDL set to "+100"]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[summary.tabIndex: setAttribute() to "+100"]
|
[summary.tabIndex: setAttribute() to "+100"]
|
||||||
expected: FAIL
|
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]
|
[The LinkStyle interface's sheet attribute must return StyleSheet object; the disabled attribute must be same as the StyleSheet's disabled attribute]
|
||||||
expected: FAIL
|
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]
|
[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]
|
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||||
expected: TIMEOUT
|
expected: TIMEOUT
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[iframe_sandbox_popups_nonescaping-1.html]
|
[iframe_sandbox_popups_nonescaping-1.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: CRASH
|
expected: TIMEOUT
|
||||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||||
expected: NOTRUN
|
expected: NOTRUN
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
[select-value-selectedOption.tentative.html]
|
||||||
|
expected: TIMEOUT
|
|
@ -102,15 +102,6 @@
|
||||||
[Interfaces for RTC: createElement]
|
[Interfaces for RTC: createElement]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Interfaces for slot: useNS]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Interfaces for slot: useParser]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Interfaces for SLOT: createElement]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Interfaces for permission: useNS]
|
[Interfaces for permission: useNS]
|
||||||
expected: FAIL
|
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]
|
[popover-css-properties.tentative.html]
|
||||||
[Property popover-show-delay value '0s']
|
expected: TIMEOUT
|
||||||
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
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
[popover-types-with-hints.tentative.html]
|
|
||||||
expected: TIMEOUT
|
|
|
@ -8,14 +8,5 @@
|
||||||
[Reload navigationStart > Original navigationStart]
|
[Reload navigationStart > Original navigationStart]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Reload domContentLoadedEventStart > Original domContentLoadedEventStart]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Reload domInteractive > Original domInteractive]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Reload fetchStart > Original fetchStart]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Reload domContentLoadedEventEnd > Original domContentLoadedEventEnd]
|
[Reload domContentLoadedEventEnd > Original domContentLoadedEventEnd]
|
||||||
expected: FAIL
|
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