Update web-platform-tests to revision b'6aa16a6888fcf6dd3ee2eac2e911c2d7c353d193'

This commit is contained in:
WPT Sync Bot 2023-04-25 11:37:17 +00:00
parent d577d4489a
commit ea44238f3a
411 changed files with 9896 additions and 468 deletions

View file

@ -1,4 +0,0 @@
[adjacent-to-relpos-inline-in-inline-that-had-block.html]
[Make sure that we're sized by the right ancestor]
expected: FAIL

View file

@ -1,4 +0,0 @@
[adjacent-to-relpos-inline-that-had-block.html]
[Make sure that we're sized by the right ancestor]
expected: FAIL

View file

@ -1,2 +0,0 @@
[remove-block-before-self-collapsing-sibling-with-clearance.html]
expected: FAIL

View file

@ -1,3 +1,3 @@
[hit-test-floats-004.html] [hit-test-floats-003.html]
[Miss float below something else] [Miss float below something else]
expected: FAIL expected: FAIL

View file

@ -1,7 +1,4 @@
[block-in-inline-client-rects-001.html] [block-in-inline-client-rects-001.html]
[t1.getBoundingClientRect().width]
expected: FAIL
[t2.getBoundingClientRect().width] [t2.getBoundingClientRect().width]
expected: FAIL expected: FAIL

View file

@ -1,2 +0,0 @@
[block-in-inline-insert-018.html]
expected: ERROR

View file

@ -1,2 +0,0 @@
[max-width-105.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[max-width-107.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[composite-change-after-scroll-preserves-stacking-order.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[opacity-change-parent-stacking-context.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[opacity-change-twice-stacking-context.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[opacity-transition-change-parent-stacking-context.html]
expected: TIMEOUT

View file

@ -91,3 +91,6 @@
[KeyframeEffect.getKeyframes() returns expected values for animations with implicit values and a non-default timingfunction specified for 0% and 100%] [KeyframeEffect.getKeyframes() returns expected values for animations with implicit values and a non-default timingfunction specified for 0% and 100%]
expected: FAIL expected: FAIL
[KeyframeEffect.getKeyframes() returns no frames for various kinds of empty animations]
expected: FAIL

View file

@ -1,2 +1,3 @@
[animation-base-response-001.html] [animation-base-response-001.html]
expected: ERROR [var() references respond to custom property animation]
expected: FAIL

View file

@ -1,4 +0,0 @@
[animation-base-response-002.html]
[Animated font-size on root affects rem units]
expected: FAIL

View file

@ -0,0 +1,18 @@
[animation-composition-keyframes.html]
[animation-composition: replace of property filter]
expected: FAIL
[animation-composition: add of property filter]
expected: FAIL
[animation-composition: accumulate of property filter]
expected: FAIL
[animation-composition: replace of property width]
expected: FAIL
[animation-composition: add of property width]
expected: FAIL
[animation-composition: accumulate of property width]
expected: FAIL

View file

@ -0,0 +1,18 @@
[animation-composition.html]
[animation-composition: replace of property filter]
expected: FAIL
[animation-composition: add of property filter]
expected: FAIL
[animation-composition: accumulate of property filter]
expected: FAIL
[animation-composition: replace of property width]
expected: FAIL
[animation-composition: add of property width]
expected: FAIL
[animation-composition: accumulate of property width]
expected: FAIL

View file

@ -5,12 +5,8 @@
[Test an animation name that is the same as a possible running state.] [Test an animation name that is the same as a possible running state.]
expected: FAIL expected: FAIL
[Test animation name being empty.]
expected: FAIL
[Test a non-conflicting animation name.] [Test a non-conflicting animation name.]
expected: FAIL expected: FAIL
[Test an animation name that is the same as a possible animation direction.] [Test an animation name that is the same as a possible animation direction.]
expected: FAIL expected: FAIL

View file

@ -40,3 +40,15 @@
[Property animation-delay-start value 'exit 1%, cover 2%, contain 100%'] [Property animation-delay-start value 'exit 1%, cover 2%, contain 100%']
expected: FAIL expected: FAIL
[Property animation-delay-end value 'initial']
expected: FAIL
[Property animation-delay-end value '-500ms']
expected: FAIL
[Property animation-delay-end value 'calc(2 * 3s)']
expected: FAIL
[Property animation-delay-end value '20s, 10s']
expected: FAIL

View file

@ -37,3 +37,15 @@
[e.style['animation-delay-start'\] = "enter 42%" should set the property value] [e.style['animation-delay-start'\] = "enter 42%" should set the property value]
expected: FAIL expected: FAIL
[e.style['animation-delay-end'\] = "-5ms" should set the property value]
expected: FAIL
[e.style['animation-delay-end'\] = "0s" should set the property value]
expected: FAIL
[e.style['animation-delay-end'\] = "10s" should set the property value]
expected: FAIL
[e.style['animation-delay-end'\] = "20s, 10s" should set the property value]
expected: FAIL

View file

@ -0,0 +1,3 @@
[line-height.html]
[line-height responds to inherited changes]
expected: FAIL

View file

@ -0,0 +1,3 @@
[sample-on-last-keyframe.html]
[Opacity at start of reverse running animation]
expected: FAIL

View file

@ -1,16 +0,0 @@
[style-animation-parsing.html]
[Test an animation name that is the same as a possible animation fill-mode.]
expected: FAIL
[Test an animation name that is the same as a possible running state.]
expected: FAIL
[Test animation name being empty.]
expected: FAIL
[Test a non-conflicting animation name.]
expected: FAIL
[Test an animation name that is the same as a possible animation direction.]
expected: FAIL

View file

@ -686,3 +686,38 @@
[CSS Transitions: property <background-size> from [inherit\] to [20px 20px, 0px 0px\] at (0.25) should be [ 80px 80px, 75px 75px, 80px 80px, 75px 75px\]] [CSS Transitions: property <background-size> from [inherit\] to [20px 20px, 0px 0px\] at (0.25) should be [ 80px 80px, 75px 75px, 80px 80px, 75px 75px\]]
expected: FAIL expected: FAIL
[CSS Transitions: property <background-size> from [initial\] to [20px 20px, 0px 0px\] at (-0.3) should be [initial\]]
expected: FAIL
[CSS Transitions: property <background-size> from [initial\] to [20px 20px, 0px 0px\] at (0) should be [initial\]]
expected: FAIL
[CSS Transitions: property <background-size> from [initial\] to [20px 20px, 0px 0px\] at (0.3) should be [initial\]]
expected: FAIL
[CSS Transitions: property <background-size> from [unset\] to [20px 20px, 0px 0px\] at (-0.3) should be [unset\]]
expected: FAIL
[CSS Transitions: property <background-size> from [unset\] to [20px 20px, 0px 0px\] at (0) should be [unset\]]
expected: FAIL
[CSS Transitions: property <background-size> from [unset\] to [20px 20px, 0px 0px\] at (0.3) should be [unset\]]
expected: FAIL
[CSS Transitions: property <background-size> from [0px 0px, 0px 0px, contain, cover\] to [40px 40px, 40px 40px, cover, contain\] at (-0.3) should be [0px 0px, 0px 0px, contain, cover\]]
expected: FAIL
[CSS Transitions: property <background-size> from [0px 0px, 0px 0px, contain, cover\] to [40px 40px, 40px 40px, cover, contain\] at (0) should be [0px 0px, 0px 0px, contain, cover\]]
expected: FAIL
[CSS Transitions: property <background-size> from [0px 0px, 0px 0px, contain, cover\] to [40px 40px, 40px 40px, cover, contain\] at (0.3) should be [0px 0px, 0px 0px, contain, cover\]]
expected: FAIL
[CSS Transitions: property <background-size> from [0px auto, 0px 0px\] to [auto 40px, 40px 40px\] at (-0.3) should be [0px auto, 0px 0px\]]
expected: FAIL
[CSS Transitions: property <background-size> from [0px auto, 0px 0px\] to [auto 40px, 40px 40px\] at (0) should be [0px auto, 0px 0px\]]
expected: FAIL
[CSS Transitions: property <background-size> from [0px auto, 0px 0px\] to [auto 40px, 40px 40px\] at (0.3) should be [0px auto, 0px 0px\]]
expected: FAIL

View file

@ -377,3 +377,47 @@
[CSS Animations: property <border-image-slice> from [0% fill\] to [50%\] at (0.6) should be [50%\]] [CSS Animations: property <border-image-slice> from [0% fill\] to [50%\] at (0.6) should be [50%\]]
expected: FAIL expected: FAIL
[CSS Transitions: property <border-image-slice> from [0% fill\] to [50%\] at (-0.3) should be [0% fill\]]
expected: FAIL
[CSS Transitions: property <border-image-slice> from [0% fill\] to [50%\] at (0) should be [0% fill\]]
expected: FAIL
[CSS Transitions: property <border-image-slice> from [0% fill\] to [50%\] at (0.3) should be [0% fill\]]
expected: FAIL
[CSS Transitions: property <border-image-slice> from [50%\] to [100\] at (-0.3) should be [50%\]]
expected: FAIL
[CSS Transitions: property <border-image-slice> from [50%\] to [100\] at (0) should be [50%\]]
expected: FAIL
[CSS Transitions: property <border-image-slice> from [50%\] to [100\] at (0.3) should be [50%\]]
expected: FAIL
[CSS Transitions: property <border-image-slice> from [50% fill\] to [100 fill\] at (-0.3) should be [50% fill\]]
expected: FAIL
[CSS Transitions: property <border-image-slice> from [50% fill\] to [100 fill\] at (0) should be [50% fill\]]
expected: FAIL
[CSS Transitions: property <border-image-slice> from [50% fill\] to [100 fill\] at (0.3) should be [50% fill\]]
expected: FAIL
[CSS Transitions: property <border-image-slice> from [0% 10 20% 30 fill\] to [40% 50 60% 70\] at (-0.3) should be [0% 10 20% 30 fill\]]
expected: FAIL
[CSS Transitions: property <border-image-slice> from [0% 10 20% 30 fill\] to [40% 50 60% 70\] at (0) should be [0% 10 20% 30 fill\]]
expected: FAIL
[CSS Transitions: property <border-image-slice> from [0% 10 20% 30 fill\] to [40% 50 60% 70\] at (0.3) should be [0% 10 20% 30 fill\]]
expected: FAIL
[CSS Transitions: property <border-image-slice> from [0% 10 20 30 fill\] to [40 50 60% 70\] at (-0.3) should be [0% 10 20 30 fill\]]
expected: FAIL
[CSS Transitions: property <border-image-slice> from [0% 10 20 30 fill\] to [40 50 60% 70\] at (0) should be [0% 10 20 30 fill\]]
expected: FAIL
[CSS Transitions: property <border-image-slice> from [0% 10 20 30 fill\] to [40 50 60% 70\] at (0.3) should be [0% 10 20 30 fill\]]
expected: FAIL

View file

@ -482,3 +482,65 @@
[CSS Animations: property <border-image-width> from [10%\] to [20\] at (0.3) should be [10%\]] [CSS Animations: property <border-image-width> from [10%\] to [20\] at (0.3) should be [10%\]]
expected: FAIL expected: FAIL
[CSS Transitions: property <border-image-width> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [initial\] to [20px\] at (0) should be [initial\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [initial\] to [20px\] at (0.3) should be [initial\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [unset\] to [20px\] at (-0.3) should be [unset\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [unset\] to [20px\] at (0) should be [unset\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [unset\] to [20px\] at (0.3) should be [unset\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [10px auto auto 20\] to [110px auto 120 auto\] at (-0.3) should be [10px auto auto 20\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [10px auto auto 20\] to [110px auto 120 auto\] at (0) should be [10px auto auto 20\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [10px auto auto 20\] to [110px auto 120 auto\] at (0.3) should be [10px auto auto 20\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [10px\] to [20\] at (-0.3) should be [10px\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [10px\] to [20\] at (0) should be [10px\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [10px\] to [20\] at (0.3) should be [10px\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [10\] to [20px\] at (-0.3) should be [10\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [10\] to [20px\] at (0) should be [10\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [10\] to [20px\] at (0.3) should be [10\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [10%\] to [20\] at (-0.3) should be [10%\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [10%\] to [20\] at (0) should be [10%\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [10%\] to [20\] at (0.3) should be [10%\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [10\] to [20%\] at (-0.3) should be [10\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [10\] to [20%\] at (0) should be [10\]]
expected: FAIL
[CSS Transitions: property <border-image-width> from [10\] to [20%\] at (0.3) should be [10\]]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-clip-color-repaint.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[background-image-gradient-currentcolor-conic-repaint.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[background-image-gradient-currentcolor-linear-repaint.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[background-image-gradient-currentcolor-radial-repaint.html]
expected: TIMEOUT

View file

@ -1,2 +1,2 @@
[background-image-gradient-currentcolor-visited.html] [background-image-gradient-currentcolor-visited.html]
expected: TIMEOUT expected: FAIL

View file

@ -1,2 +0,0 @@
[background-image-none-gradient-repaint.html]
expected: TIMEOUT

View file

@ -1,27 +0,0 @@
[background-size-001.html]
[background-size_length_zero]
expected: FAIL
[background-size_length_negative_zero]
expected: FAIL
[background-size_length_positive_zero]
expected: FAIL
[background-size_length_normal]
expected: FAIL
[background-size_percentage_min]
expected: FAIL
[background-size_percentage_normal]
expected: FAIL
[background-size_percentage_max]
expected: FAIL
[background-size_length_auto]
expected: FAIL
[background-size_percentage_auto]
expected: FAIL

View file

@ -1,2 +0,0 @@
[border-radius-dynamic-from-no-radius.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[slice-block-fragmentation-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[slice-block-fragmentation-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[slice-block-fragmentation-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[slice-inline-fragmentation-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[slice-inline-fragmentation-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[slice-inline-fragmentation-003.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[child-move-reveals-parent-background.html]
expected: TIMEOUT

View file

@ -1,2 +1,2 @@
[local-attachment-content-box-scroll.html] [local-attachment-content-box-scroll.html]
expected: TIMEOUT expected: FAIL

View file

@ -2,3 +2,35 @@
[e.style['background'\] = "url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box, rgb(5, 6, 7) url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box" should set the property value] [e.style['background'\] = "url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box, rgb(5, 6, 7) url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box" should set the property value]
expected: FAIL expected: FAIL
[e.style['background'\] = "none" should set background-color]
expected: FAIL
[e.style['background'\] = "none" should set background-position]
expected: FAIL
[e.style['background'\] = "url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box, rgb(5, 6, 7) url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box" should set background-attachment]
expected: FAIL
[e.style['background'\] = "url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box, rgb(5, 6, 7) url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box" should set background-clip]
expected: FAIL
[e.style['background'\] = "url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box, rgb(5, 6, 7) url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box" should set background-color]
expected: FAIL
[e.style['background'\] = "url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box, rgb(5, 6, 7) url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box" should set background-image]
expected: FAIL
[e.style['background'\] = "url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box, rgb(5, 6, 7) url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box" should set background-origin]
expected: FAIL
[e.style['background'\] = "url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box, rgb(5, 6, 7) url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box" should set background-position]
expected: FAIL
[e.style['background'\] = "url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box, rgb(5, 6, 7) url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box" should set background-repeat]
expected: FAIL
[e.style['background'\] = "url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box, rgb(5, 6, 7) url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box" should set background-size]
expected: FAIL
[e.style['background'\] = "url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box, rgb(5, 6, 7) url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box" should not set unrelated longhands]
expected: FAIL

View file

@ -1,2 +0,0 @@
[opacity-animation-ending-correctly-002.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[color-initial-canvastext.html]
expected: ERROR

View file

@ -1,2 +0,0 @@
[filters-under-will-change-opacity.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[hwb-001.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[hwb-002.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[hwb-003.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[hwb-004.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[hwb-005.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[attr-case-sensitivity-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[attr-case-sensitivity-002.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[content-animation.html]
[The content property can be animated with a discrete animation type.]
expected: FAIL

View file

@ -0,0 +1,30 @@
[content-no-interpolation.html]
[CSS Transitions with transition: all: property <content> from [initial\] to ["b"\] at (-0.3) should be ["b"\]]
expected: FAIL
[CSS Transitions with transition: all: property <content> from [initial\] to ["b"\] at (0) should be ["b"\]]
expected: FAIL
[CSS Transitions with transition: all: property <content> from [initial\] to ["b"\] at (0.3) should be ["b"\]]
expected: FAIL
[Web Animations: property <content> from [initial\] to ["b"\] at (-0.3) should be [initial\]]
expected: FAIL
[Web Animations: property <content> from [initial\] to ["b"\] at (0) should be [initial\]]
expected: FAIL
[Web Animations: property <content> from [initial\] to ["b"\] at (0.3) should be [initial\]]
expected: FAIL
[Web Animations: property <content> from [initial\] to ["b"\] at (0.5) should be ["b"\]]
expected: FAIL
[Web Animations: property <content> from [initial\] to ["b"\] at (0.6) should be ["b"\]]
expected: FAIL
[Web Animations: property <content> from [initial\] to ["b"\] at (1) should be ["b"\]]
expected: FAIL
[Web Animations: property <content> from [initial\] to ["b"\] at (1.5) should be ["b"\]]
expected: FAIL

View file

@ -0,0 +1,2 @@
[content-none-details.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[content-none-fieldset.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[content-none-math.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[content-none-root-block.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[content-none-root-columns.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[content-none-root-flex.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[content-none-root-grid.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[content-none-root-ruby.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[content-none-root-table.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[content-none-span-dynamic.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[content-none-span.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[content-none-table.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[element-replacement-gradient.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[element-replacement-image-no-src.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[element-replacement-image-src.tentative.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[flexbox-abspos-child-001a.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[flexbox-abspos-child-001b.html]
expected: FAIL

View file

@ -1,4 +1,5 @@
[position-absolute-013.html] [position-absolute-013.html]
expected: TIMEOUT
[.flexbox 309] [.flexbox 309]
expected: FAIL expected: FAIL

View file

@ -155,3 +155,20 @@
[Web Animations: property <flex-basis> from [inherit\] to [2%\] at (0.6) should be [2.4%\]] [Web Animations: property <flex-basis> from [inherit\] to [2%\] at (0.6) should be [2.4%\]]
expected: FAIL expected: FAIL
[CSS Transitions: property <flex-basis> from [initial\] to [2%\] at (-0.3) should be [initial\]]
expected: FAIL
[CSS Transitions: property <flex-basis> from [initial\] to [2%\] at (0) should be [initial\]]
expected: FAIL
[CSS Transitions: property <flex-basis> from [initial\] to [2%\] at (0.3) should be [initial\]]
expected: FAIL
[CSS Transitions: property <flex-basis> from [unset\] to [2%\] at (-0.3) should be [unset\]]
expected: FAIL
[CSS Transitions: property <flex-basis> from [unset\] to [2%\] at (0) should be [unset\]]
expected: FAIL
[CSS Transitions: property <flex-basis> from [unset\] to [2%\] at (0.3) should be [unset\]]
expected: FAIL

View file

@ -1,2 +1,2 @@
[flex-aspect-ratio-img-column-010.html] [flex-aspect-ratio-img-column-010.html]
expected: TIMEOUT expected: FAIL

View file

@ -1,2 +1,2 @@
[flex-aspect-ratio-img-row-004.html] [flex-aspect-ratio-img-row-004.html]
expected: TIMEOUT expected: FAIL

View file

@ -1,2 +0,0 @@
[flex-aspect-ratio-img-row-016.html]
expected: FAIL

View file

@ -1,2 +1,2 @@
[flexbox-writing-mode-013.html] [flexbox-writing-mode-013.html]
expected: TIMEOUT expected: FAIL

View file

@ -1,3 +0,0 @@
[max-width-violation.html]
[.columns 2]
expected: FAIL

View file

@ -1,2 +0,0 @@
[position-absolute-scrollbar-freeze.html]
expected: FAIL

View file

@ -1,2 +1,2 @@
[clip-rect-scroll.html] [clip-rect-scroll.html]
expected: TIMEOUT expected: FAIL

View file

@ -1,2 +0,0 @@
[text-decoration-color-recalc-002.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[text-decoration-line-grammar-error-color-dynamic-001.optional.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[text-decoration-line-recalc.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[text-decoration-line-spelling-error-color-dynamic-001.optional.html]
expected: TIMEOUT

View file

@ -1,13 +1,4 @@
[3d-rendering-context-behavior.html] [3d-rendering-context-behavior.html]
[Direct DOM parent is root of rendering context (normal flow)]
expected: FAIL
[Direct DOM parent is root of rendering context (absolute)]
expected: FAIL
[Direct DOM parent is root of rendering context (fixed)]
expected: FAIL
[Intermediate DOM nodes cause rendering context to end (normal flow)] [Intermediate DOM nodes cause rendering context to end (normal flow)]
expected: FAIL expected: FAIL

View file

@ -268,3 +268,30 @@
[Web Animations: property <perspective> from [0px\] to [10px\] at (1.5) should be [15px\]] [Web Animations: property <perspective> from [0px\] to [10px\] at (1.5) should be [15px\]]
expected: FAIL expected: FAIL
[CSS Transitions: property <perspective> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
[CSS Transitions: property <perspective> from [initial\] to [20px\] at (0) should be [initial\]]
expected: FAIL
[CSS Transitions: property <perspective> from [initial\] to [20px\] at (0.3) should be [initial\]]
expected: FAIL
[CSS Transitions: property <perspective> from [unset\] to [20px\] at (-0.3) should be [unset\]]
expected: FAIL
[CSS Transitions: property <perspective> from [unset\] to [20px\] at (0) should be [unset\]]
expected: FAIL
[CSS Transitions: property <perspective> from [unset\] to [20px\] at (0.3) should be [unset\]]
expected: FAIL
[CSS Transitions: property <perspective> from [50px\] to [none\] at (-0.3) should be [50px\]]
expected: FAIL
[CSS Transitions: property <perspective> from [50px\] to [none\] at (0) should be [50px\]]
expected: FAIL
[CSS Transitions: property <perspective> from [50px\] to [none\] at (0.3) should be [50px\]]
expected: FAIL

View file

@ -0,0 +1,2 @@
[rotate-animation-on-svg.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[scale-animation-on-svg.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[translate-animation-on-svg.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[change-perspective-property.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[change-scale-wide-range.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[change-transform-origin-property.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[dynamic-fixed-pos-cb-change.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[change-rotate-property.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[change-scale-property.html]
expected: TIMEOUT

View file

@ -1,2 +1,2 @@
[change-translate-property.html] [change-translate-property.html]
expected: TIMEOUT expected: FAIL

View file

@ -1,2 +0,0 @@
[paint-order-with-transform-change.html]
expected: TIMEOUT

View file

@ -1,2 +1,24 @@
[preserve-3d-flat-grouping-properties.html] [preserve-3d-flat-grouping-properties.html]
expected: ERROR [Preserve-3d element flattened due to opacity]
expected: FAIL
[Preserve-3d element flattened due to overflow clip]
expected: FAIL
[Preserve-3d element flattened due to filter]
expected: FAIL
[Preserve-3d element flattened due to backdrop-filter]
expected: FAIL
[Preserve-3d element flattened due to clip CSS]
expected: FAIL
[Preserve-3d element flattened due to clip-path]
expected: FAIL
[Preserve-3d element flattened due to isolation]
expected: FAIL
[Preserve-3d element flattened due to mask]
expected: FAIL

View file

@ -1,2 +0,0 @@
[size-change-under-backface-visibility-hidden.html]
expected: TIMEOUT

Some files were not shown because too many files have changed in this diff Show more