mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Sync WPT with upstream (11-02-2024) (#31309)
* Update web-platform-tests to revision b'33d11f1db34802fda00e64ddeb0b7ef040cf65be' * Update expectations --------- Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
19667e117a
commit
03ac032798
483 changed files with 11930 additions and 4402 deletions
|
@ -1,4 +1,5 @@
|
|||
[position-absolute-013.html]
|
||||
expected: TIMEOUT
|
||||
[.flexbox 309]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[overlay-transition-property.html]
|
||||
[Property transition value 'overlay 1s']
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "overlay 2s" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[eol-spaces-bidi-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[eol-spaces-bidi-004.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[transition-valid.html]
|
||||
[e.style['transition'\] = "1s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "cubic-bezier(0, -2, 1, 3)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "1s -3s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "top" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "1s -3s, cubic-bezier(0, -2, 1, 3) top" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "all" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "all 1s" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,168 @@
|
|||
[calc-size-width-interpolation.tentative.html]
|
||||
[CSS Transitions: property <width> from neutral to [calc-size(auto, size * 2)\] at (-0.25) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from neutral to [calc-size(auto, size * 2)\] at (0) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.25) should be [calc-size(auto, size * 1.25)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.5) should be [calc-size(auto, size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.75) should be [calc-size(auto, size * 1.75)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from neutral to [calc-size(auto, size * 2)\] at (1) should be [calc-size(auto, size * 2)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from neutral to [calc-size(auto, size * 2)\] at (1.25) should be [calc-size(auto, size * 2.25)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [calc-size(auto, size * 2)\] at (-0.25) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [calc-size(auto, size * 2)\] at (0) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.25) should be [calc-size(auto, size * 1.25)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.5) should be [calc-size(auto, size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.75) should be [calc-size(auto, size * 1.75)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [calc-size(auto, size * 2)\] at (1) should be [calc-size(auto, size * 2)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [calc-size(auto, size * 2)\] at (1.25) should be [calc-size(auto, size * 2.25)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (-0.25) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (0) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.25) should be [calc-size(auto, size * 1.25)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.5) should be [calc-size(auto, size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.75) should be [calc-size(auto, size * 1.75)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (1) should be [calc-size(auto, size * 2)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (1.25) should be [calc-size(auto, size * 2.25)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (-0.25) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (0) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.25) should be [calc-size(auto, size * 1.25)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.5) should be [calc-size(auto, size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.75) should be [calc-size(auto, size * 1.75)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (1) should be [calc-size(auto, size * 2)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (1.25) should be [calc-size(auto, size * 2.25)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]]
|
||||
expected: FAIL
|
|
@ -0,0 +1,42 @@
|
|||
[calc-size-parsing.tentative.html]
|
||||
[e.style['width'\] = "calc-size(fit-content, size)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['height'\] = "calc-size(min-content, size * 2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-width'\] = "calc-size(max-content, size / 2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-height'\] = "calc-size(fit-content, 30px + size / 2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(fit-content, 50% + size / 2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(any, 25em)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(any, 40%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(any, 50px + 30%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(any, calc-size(10px, sign(size) * size))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(30px, 25em)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(calc-size(any, 30px), 25em)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(calc-size(2in, 30px), 25em)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(calc-size(min-content, 30px), 25em)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(calc-size(min-content, size), size)" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[calc-size-width.tentative.html]
|
||||
expected: ERROR
|
|
@ -1,3 +1,6 @@
|
|||
[MediaQueryList-addListener-removeListener.html]
|
||||
[listeners are called when <iframe> is resized]
|
||||
expected: FAIL
|
||||
|
||||
[listeners are called correct number of times]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[offsetTopLeft-table-caption.html]
|
||||
[offset* APIs on tables with captions.]
|
||||
expected: FAIL
|
|
@ -1,3 +1,6 @@
|
|||
[scroll-zoom.html]
|
||||
[scroll properties for elements with css zoom 1]
|
||||
expected: FAIL
|
||||
|
||||
[scroll{Width, Height}]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[webkit-transition-end-event.html]
|
||||
expected: TIMEOUT
|
||||
[dispatchEvent of an transitionend event does not trigger a prefixed event handler or listener]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -12,16 +13,25 @@
|
|||
expected: FAIL
|
||||
|
||||
[event types for prefixed and unprefixed transitionend event listeners should be named appropriately]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[ontransitionend and onwebkittransitionend are not aliases]
|
||||
expected: FAIL
|
||||
|
||||
[webkitTransitionEnd event listener should trigger for an animation]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[dispatchEvent of a webkitTransitionEnd event does trigger a prefixed event handler or listener]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkittransitionend event handler should not trigger if an unprefixed event handler also exists]
|
||||
expected: FAIL
|
||||
|
||||
[webkitTransitionEnd event listener should not trigger if an unprefixed listener also exists]
|
||||
expected: NOTRUN
|
||||
|
||||
[webkitTransitionEnd event listener should not trigger if an unprefixed event handler also exists]
|
||||
expected: NOTRUN
|
||||
|
||||
[webkitTransitionEnd event listener is case sensitive]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -0,0 +1,38 @@
|
|||
[observable-forEach.any.worker.html]
|
||||
[forEach(): Visitor callback called synchronously for each value]
|
||||
expected: FAIL
|
||||
|
||||
[Errors thrown by Observable reject the returned promise]
|
||||
expected: FAIL
|
||||
|
||||
[Errors pushed by Observable reject the returned promise]
|
||||
expected: FAIL
|
||||
|
||||
[Errors thrown in the visitor callback reject the promise and unsubscribe from the source]
|
||||
expected: FAIL
|
||||
|
||||
[forEach visitor callback rejection microtask ordering]
|
||||
expected: FAIL
|
||||
|
||||
[forEach() promise resolves with undefined]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-forEach.any.html]
|
||||
[forEach(): Visitor callback called synchronously for each value]
|
||||
expected: FAIL
|
||||
|
||||
[Errors thrown by Observable reject the returned promise]
|
||||
expected: FAIL
|
||||
|
||||
[Errors pushed by Observable reject the returned promise]
|
||||
expected: FAIL
|
||||
|
||||
[Errors thrown in the visitor callback reject the promise and unsubscribe from the source]
|
||||
expected: FAIL
|
||||
|
||||
[forEach visitor callback rejection microtask ordering]
|
||||
expected: FAIL
|
||||
|
||||
[forEach() promise resolves with undefined]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[observable-forEach.window.html]
|
||||
[forEach()'s internal observer's next steps do not crash in a detached document]
|
||||
expected: FAIL
|
||||
|
||||
[forEach()'s internal observer's next steps do not crash when visitor callback detaches the document]
|
||||
expected: FAIL
|
|
@ -66,3 +66,5 @@
|
|||
[Test removing node xmlDoctype]
|
||||
expected: FAIL
|
||||
|
||||
[Test removing node paras[5\].firstChild]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
[request-constructor-init-body-override.any.html]
|
||||
[Check that the body of a new request can be overridden when created from an existing Request object]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[request-constructor-init-body-override.any.worker.html]
|
||||
[Check that the body of a new request can be overridden when created from an existing Request object]
|
||||
expected: FAIL
|
|
@ -1,33 +1,33 @@
|
|||
[bad-gzip-body.any.html]
|
||||
[Consuming the body of a resource with bad gzip content with arrayBuffer() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad gzip content with blob() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad gzip content with json() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad gzip content with text() should reject]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[bad-gzip-body.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[bad-gzip-body.any.worker.html]
|
||||
[Consuming the body of a resource with bad gzip content with arrayBuffer() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad gzip content with blob() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad gzip content with json() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad gzip content with text() should reject]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[bad-gzip-body.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[bad-gzip-body.any.html]
|
||||
[Consuming the body of a resource with bad gzip content with json() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad gzip content with blob() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad gzip content with arrayBuffer() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad gzip content with text() should reject]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[bad-gzip-body.any.worker.html]
|
||||
[Consuming the body of a resource with bad gzip content with json() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad gzip content with blob() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad gzip content with arrayBuffer() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad gzip content with text() should reject]
|
||||
expected: FAIL
|
||||
|
|
@ -1,6 +1,3 @@
|
|||
[big-gzip-body.https.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[big-gzip-body.https.any.worker.html]
|
||||
[large gzip data should be decompressed successfully]
|
||||
expected: FAIL
|
||||
|
@ -17,5 +14,8 @@
|
|||
expected: FAIL
|
||||
|
||||
|
||||
[big-gzip-body.https.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[big-gzip-body.https.any.serviceworker.html]
|
||||
expected: ERROR
|
|
@ -1,9 +1,9 @@
|
|||
[gzip-body.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[gzip-body.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[gzip-body.any.html]
|
||||
|
||||
[gzip-body.any.worker.html]
|
||||
|
||||
[gzip-body.any.html]
|
||||
[gzip-body.any.serviceworker.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,33 @@
|
|||
[bad-zstd-body.https.any.worker.html]
|
||||
[Consuming the body of a resource with bad zstd content with arrayBuffer() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad zstd content with blob() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad zstd content with json() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad zstd content with text() should reject]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[bad-zstd-body.https.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[bad-zstd-body.https.any.html]
|
||||
[Consuming the body of a resource with bad zstd content with arrayBuffer() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad zstd content with blob() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad zstd content with json() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad zstd content with text() should reject]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[bad-zstd-body.https.any.serviceworker.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,14 @@
|
|||
[big-window-zstd-body.tentative.https.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[big-window-zstd-body.tentative.https.any.worker.html]
|
||||
[Consuming the body of a resource with too large of a zstd window size should reject]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[big-window-zstd-body.tentative.https.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[big-window-zstd-body.tentative.https.any.html]
|
||||
[Consuming the body of a resource with too large of a zstd window size should reject]
|
||||
expected: FAIL
|
|
@ -0,0 +1,21 @@
|
|||
[big-zstd-body.https.any.worker.html]
|
||||
[large zstd data should be decompressed successfully]
|
||||
expected: FAIL
|
||||
|
||||
[large zstd data should be decompressed successfully with byte stream]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[big-zstd-body.https.any.html]
|
||||
[large zstd data should be decompressed successfully]
|
||||
expected: FAIL
|
||||
|
||||
[large zstd data should be decompressed successfully with byte stream]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[big-zstd-body.https.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[big-zstd-body.https.any.serviceworker.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,20 @@
|
|||
[zstd-body.https.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[zstd-body.https.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[zstd-body.https.any.html]
|
||||
[fetched zstd data with content type text should be decompressed.]
|
||||
expected: FAIL
|
||||
|
||||
[fetched zstd data with content type octetstream should be decompressed.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[zstd-body.https.any.worker.html]
|
||||
[fetched zstd data with content type text should be decompressed.]
|
||||
expected: FAIL
|
||||
|
||||
[fetched zstd data with content type octetstream should be decompressed.]
|
||||
expected: FAIL
|
|
@ -146,3 +146,6 @@
|
|||
|
||||
[list-style-image sec-fetch-site - HTTPS downgrade-upgrade]
|
||||
expected: FAIL
|
||||
|
||||
[border-image sec-fetch-dest - Not sent to non-trustworthy same-origin destination]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[about-srcdoc-navigation-blocked.window.html]
|
||||
expected: TIMEOUT
|
||||
[Navigations to about:srcdoc via window.location must be blocked]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[empty-iframe-load-event.html]
|
||||
[Check execution order from nested timeout]
|
||||
expected: FAIL
|
||||
|
||||
[Check execution order on load handler]
|
||||
expected: FAIL
|
|
@ -10,3 +10,6 @@
|
|||
|
||||
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank']
|
||||
expected: FAIL
|
||||
|
||||
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='']
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
[navigate-to-unparseable-url.html]
|
||||
[location.href setter throws a SyntaxError DOMException for unparseable URLs]
|
||||
expected: FAIL
|
||||
|
||||
[<a> tag navigate fails for unparseable URLs]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[navigation-unload-same-origin.window.html]
|
||||
[Same-origin navigation started from unload handler must be ignored]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[traverse_the_history_2.html]
|
||||
[traverse_the_history_5.html]
|
||||
[Multiple history traversals, last would be aborted]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[creating_browsing_context_test_01.html]
|
||||
[first argument: absolute url]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[canvas.2d.disconnected-font-size-math.html]
|
||||
expected: CRASH
|
|
@ -643,3 +643,9 @@
|
|||
|
||||
[input.useMap: IDL set to object "test-valueOf"]
|
||||
expected: FAIL
|
||||
|
||||
[input.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[input.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
|
|
@ -22352,3 +22352,252 @@
|
|||
|
||||
[fieldset.autofocus: setAttribute() to true]
|
||||
expected: FAIL
|
||||
|
||||
[form.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[form.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[legend.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[legend.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[label.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[label.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[input.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[input.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[button.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[button.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[select.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[select.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[datalist.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[datalist.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[optgroup.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[optgroup.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[option.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[option.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[output.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[output.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to "\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to "\\t\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to "\\n\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to "\\f\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to "\\r\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " \\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: IDL set to -10000000000]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: IDL set to -1]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: IDL set to -0]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: IDL set to 0]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: IDL set to 1e-10]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: IDL set to 1e+25]
|
||||
expected: FAIL
|
||||
|
||||
[meter.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[meter.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[meter.value: IDL set to 1e-10]
|
||||
expected: FAIL
|
||||
|
||||
[meter.value: IDL set to 0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[meter.value: IDL set to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[meter.value: IDL set to 1e+25]
|
||||
expected: FAIL
|
||||
|
||||
[meter.min: IDL set to 1e-10]
|
||||
expected: FAIL
|
||||
|
||||
[meter.min: IDL set to 0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[meter.min: IDL set to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[meter.min: IDL set to 1e+25]
|
||||
expected: FAIL
|
||||
|
||||
[meter.max: IDL set to 1e-10]
|
||||
expected: FAIL
|
||||
|
||||
[meter.max: IDL set to 0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[meter.max: IDL set to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[meter.max: IDL set to 1e+25]
|
||||
expected: FAIL
|
||||
|
||||
[meter.low: IDL set to 1e-10]
|
||||
expected: FAIL
|
||||
|
||||
[meter.low: IDL set to 0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[meter.low: IDL set to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[meter.low: IDL set to 1e+25]
|
||||
expected: FAIL
|
||||
|
||||
[meter.high: IDL set to 1e-10]
|
||||
expected: FAIL
|
||||
|
||||
[meter.high: IDL set to 0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[meter.high: IDL set to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[meter.high: IDL set to 1e+25]
|
||||
expected: FAIL
|
||||
|
||||
[meter.optimum: IDL set to 1e-10]
|
||||
expected: FAIL
|
||||
|
||||
[meter.optimum: IDL set to 0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[meter.optimum: IDL set to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[meter.optimum: IDL set to 1e+25]
|
||||
expected: FAIL
|
||||
|
|
|
@ -19826,3 +19826,135 @@
|
|||
|
||||
[pre.autofocus: setAttribute() to object "[object Object\]"]
|
||||
expected: FAIL
|
||||
|
||||
[p.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[p.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[hr.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[hr.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to "-"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to "+"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to "\\t\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to "\\n\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to "\\f\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to "\\r\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to " \\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to "-"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to "+"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to "\\t\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to "\\n\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to "\\f\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to "\\r\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to " \\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[ul.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[ul.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[li.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[li.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[dl.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[dl.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[dt.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[dt.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[dd.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[dd.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[figure.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[figure.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[figcaption.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[figcaption.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[main.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[main.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[div.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[div.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
|
|
@ -11162,3 +11162,39 @@
|
|||
|
||||
[meta.media: IDL set to object "test-valueOf"]
|
||||
expected: FAIL
|
||||
|
||||
[head.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[head.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[title.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[title.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[base.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[base.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[link.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[link.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[meta.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[meta.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[style.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[style.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
|
|
@ -18497,3 +18497,75 @@
|
|||
|
||||
[undefinedelement.enterKeyHint: setAttribute() to "previouſ"]
|
||||
expected: FAIL
|
||||
|
||||
[html.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[html.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[script.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[script.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[noscript.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[noscript.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[template.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[template.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[ins.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[ins.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[del.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[del.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[details.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[details.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[summary.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[summary.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[menu.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[menu.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[undefinedelement.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[undefinedelement.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
|
|
@ -16931,3 +16931,129 @@
|
|||
|
||||
[font.autofocus: setAttribute() to 7]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to "-"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to "+"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to "\\t\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to "\\n\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to "\\f\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to "\\r\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to " \\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to "-"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to "+"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to "\\t\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to "\\n\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to "\\f\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to "\\r\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to " \\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to "-"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to "+"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to "\\t\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to "\\n\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to "\\f\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to "\\r\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to " \\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to "-"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to "+"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to "\\t\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to "\\n\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to "\\f\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to "\\r\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to " \\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[frameset.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[frameset.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[dir.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[dir.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[font.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[font.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
|
|
@ -20639,3 +20639,93 @@
|
|||
|
||||
[nav.autofocus: setAttribute() to " foo "]
|
||||
expected: FAIL
|
||||
|
||||
[body.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[body.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[article.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[article.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[section.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[section.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[nav.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[nav.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[aside.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[aside.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[h1.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[h1.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[h2.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[h2.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[h3.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[h3.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[h4.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[h4.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[h5.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[h5.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[h6.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[h6.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[hgroup.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[hgroup.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[header.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[header.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[footer.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[footer.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[address.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[address.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
|
|
@ -26684,3 +26684,111 @@
|
|||
|
||||
[td.autofocus: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[table.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[table.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[caption.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[caption.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to "-"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to "+"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to "\\t\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to "\\n\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to "\\f\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to "\\r\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to " \\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[col.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[col.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to "-"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to "+"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to "\\t\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to "\\n\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to "\\f\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to "\\r\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to " \\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[tbody.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[tbody.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[thead.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[thead.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[tr.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[tr.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[td.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[td.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[th.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[th.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
|
|
@ -33872,3 +33872,177 @@
|
|||
|
||||
[a.referrerPolicy: setAttribute() to "origin-when-croſſ-origin"]
|
||||
expected: FAIL
|
||||
|
||||
[a.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[a.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[em.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[em.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[strong.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[strong.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[small.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[small.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[s.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[s.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[cite.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[cite.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[q.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[q.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[dfn.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[dfn.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[abbr.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[abbr.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[ruby.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[ruby.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[rt.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[rt.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[rp.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[rp.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[data.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[data.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[time.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[time.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[code.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[code.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[var.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[var.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[samp.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[samp.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[kbd.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[kbd.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[sub.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[sub.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[sup.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[sup.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[i.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[i.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[b.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[b.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[u.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[u.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[mark.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[mark.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[bdi.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[bdi.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[bdo.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[bdo.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[span.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[span.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[br.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[br.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[wbr.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[wbr.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[autofocus-area.html]
|
||||
[autofocus works on area element]
|
||||
expected: FAIL
|
|
@ -1,7 +1,6 @@
|
|||
[document-with-fragment-empty.html]
|
||||
expected: TIMEOUT
|
||||
[Autofocus elements in iframed documents with empty fragments should work.]
|
||||
expected: FAIL
|
||||
|
||||
[Autofocus elements in top-level browsing context's documents with empty fragments should work.]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[no-help-cursor-on-links-wrapped-in-svg.historical.html]
|
||||
[Unvisited help links must have pointer cursor, not help cursor]
|
||||
expected: FAIL
|
||||
|
||||
[Visited help links must have pointer cursor, not help cursor]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[field-sizing-input-number.tentative.html]
|
||||
[field-sizing-input-number.html]
|
||||
[number: Empty value]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[field-sizing-input-text.tentative.html]
|
||||
[field-sizing-input-text.html]
|
||||
[text: Empty value]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[field-sizing-select.tentative.html]
|
||||
[field-sizing-select.html]
|
||||
[dropdown: The width should depend on the selected OPTION]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[field-sizing-textarea.tentative.html]
|
||||
[field-sizing-textarea.html]
|
||||
[Empty value]
|
||||
expected: FAIL
|
||||
|
|
@ -1,3 +1,9 @@
|
|||
[input-text-size.html]
|
||||
[Size attribute value affects computed style]
|
||||
expected: FAIL
|
||||
|
||||
[Size attribute value affects layout-dependent computed style]
|
||||
expected: FAIL
|
||||
|
||||
[Size attribute value is not a presentational hint]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
[textarea-cols-rows.html]
|
||||
[Cols/rows attribute values affect computed style]
|
||||
expected: FAIL
|
||||
|
||||
[Cols/rows attribute values affect layout-dependent computed style]
|
||||
expected: FAIL
|
||||
|
||||
[Cols/rows attribute values are not presentational hints]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[iframe_sandbox_popups_escaping-2.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -68,9 +68,6 @@
|
|||
[text/plain: \\r\\n in filename (normal form)]
|
||||
expected: FAIL
|
||||
|
||||
[text/plain: \\r\\n in filename (formdata event)]
|
||||
expected: FAIL
|
||||
|
||||
[text/plain: \\n\\r in filename (normal form)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -146,9 +143,6 @@
|
|||
[text/plain: 0x00 in name (formdata event)]
|
||||
expected: FAIL
|
||||
|
||||
[text/plain: 0x00 in value (formdata event)]
|
||||
expected: FAIL
|
||||
|
||||
[text/plain: lone surrogate in name and value (normal form)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -161,9 +155,6 @@
|
|||
[text/plain: double quote in name (formdata event)]
|
||||
expected: FAIL
|
||||
|
||||
[text/plain: \\n in value (normal form)]
|
||||
expected: FAIL
|
||||
|
||||
[text/plain: 0x00 in filename (formdata event)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[select-child-button-and-datalist.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,2 +1,15 @@
|
|||
[dialog-focus-previous-outside.html]
|
||||
expected: ERROR
|
||||
[Focus should not be restored if the currently focused element is not inside the dialog.]
|
||||
expected: FAIL
|
||||
|
||||
[Focus restore should not occur when the focused element is in a shadowroot outside of the dialog.]
|
||||
expected: FAIL
|
||||
|
||||
[Focus restore should occur when the focused element is in a shadowroot inside the dialog.]
|
||||
expected: FAIL
|
||||
|
||||
[Focus restore should occur when the focused element is slotted into a dialog.]
|
||||
expected: FAIL
|
||||
|
||||
[Focus restore should always occur for modal dialogs.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,12 @@
|
|||
[popover-shadowhost-focus.html]
|
||||
expected: ERROR
|
||||
[autofocus=true, delegatesfocus=false]
|
||||
expected: FAIL
|
||||
|
||||
[autofocus=true, delegatesfocus=true]
|
||||
expected: FAIL
|
||||
|
||||
[autofocus=false, delegatesfocus=false]
|
||||
expected: FAIL
|
||||
|
||||
[autofocus=false, delegatesfocus=true]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[DOMContentLoaded-defer.html]
|
||||
[The end: DOMContentLoaded and defer scripts]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[module-delayed.html]
|
||||
[async document.write in a module]
|
||||
expected: FAIL
|
|
@ -68,3 +68,6 @@
|
|||
|
||||
[PerformanceEntry has correct name, initiatorType, startTime, and duration (link)]
|
||||
expected: NOTRUN
|
||||
|
||||
[PerformanceEntry has correct name, initiatorType, startTime, and duration (img)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,48 @@
|
|||
[move-selection-range-into-different-root.tentative.html]
|
||||
[Set selection range into a document fragment with selectNode]
|
||||
expected: FAIL
|
||||
|
||||
[Set selection range into a sub-document with selectNode]
|
||||
expected: FAIL
|
||||
|
||||
[Set selection range into a document fragment with selectNodeContents]
|
||||
expected: FAIL
|
||||
|
||||
[Set selection range into a sub-document with selectNodeContents]
|
||||
expected: FAIL
|
||||
|
||||
[Set selection range into a document fragment with setEnd]
|
||||
expected: FAIL
|
||||
|
||||
[Set selection range into a sub-document with setEnd]
|
||||
expected: FAIL
|
||||
|
||||
[Set selection range into a document fragment with setEndAfter]
|
||||
expected: FAIL
|
||||
|
||||
[Set selection range into a sub-document with setEndAfter]
|
||||
expected: FAIL
|
||||
|
||||
[Set selection range into a document fragment with setEndBefore]
|
||||
expected: FAIL
|
||||
|
||||
[Set selection range into a sub-document with setEndBefore]
|
||||
expected: FAIL
|
||||
|
||||
[Set selection range into a document fragment with setStart]
|
||||
expected: FAIL
|
||||
|
||||
[Set selection range into a sub-document with setStart]
|
||||
expected: FAIL
|
||||
|
||||
[Set selection range into a document fragment with setStartAfter]
|
||||
expected: FAIL
|
||||
|
||||
[Set selection range into a sub-document with setStartAfter]
|
||||
expected: FAIL
|
||||
|
||||
[Set selection range into a document fragment with setStartBefore]
|
||||
expected: FAIL
|
||||
|
||||
[Set selection range into a sub-document with setStartBefore]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[xhr-timeout-longtask.any.worker.html]
|
||||
[Long tasks should not trigger load timeout]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[xhr-timeout-longtask.any.html]
|
File diff suppressed because it is too large
Load diff
|
@ -113,9 +113,6 @@
|
|||
[Matching font-style: 'oblique -21deg' should prefer 'oblique 30deg 60deg' over 'oblique 40deg 50deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-weight: '430' should prefer '450 460' over '500']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-stretch: '90%' should prefer '110% 140%' over '120% 130%']
|
||||
expected: FAIL
|
||||
|
||||
|
@ -209,9 +206,6 @@
|
|||
[Matching font-style: 'oblique 10deg' should prefer 'oblique 0deg' over 'oblique -50deg -20deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'oblique -21deg' should prefer 'oblique -21deg' over 'oblique -60deg -40deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'oblique 20deg' should prefer 'oblique 20deg' over 'oblique 30deg 60deg']
|
||||
expected: FAIL
|
||||
|
||||
|
@ -251,9 +245,6 @@
|
|||
[Matching font-style: 'italic' should prefer 'oblique 30deg 60deg' over 'oblique 40deg 50deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'oblique 10deg' should prefer 'oblique 10deg' over 'oblique 5deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'oblique -20deg' should prefer 'oblique -20deg' over 'oblique -60deg -40deg']
|
||||
expected: FAIL
|
||||
|
||||
|
@ -275,9 +266,6 @@
|
|||
[Matching font-weight: '501' should prefer '502 510' over '503 520']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-weight: '399' should prefer '400' over '450 460']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'oblique 20deg' should prefer 'oblique 30deg 60deg' over 'oblique 40deg 50deg']
|
||||
expected: FAIL
|
||||
|
||||
|
@ -286,3 +274,42 @@
|
|||
|
||||
[Matching font-style: 'oblique -20deg' should prefer 'oblique 0deg' over 'oblique 30deg 60deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-weight: '400' should prefer '351 398' over '501 550']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-weight: '430' should prefer '501 550' over '502 560']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-weight: '500' should prefer '500' over '450 460']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-weight: '500' should prefer '450 460' over '400']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-weight: '500' should prefer '400' over '350 399']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-stretch: '100%' should prefer '100%' over '110% 120%']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'normal' should prefer 'oblique 10deg 40deg' over 'oblique 20deg 30deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'normal' should prefer 'oblique 20deg 30deg' over 'oblique -50deg -20deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'italic' should prefer 'oblique 40deg 50deg' over 'oblique 5deg 10deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'italic' should prefer 'oblique 5deg' over 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'oblique 10deg' should prefer 'italic' over 'oblique 0deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'oblique 0deg' should prefer 'oblique -50deg -20deg' over 'oblique -40deg -30deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'oblique -10deg' should prefer 'oblique -50deg -40deg' over 'italic']
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[overlay-transition-property.html]
|
||||
[e.style['transition'\] = "overlay 2s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[Property transition value 'overlay 1s']
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[eol-spaces-bidi-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[eol-spaces-bidi-004.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[transition-valid.html]
|
||||
[e.style['transition'\] = "1s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "cubic-bezier(0, -2, 1, 3)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "1s -3s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "top" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "1s -3s, cubic-bezier(0, -2, 1, 3) top" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "all" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "all 1s" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,168 @@
|
|||
[calc-size-width-interpolation.tentative.html]
|
||||
[CSS Transitions: property <width> from neutral to [calc-size(auto, size * 2)\] at (-0.25) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from neutral to [calc-size(auto, size * 2)\] at (0) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.25) should be [calc-size(auto, size * 1.25)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.5) should be [calc-size(auto, size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.75) should be [calc-size(auto, size * 1.75)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from neutral to [calc-size(auto, size * 2)\] at (1) should be [calc-size(auto, size * 2)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from neutral to [calc-size(auto, size * 2)\] at (1.25) should be [calc-size(auto, size * 2.25)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [calc-size(auto, size * 2)\] at (-0.25) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [calc-size(auto, size * 2)\] at (0) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.25) should be [calc-size(auto, size * 1.25)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.5) should be [calc-size(auto, size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.75) should be [calc-size(auto, size * 1.75)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [calc-size(auto, size * 2)\] at (1) should be [calc-size(auto, size * 2)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from neutral to [calc-size(auto, size * 2)\] at (1.25) should be [calc-size(auto, size * 2.25)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (-0.25) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (0) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.25) should be [calc-size(auto, size * 1.25)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.5) should be [calc-size(auto, size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.75) should be [calc-size(auto, size * 1.75)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (1) should be [calc-size(auto, size * 2)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (1.25) should be [calc-size(auto, size * 2.25)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (-0.25) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (0) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.25) should be [calc-size(auto, size * 1.25)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.5) should be [calc-size(auto, size * 1.5)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (0.75) should be [calc-size(auto, size * 1.75)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (1) should be [calc-size(auto, size * 2)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from neutral to [calc-size(auto, size * 2)\] at (1.25) should be [calc-size(auto, size * 2.25)\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <width> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]]
|
||||
expected: FAIL
|
|
@ -0,0 +1,42 @@
|
|||
[calc-size-parsing.tentative.html]
|
||||
[e.style['width'\] = "calc-size(fit-content, size)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['height'\] = "calc-size(min-content, size * 2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-width'\] = "calc-size(max-content, size / 2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-height'\] = "calc-size(fit-content, 30px + size / 2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(fit-content, 50% + size / 2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(any, 25em)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(any, 40%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(any, 50px + 30%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(any, calc-size(10px, sign(size) * size))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(30px, 25em)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(calc-size(any, 30px), 25em)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(calc-size(2in, 30px), 25em)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(calc-size(min-content, 30px), 25em)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(calc-size(min-content, size), size)" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[calc-size-width.tentative.html]
|
||||
expected: ERROR
|
|
@ -4,6 +4,3 @@
|
|||
|
||||
[throws if handleEvent is thruthy and not callable]
|
||||
expected: FAIL
|
||||
|
||||
[looks up handleEvent method on every event dispatch]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[offsetTopLeft-table-caption.html]
|
||||
[offset* APIs on tables with captions.]
|
||||
expected: FAIL
|
|
@ -1,3 +1,6 @@
|
|||
[scroll-zoom.html]
|
||||
[scroll properties for elements with css zoom 1]
|
||||
expected: FAIL
|
||||
|
||||
[scroll{Width, Height}]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,38 @@
|
|||
[observable-forEach.any.html]
|
||||
[forEach(): Visitor callback called synchronously for each value]
|
||||
expected: FAIL
|
||||
|
||||
[Errors thrown by Observable reject the returned promise]
|
||||
expected: FAIL
|
||||
|
||||
[Errors pushed by Observable reject the returned promise]
|
||||
expected: FAIL
|
||||
|
||||
[Errors thrown in the visitor callback reject the promise and unsubscribe from the source]
|
||||
expected: FAIL
|
||||
|
||||
[forEach visitor callback rejection microtask ordering]
|
||||
expected: FAIL
|
||||
|
||||
[forEach() promise resolves with undefined]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-forEach.any.worker.html]
|
||||
[forEach(): Visitor callback called synchronously for each value]
|
||||
expected: FAIL
|
||||
|
||||
[Errors thrown by Observable reject the returned promise]
|
||||
expected: FAIL
|
||||
|
||||
[Errors pushed by Observable reject the returned promise]
|
||||
expected: FAIL
|
||||
|
||||
[Errors thrown in the visitor callback reject the promise and unsubscribe from the source]
|
||||
expected: FAIL
|
||||
|
||||
[forEach visitor callback rejection microtask ordering]
|
||||
expected: FAIL
|
||||
|
||||
[forEach() promise resolves with undefined]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[observable-forEach.window.html]
|
||||
[forEach()'s internal observer's next steps do not crash in a detached document]
|
||||
expected: FAIL
|
||||
|
||||
[forEach()'s internal observer's next steps do not crash when visitor callback detaches the document]
|
||||
expected: FAIL
|
|
@ -64,3 +64,6 @@
|
|||
|
||||
[Test removing node xmlDoctype]
|
||||
expected: FAIL
|
||||
|
||||
[Test removing node paras[5\].firstChild]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
[request-constructor-init-body-override.any.worker.html]
|
||||
[Check that the body of a new request can be overridden when created from an existing Request object]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[request-constructor-init-body-override.any.html]
|
||||
[Check that the body of a new request can be overridden when created from an existing Request object]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[bad-gzip-body.any.worker.html]
|
||||
[bad-gzip-body.any.html]
|
||||
[Consuming the body of a resource with bad gzip content with arrayBuffer() should reject]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
expected: FAIL
|
||||
|
||||
|
||||
[bad-gzip-body.any.html]
|
||||
[bad-gzip-body.any.worker.html]
|
||||
[Consuming the body of a resource with bad gzip content with arrayBuffer() should reject]
|
||||
expected: FAIL
|
||||
|
|
@ -1,3 +1,6 @@
|
|||
[big-gzip-body.https.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[big-gzip-body.https.any.worker.html]
|
||||
[large gzip data should be decompressed successfully]
|
||||
expected: FAIL
|
||||
|
@ -6,15 +9,13 @@
|
|||
expected: FAIL
|
||||
|
||||
|
||||
[big-gzip-body.https.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[big-gzip-body.https.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[big-gzip-body.https.any.html]
|
||||
[large gzip data should be decompressed successfully]
|
||||
expected: FAIL
|
||||
|
||||
[large gzip data should be decompressed successfully with byte stream]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[big-gzip-body.https.any.sharedworker.html]
|
||||
expected: ERROR
|
|
@ -1,3 +1,5 @@
|
|||
[gzip-body.any.worker.html]
|
||||
|
||||
[gzip-body.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
|
@ -5,5 +7,3 @@
|
|||
|
||||
[gzip-body.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[gzip-body.any.worker.html]
|
|
@ -0,0 +1,33 @@
|
|||
[bad-zstd-body.https.any.html]
|
||||
[Consuming the body of a resource with bad zstd content with arrayBuffer() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad zstd content with blob() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad zstd content with json() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad zstd content with text() should reject]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[bad-zstd-body.https.any.worker.html]
|
||||
[Consuming the body of a resource with bad zstd content with arrayBuffer() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad zstd content with blob() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad zstd content with json() should reject]
|
||||
expected: FAIL
|
||||
|
||||
[Consuming the body of a resource with bad zstd content with text() should reject]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[bad-zstd-body.https.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[bad-zstd-body.https.any.serviceworker.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,15 @@
|
|||
[big-window-zstd-body.tentative.https.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[big-window-zstd-body.tentative.https.any.html]
|
||||
[Consuming the body of a resource with too large of a zstd window size should reject]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[big-window-zstd-body.tentative.https.any.worker.html]
|
||||
[Consuming the body of a resource with too large of a zstd window size should reject]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[big-window-zstd-body.tentative.https.any.sharedworker.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,21 @@
|
|||
[big-zstd-body.https.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[big-zstd-body.https.any.worker.html]
|
||||
[large zstd data should be decompressed successfully]
|
||||
expected: FAIL
|
||||
|
||||
[large zstd data should be decompressed successfully with byte stream]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[big-zstd-body.https.any.html]
|
||||
[large zstd data should be decompressed successfully]
|
||||
expected: FAIL
|
||||
|
||||
[large zstd data should be decompressed successfully with byte stream]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[big-zstd-body.https.any.sharedworker.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,20 @@
|
|||
[zstd-body.https.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[zstd-body.https.any.html]
|
||||
[fetched zstd data with content type text should be decompressed.]
|
||||
expected: FAIL
|
||||
|
||||
[fetched zstd data with content type octetstream should be decompressed.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[zstd-body.https.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[zstd-body.https.any.worker.html]
|
||||
[fetched zstd data with content type text should be decompressed.]
|
||||
expected: FAIL
|
||||
|
||||
[fetched zstd data with content type octetstream should be decompressed.]
|
||||
expected: FAIL
|
|
@ -1,13 +1,13 @@
|
|||
[element-img-environment-change.sub.html]
|
||||
expected: TIMEOUT
|
||||
[sec-fetch-site - Not sent to non-trustworthy same-site destination, no attributes]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[sec-fetch-site - Not sent to non-trustworthy cross-site destination, no attributes]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-mode - Not sent to non-trustworthy same-origin destination, no attributes]
|
||||
expected: TIMEOUT
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-mode - Not sent to non-trustworthy same-site destination, no attributes]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -10,3 +10,6 @@
|
|||
|
||||
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank']
|
||||
expected: FAIL
|
||||
|
||||
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='']
|
||||
expected: FAIL
|
||||
|
|
|
@ -10,6 +10,3 @@
|
|||
|
||||
[load event does not fire on window.open('about:blank?foo')]
|
||||
expected: FAIL
|
||||
|
||||
[load event does not fire on window.open('about:blank')]
|
||||
expected: FAIL
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
expected: FAIL
|
||||
|
||||
[origin referrer policy used to create the starting page]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[no-referrer referrer policy used to create the starting page]
|
||||
expected: TIMEOUT
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[a-click.html]
|
||||
[aElement.click() before the load event must NOT replace]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[traverse_the_history_5.html]
|
||||
[Multiple history traversals, last would be aborted]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[creating_browsing_context_test_01.html]
|
||||
[first argument: absolute url]
|
||||
expected: FAIL
|
|
@ -643,3 +643,9 @@
|
|||
|
||||
[input.useMap: IDL set to object "test-valueOf"]
|
||||
expected: FAIL
|
||||
|
||||
[input.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[input.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
|
|
@ -5101,3 +5101,252 @@
|
|||
|
||||
[meter.optimum: IDL set to 10000000000]
|
||||
expected: FAIL
|
||||
|
||||
[form.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[form.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[legend.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[legend.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[label.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[label.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[input.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[input.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[button.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[button.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[select.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[select.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[datalist.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[datalist.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[optgroup.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[optgroup.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[option.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[option.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[output.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[output.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to "\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to "\\t\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to "\\n\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to "\\f\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to "\\r\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to " \\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: setAttribute() to "+100"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: IDL set to -10000000000]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: IDL set to -1]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: IDL set to -0]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: IDL set to 0]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: IDL set to 1e-10]
|
||||
expected: FAIL
|
||||
|
||||
[progress.max: IDL set to 1e+25]
|
||||
expected: FAIL
|
||||
|
||||
[meter.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[meter.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[meter.value: IDL set to 1e-10]
|
||||
expected: FAIL
|
||||
|
||||
[meter.value: IDL set to 0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[meter.value: IDL set to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[meter.value: IDL set to 1e+25]
|
||||
expected: FAIL
|
||||
|
||||
[meter.min: IDL set to 1e-10]
|
||||
expected: FAIL
|
||||
|
||||
[meter.min: IDL set to 0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[meter.min: IDL set to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[meter.min: IDL set to 1e+25]
|
||||
expected: FAIL
|
||||
|
||||
[meter.max: IDL set to 1e-10]
|
||||
expected: FAIL
|
||||
|
||||
[meter.max: IDL set to 0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[meter.max: IDL set to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[meter.max: IDL set to 1e+25]
|
||||
expected: FAIL
|
||||
|
||||
[meter.low: IDL set to 1e-10]
|
||||
expected: FAIL
|
||||
|
||||
[meter.low: IDL set to 0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[meter.low: IDL set to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[meter.low: IDL set to 1e+25]
|
||||
expected: FAIL
|
||||
|
||||
[meter.high: IDL set to 1e-10]
|
||||
expected: FAIL
|
||||
|
||||
[meter.high: IDL set to 0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[meter.high: IDL set to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[meter.high: IDL set to 1e+25]
|
||||
expected: FAIL
|
||||
|
||||
[meter.optimum: IDL set to 1e-10]
|
||||
expected: FAIL
|
||||
|
||||
[meter.optimum: IDL set to 0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[meter.optimum: IDL set to 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[meter.optimum: IDL set to 1e+25]
|
||||
expected: FAIL
|
||||
|
|
|
@ -5932,3 +5932,135 @@
|
|||
|
||||
[div.tabIndex: IDL set to -2147483648]
|
||||
expected: FAIL
|
||||
|
||||
[p.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[p.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[hr.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[hr.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to "-"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to "+"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to "\\t\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to "\\n\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to "\\f\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to "\\r\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to " \\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to "-"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to "+"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to "\\t\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to "\\n\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to "\\f\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to "\\r\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to " \\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[ul.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[ul.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[li.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[li.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[dl.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[dl.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[dt.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[dt.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[dd.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[dd.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[figure.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[figure.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[figcaption.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[figcaption.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[main.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[main.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[div.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[div.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
|
|
@ -3388,3 +3388,39 @@
|
|||
|
||||
[style.type: IDL set to object "test-valueOf"]
|
||||
expected: FAIL
|
||||
|
||||
[head.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[head.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[title.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[title.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[base.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[base.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[link.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[link.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[meta.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[meta.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[style.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[style.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
|
|
@ -5092,3 +5092,75 @@
|
|||
|
||||
[undefinedelement.inputMode: IDL set to "ſearch"]
|
||||
expected: FAIL
|
||||
|
||||
[html.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[html.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[script.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[script.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[noscript.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[noscript.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[template.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[template.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[ins.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[ins.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[del.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[del.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[details.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[details.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[summary.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[summary.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[menu.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[menu.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[undefinedelement.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[undefinedelement.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
|
|
@ -4054,3 +4054,129 @@
|
|||
|
||||
[font.tabIndex: IDL set to -2147483648]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to "-"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to "+"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to "\\t\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to "\\n\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to "\\f\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to "\\r\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to " \\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to "-"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to "+"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to "\\t\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to "\\n\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to "\\f\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to "\\r\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to " \\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to "-"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to "+"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to "\\t\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to "\\n\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to "\\f\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to "\\r\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to " \\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to "-"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to "+"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to "\\t\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to "\\n\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to "\\f\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to "\\r\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to " \\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[frameset.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[frameset.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[dir.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[dir.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[font.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[font.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
|
|
@ -6160,3 +6160,93 @@
|
|||
|
||||
[#document.alinkColor (<body alink>): IDL set to object "test-valueOf"]
|
||||
expected: FAIL
|
||||
|
||||
[body.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[body.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[article.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[article.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[section.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[section.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[nav.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[nav.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[aside.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[aside.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[h1.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[h1.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[h2.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[h2.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[h3.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[h3.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[h4.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[h4.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[h5.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[h5.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[h6.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[h6.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[hgroup.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[hgroup.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[header.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[header.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[footer.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[footer.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[address.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[address.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
|
|
@ -9976,3 +9976,111 @@
|
|||
|
||||
[th.vAlign: IDL set to object "test-valueOf"]
|
||||
expected: FAIL
|
||||
|
||||
[table.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[table.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[caption.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[caption.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to "-"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to "+"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to "\\t\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to "\\n\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to "\\f\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to "\\r\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to " \\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[col.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[col.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to "-"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to "+"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to "\\t\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to "\\n\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to "\\f\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to "\\r\\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to " \\v7"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[tbody.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[tbody.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[thead.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[thead.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[tr.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[tr.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[td.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[td.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[th.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[th.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
|
|
@ -10072,3 +10072,177 @@
|
|||
|
||||
[wbr.tabIndex: IDL set to -2147483648]
|
||||
expected: FAIL
|
||||
|
||||
[a.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[a.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[em.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[em.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[strong.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[strong.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[small.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[small.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[s.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[s.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[cite.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[cite.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[q.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[q.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[dfn.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[dfn.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[abbr.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[abbr.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[ruby.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[ruby.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[rt.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[rt.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[rp.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[rp.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[data.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[data.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[time.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[time.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[code.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[code.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[var.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[var.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[samp.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[samp.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[kbd.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[kbd.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[sub.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[sub.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[sup.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[sup.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[i.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[i.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[b.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[b.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[u.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[u.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[mark.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[mark.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[bdi.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[bdi.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[bdo.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[bdo.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[span.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[span.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[br.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[br.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
||||
[wbr.tabIndex: setAttribute() to "7\\v"]
|
||||
expected: FAIL
|
||||
|
||||
[wbr.tabIndex: setAttribute() to object "3"]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[document-base-url-window-initiator-is-not-opener.https.window.html]
|
||||
expected: TIMEOUT
|
||||
[window.open() gets base url from initiator not opener.]
|
||||
expected: [FAIL, PASS, 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