Run same tests for layout-2020 and layout-2013 (#30092)

Most tests were only being run for layout-2013, not for layout-2020.
This wasn't great since layout-2020 is now the default.

So this patch unifies the lists of included tests for both layouts.
For layout-2013 this implies adding css/css-content/, css/css-logical/
and css/css-masking/clip/.
For layout-2020 this implies adding several additional css tests, and
also tests like dom/, js/, html/, etc.
This commit is contained in:
Oriol Brufau 2023-08-15 02:28:32 +02:00 committed by GitHub
parent 78c7011240
commit 963104e5fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4797 changed files with 679983 additions and 5390 deletions

View file

@ -0,0 +1,2 @@
[background-blend-mode-gradient-image.html]
expected: FAIL

View file

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

View file

@ -0,0 +1,12 @@
[inheritance.html]
[Property background-blend-mode has initial value normal]
expected: FAIL
[Property background-blend-mode does not inherit]
expected: FAIL
[Property isolation has initial value auto]
expected: FAIL
[Property isolation does not inherit]
expected: FAIL

View file

@ -82,3 +82,12 @@
[Web Animations: property <isolation> from [initial\] to [isolate\] at (1.5) should be [isolate\]]
expected: FAIL
[CSS Transitions: property <isolation> from [initial\] to [isolate\] at (-0.3) should be [isolate\]]
expected: FAIL
[CSS Transitions: property <isolation> from [initial\] to [isolate\] at (0) should be [isolate\]]
expected: FAIL
[CSS Transitions: property <isolation> from [initial\] to [isolate\] at (0.3) should be [isolate\]]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-blended-element-interposed.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-blended-element-overflow-hidden-and-border-radius.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-blended-element-overflow-scroll.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-blended-element-with-transparent-pixels.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-blended-with-3D-transform.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-blended-with-transform-and-perspective.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-blending-with-sibling.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-border-image.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-both-parent-and-blended-with-3D-transform.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-canvas-parent.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-canvas-sibling.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-creates-stacking-context.html]
[CSS Test: an element with mix-blend-mode other than normal creates a stacking context]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-filter.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-iframe-parent.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-iframe-sibling.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-image.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-mask.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-overflowing-child-of-blended-element.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-overflowing-child.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-paragraph-background-image.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-paragraph.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-parent-element-overflow-hidden-and-border-radius.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-parent-element-overflow-scroll.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-parent-with-3D-transform.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-parent-with-border-radius.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-parent-with-text.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-script.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-sibling-with-3D-transform.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-simple.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-stacking-context-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-stacking-context-creates-isolation.html]
expected: FAIL

View file

@ -1,2 +1,2 @@
[object-fit-none-svg-001e.html]
[mix-blend-mode-svg.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-video.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-with-transform-and-preserve-3D.html]
expected: FAIL

View file

@ -0,0 +1,57 @@
[background-blend-mode-computed.html]
[Property background-blend-mode value 'normal']
expected: FAIL
[Property background-blend-mode value 'multiply']
expected: FAIL
[Property background-blend-mode value 'screen']
expected: FAIL
[Property background-blend-mode value 'overlay']
expected: FAIL
[Property background-blend-mode value 'darken']
expected: FAIL
[Property background-blend-mode value 'lighten']
expected: FAIL
[Property background-blend-mode value 'color-dodge']
expected: FAIL
[Property background-blend-mode value 'color-burn']
expected: FAIL
[Property background-blend-mode value 'hard-light']
expected: FAIL
[Property background-blend-mode value 'soft-light']
expected: FAIL
[Property background-blend-mode value 'difference']
expected: FAIL
[Property background-blend-mode value 'exclusion']
expected: FAIL
[Property background-blend-mode value 'hue']
expected: FAIL
[Property background-blend-mode value 'saturation']
expected: FAIL
[Property background-blend-mode value 'color']
expected: FAIL
[Property background-blend-mode value 'luminosity']
expected: FAIL
[Property background-blend-mode value 'normal, luminosity']
expected: FAIL
[Property background-blend-mode value 'screen, overlay']
expected: FAIL
[Property background-blend-mode value 'color, saturation']
expected: FAIL

View file

@ -0,0 +1,51 @@
[background-blend-mode-valid.html]
[e.style['background-blend-mode'\] = "normal" should set the property value]
expected: FAIL
[e.style['background-blend-mode'\] = "multiply" should set the property value]
expected: FAIL
[e.style['background-blend-mode'\] = "screen" should set the property value]
expected: FAIL
[e.style['background-blend-mode'\] = "overlay" should set the property value]
expected: FAIL
[e.style['background-blend-mode'\] = "darken" should set the property value]
expected: FAIL
[e.style['background-blend-mode'\] = "lighten" should set the property value]
expected: FAIL
[e.style['background-blend-mode'\] = "color-dodge" should set the property value]
expected: FAIL
[e.style['background-blend-mode'\] = "color-burn" should set the property value]
expected: FAIL
[e.style['background-blend-mode'\] = "hard-light" should set the property value]
expected: FAIL
[e.style['background-blend-mode'\] = "soft-light" should set the property value]
expected: FAIL
[e.style['background-blend-mode'\] = "difference" should set the property value]
expected: FAIL
[e.style['background-blend-mode'\] = "exclusion" should set the property value]
expected: FAIL
[e.style['background-blend-mode'\] = "hue" should set the property value]
expected: FAIL
[e.style['background-blend-mode'\] = "saturation" should set the property value]
expected: FAIL
[e.style['background-blend-mode'\] = "color" should set the property value]
expected: FAIL
[e.style['background-blend-mode'\] = "luminosity" should set the property value]
expected: FAIL
[e.style['background-blend-mode'\] = "normal, luminosity" should set the property value]
expected: FAIL

View file

@ -0,0 +1,6 @@
[isolation-computed.html]
[Property isolation value 'auto']
expected: FAIL
[Property isolation value 'isolate']
expected: FAIL

View file

@ -0,0 +1,6 @@
[isolation-valid.html]
[e.style['isolation'\] = "auto" should set the property value]
expected: FAIL
[e.style['isolation'\] = "isolate" should set the property value]
expected: FAIL

View file

@ -0,0 +1,2 @@
[root-element-blend-mode.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[root-element-opacity-change.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-in-svg-image.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mix-blend-mode-svg-rectangle.html]
expected: FAIL

View file

@ -250,3 +250,30 @@
[CSS Animations: property <align-self> from [initial\] to [baseline\] at (1.5) should be [baseline\]]
expected: FAIL
[CSS Transitions: property <align-content> from [initial\] to [baseline\] at (-0.3) should be [baseline\]]
expected: FAIL
[CSS Transitions: property <align-content> from [initial\] to [baseline\] at (0) should be [baseline\]]
expected: FAIL
[CSS Transitions: property <align-content> from [initial\] to [baseline\] at (0.3) should be [baseline\]]
expected: FAIL
[CSS Transitions: property <align-items> from [initial\] to [baseline\] at (-0.3) should be [baseline\]]
expected: FAIL
[CSS Transitions: property <align-items> from [initial\] to [baseline\] at (0) should be [baseline\]]
expected: FAIL
[CSS Transitions: property <align-items> from [initial\] to [baseline\] at (0.3) should be [baseline\]]
expected: FAIL
[CSS Transitions: property <align-self> from [initial\] to [baseline\] at (-0.3) should be [baseline\]]
expected: FAIL
[CSS Transitions: property <align-self> from [initial\] to [baseline\] at (0) should be [baseline\]]
expected: FAIL
[CSS Transitions: property <align-self> from [initial\] to [baseline\] at (0.3) should be [baseline\]]
expected: FAIL

View file

@ -0,0 +1,60 @@
[column-gap-composition.html]
[Compositing: property <column-gap> underlying [50px\] from add [100px\] to add [200px\] at (-0.3) should be [120px\]]
expected: FAIL
[Compositing: property <column-gap> underlying [50px\] from add [100px\] to add [200px\] at (0) should be [150px\]]
expected: FAIL
[Compositing: property <column-gap> underlying [50px\] from add [100px\] to add [200px\] at (0.5) should be [200px\]]
expected: FAIL
[Compositing: property <column-gap> underlying [50px\] from add [100px\] to add [200px\] at (1) should be [250px\]]
expected: FAIL
[Compositing: property <column-gap> underlying [50px\] from add [100px\] to add [200px\] at (1.5) should be [300px\]]
expected: FAIL
[Compositing: property <column-gap> underlying [100px\] from add [10px\] to add [2px\] at (-0.5) should be [114px\]]
expected: FAIL
[Compositing: property <column-gap> underlying [100px\] from add [10px\] to add [2px\] at (0) should be [110px\]]
expected: FAIL
[Compositing: property <column-gap> underlying [100px\] from add [10px\] to add [2px\] at (0.5) should be [106px\]]
expected: FAIL
[Compositing: property <column-gap> underlying [100px\] from add [10px\] to add [2px\] at (1) should be [102px\]]
expected: FAIL
[Compositing: property <column-gap> underlying [100px\] from add [10px\] to add [2px\] at (1.5) should be [98px\]]
expected: FAIL
[Compositing: property <column-gap> underlying [50px\] from add [100px\] to replace [200px\] at (-0.3) should be [135px\]]
expected: FAIL
[Compositing: property <column-gap> underlying [50px\] from add [100px\] to replace [200px\] at (0) should be [150px\]]
expected: FAIL
[Compositing: property <column-gap> underlying [50px\] from add [100px\] to replace [200px\] at (0.5) should be [175px\]]
expected: FAIL
[Compositing: property <column-gap> underlying [50px\] from add [100px\] to replace [200px\] at (1) should be [200px\]]
expected: FAIL
[Compositing: property <column-gap> underlying [50px\] from add [100px\] to replace [200px\] at (1.5) should be [225px\]]
expected: FAIL
[Compositing: property <column-gap> underlying [100px\] from add [100px\] to add [normal\] at (-0.3) should be [200px\]]
expected: FAIL
[Compositing: property <column-gap> underlying [100px\] from add [100px\] to add [normal\] at (0) should be [200px\]]
expected: FAIL
[Compositing: property <column-gap> underlying [100px\] from add [100px\] to add [normal\] at (0.5) should be [normal\]]
expected: FAIL
[Compositing: property <column-gap> underlying [100px\] from add [100px\] to add [normal\] at (1) should be [normal\]]
expected: FAIL
[Compositing: property <column-gap> underlying [100px\] from add [100px\] to add [normal\] at (1.5) should be [normal\]]
expected: FAIL

View file

@ -0,0 +1,468 @@
[column-gap-interpolation.html]
[CSS Transitions: property <column-gap> from neutral to [40px\] at (-0.3) should be [1px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from neutral to [40px\] at (0) should be [10px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from neutral to [40px\] at (0.3) should be [19px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from neutral to [40px\] at (0.6) should be [28px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from neutral to [40px\] at (1) should be [40px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from neutral to [40px\] at (1.5) should be [55px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from neutral to [40px\] at (-0.3) should be [1px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from neutral to [40px\] at (0) should be [10px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from neutral to [40px\] at (0.3) should be [19px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from neutral to [40px\] at (0.6) should be [28px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from neutral to [40px\] at (1) should be [40px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from neutral to [40px\] at (1.5) should be [55px\]]
expected: FAIL
[CSS Animations: property <column-gap> from neutral to [40px\] at (-0.3) should be [1px\]]
expected: FAIL
[CSS Animations: property <column-gap> from neutral to [40px\] at (0) should be [10px\]]
expected: FAIL
[CSS Animations: property <column-gap> from neutral to [40px\] at (0.3) should be [19px\]]
expected: FAIL
[CSS Animations: property <column-gap> from neutral to [40px\] at (0.6) should be [28px\]]
expected: FAIL
[CSS Animations: property <column-gap> from neutral to [40px\] at (1) should be [40px\]]
expected: FAIL
[CSS Animations: property <column-gap> from neutral to [40px\] at (1.5) should be [55px\]]
expected: FAIL
[Web Animations: property <column-gap> from neutral to [40px\] at (-0.3) should be [1px\]]
expected: FAIL
[Web Animations: property <column-gap> from neutral to [40px\] at (0) should be [10px\]]
expected: FAIL
[Web Animations: property <column-gap> from neutral to [40px\] at (0.3) should be [19px\]]
expected: FAIL
[Web Animations: property <column-gap> from neutral to [40px\] at (0.6) should be [28px\]]
expected: FAIL
[Web Animations: property <column-gap> from neutral to [40px\] at (1) should be [40px\]]
expected: FAIL
[Web Animations: property <column-gap> from neutral to [40px\] at (1.5) should be [55px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [initial\] to [20px\] at (-0.3) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [initial\] to [20px\] at (0) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [initial\] to [20px\] at (0.3) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [initial\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [initial\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [initial\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [initial\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [initial\] to [20px\] at (-0.3) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [initial\] to [20px\] at (0) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [initial\] to [20px\] at (0.3) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [initial\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [initial\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [initial\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [initial\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
[CSS Animations: property <column-gap> from [initial\] to [20px\] at (0) should be [initial\]]
expected: FAIL
[CSS Animations: property <column-gap> from [initial\] to [20px\] at (0.3) should be [initial\]]
expected: FAIL
[CSS Animations: property <column-gap> from [initial\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [initial\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [initial\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [initial\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[Web Animations: property <column-gap> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
[Web Animations: property <column-gap> from [initial\] to [20px\] at (0) should be [initial\]]
expected: FAIL
[Web Animations: property <column-gap> from [initial\] to [20px\] at (0.3) should be [initial\]]
expected: FAIL
[Web Animations: property <column-gap> from [initial\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[Web Animations: property <column-gap> from [initial\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[Web Animations: property <column-gap> from [initial\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[Web Animations: property <column-gap> from [initial\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [inherit\] to [20px\] at (-0.3) should be [111px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [inherit\] to [20px\] at (0) should be [90px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [inherit\] to [20px\] at (0.3) should be [69px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [inherit\] to [20px\] at (0.6) should be [48px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [inherit\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [inherit\] to [20px\] at (1.5) should be [0px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [inherit\] to [20px\] at (-0.3) should be [111px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [inherit\] to [20px\] at (0) should be [90px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [inherit\] to [20px\] at (0.3) should be [69px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [inherit\] to [20px\] at (0.6) should be [48px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [inherit\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [inherit\] to [20px\] at (1.5) should be [0px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [inherit\] to [20px\] at (-0.3) should be [111px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [inherit\] to [20px\] at (0) should be [90px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [inherit\] to [20px\] at (0.3) should be [69px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [inherit\] to [20px\] at (0.6) should be [48px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [inherit\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [inherit\] to [20px\] at (1.5) should be [0px\]]
expected: FAIL
[Web Animations: property <column-gap> from [inherit\] to [20px\] at (-0.3) should be [111px\]]
expected: FAIL
[Web Animations: property <column-gap> from [inherit\] to [20px\] at (0) should be [90px\]]
expected: FAIL
[Web Animations: property <column-gap> from [inherit\] to [20px\] at (0.3) should be [69px\]]
expected: FAIL
[Web Animations: property <column-gap> from [inherit\] to [20px\] at (0.6) should be [48px\]]
expected: FAIL
[Web Animations: property <column-gap> from [inherit\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[Web Animations: property <column-gap> from [inherit\] to [20px\] at (1.5) should be [0px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [unset\] to [20px\] at (-0.3) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [unset\] to [20px\] at (0) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [unset\] to [20px\] at (0.3) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [unset\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [unset\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [unset\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [unset\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [unset\] to [20px\] at (-0.3) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [unset\] to [20px\] at (0) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [unset\] to [20px\] at (0.3) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [unset\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [unset\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [unset\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [unset\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [unset\] to [20px\] at (-0.3) should be [unset\]]
expected: FAIL
[CSS Animations: property <column-gap> from [unset\] to [20px\] at (0) should be [unset\]]
expected: FAIL
[CSS Animations: property <column-gap> from [unset\] to [20px\] at (0.3) should be [unset\]]
expected: FAIL
[CSS Animations: property <column-gap> from [unset\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [unset\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [unset\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [unset\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[Web Animations: property <column-gap> from [unset\] to [20px\] at (-0.3) should be [unset\]]
expected: FAIL
[Web Animations: property <column-gap> from [unset\] to [20px\] at (0) should be [unset\]]
expected: FAIL
[Web Animations: property <column-gap> from [unset\] to [20px\] at (0.3) should be [unset\]]
expected: FAIL
[Web Animations: property <column-gap> from [unset\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[Web Animations: property <column-gap> from [unset\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[Web Animations: property <column-gap> from [unset\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[Web Animations: property <column-gap> from [unset\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [normal\] to [20px\] at (-0.3) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [normal\] to [20px\] at (0) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [normal\] to [20px\] at (0.3) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [normal\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [normal\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [normal\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [normal\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [normal\] to [20px\] at (-0.3) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [normal\] to [20px\] at (0) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [normal\] to [20px\] at (0.3) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [normal\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [normal\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [normal\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [normal\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [normal\] to [20px\] at (-0.3) should be [normal\]]
expected: FAIL
[CSS Animations: property <column-gap> from [normal\] to [20px\] at (0) should be [normal\]]
expected: FAIL
[CSS Animations: property <column-gap> from [normal\] to [20px\] at (0.3) should be [normal\]]
expected: FAIL
[CSS Animations: property <column-gap> from [normal\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [normal\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [normal\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [normal\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[Web Animations: property <column-gap> from [normal\] to [20px\] at (-0.3) should be [normal\]]
expected: FAIL
[Web Animations: property <column-gap> from [normal\] to [20px\] at (0) should be [normal\]]
expected: FAIL
[Web Animations: property <column-gap> from [normal\] to [20px\] at (0.3) should be [normal\]]
expected: FAIL
[Web Animations: property <column-gap> from [normal\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[Web Animations: property <column-gap> from [normal\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[Web Animations: property <column-gap> from [normal\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[Web Animations: property <column-gap> from [normal\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [0px\] to [100px\] at (-0.3) should be [0\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [0px\] to [100px\] at (0) should be [0\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [0px\] to [100px\] at (0.3) should be [30px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [0px\] to [100px\] at (0.6) should be [60px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [0px\] to [100px\] at (1) should be [100px\]]
expected: FAIL
[CSS Transitions: property <column-gap> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [0px\] to [100px\] at (-0.3) should be [0\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [0px\] to [100px\] at (0) should be [0\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [0px\] to [100px\] at (0.3) should be [30px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [0px\] to [100px\] at (0.6) should be [60px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [0px\] to [100px\] at (1) should be [100px\]]
expected: FAIL
[CSS Transitions with transition: all: property <column-gap> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [0px\] to [100px\] at (-0.3) should be [0\]]
expected: FAIL
[CSS Animations: property <column-gap> from [0px\] to [100px\] at (0) should be [0\]]
expected: FAIL
[CSS Animations: property <column-gap> from [0px\] to [100px\] at (0.3) should be [30px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [0px\] to [100px\] at (0.6) should be [60px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [0px\] to [100px\] at (1) should be [100px\]]
expected: FAIL
[CSS Animations: property <column-gap> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL
[Web Animations: property <column-gap> from [0px\] to [100px\] at (-0.3) should be [0\]]
expected: FAIL
[Web Animations: property <column-gap> from [0px\] to [100px\] at (0) should be [0\]]
expected: FAIL
[Web Animations: property <column-gap> from [0px\] to [100px\] at (0.3) should be [30px\]]
expected: FAIL
[Web Animations: property <column-gap> from [0px\] to [100px\] at (0.6) should be [60px\]]
expected: FAIL
[Web Animations: property <column-gap> from [0px\] to [100px\] at (1) should be [100px\]]
expected: FAIL
[Web Animations: property <column-gap> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL

View file

@ -166,3 +166,21 @@
[Web Animations: property <justify-self> from [initial\] to [baseline\] at (1.5) should be [baseline\]]
expected: FAIL
[CSS Transitions: property <justify-items> from [initial\] to [baseline\] at (-0.3) should be [baseline\]]
expected: FAIL
[CSS Transitions: property <justify-items> from [initial\] to [baseline\] at (0) should be [baseline\]]
expected: FAIL
[CSS Transitions: property <justify-items> from [initial\] to [baseline\] at (0.3) should be [baseline\]]
expected: FAIL
[CSS Transitions: property <justify-self> from [initial\] to [baseline\] at (-0.3) should be [baseline\]]
expected: FAIL
[CSS Transitions: property <justify-self> from [initial\] to [baseline\] at (0) should be [baseline\]]
expected: FAIL
[CSS Transitions: property <justify-self> from [initial\] to [baseline\] at (0.3) should be [baseline\]]
expected: FAIL

View file

@ -0,0 +1,60 @@
[row-gap-composition.html]
[Compositing: property <row-gap> underlying [50px\] from add [100px\] to add [200px\] at (-0.3) should be [120px\]]
expected: FAIL
[Compositing: property <row-gap> underlying [50px\] from add [100px\] to add [200px\] at (0) should be [150px\]]
expected: FAIL
[Compositing: property <row-gap> underlying [50px\] from add [100px\] to add [200px\] at (0.5) should be [200px\]]
expected: FAIL
[Compositing: property <row-gap> underlying [50px\] from add [100px\] to add [200px\] at (1) should be [250px\]]
expected: FAIL
[Compositing: property <row-gap> underlying [50px\] from add [100px\] to add [200px\] at (1.5) should be [300px\]]
expected: FAIL
[Compositing: property <row-gap> underlying [100px\] from add [10px\] to add [2px\] at (-0.5) should be [114px\]]
expected: FAIL
[Compositing: property <row-gap> underlying [100px\] from add [10px\] to add [2px\] at (0) should be [110px\]]
expected: FAIL
[Compositing: property <row-gap> underlying [100px\] from add [10px\] to add [2px\] at (0.5) should be [106px\]]
expected: FAIL
[Compositing: property <row-gap> underlying [100px\] from add [10px\] to add [2px\] at (1) should be [102px\]]
expected: FAIL
[Compositing: property <row-gap> underlying [100px\] from add [10px\] to add [2px\] at (1.5) should be [98px\]]
expected: FAIL
[Compositing: property <row-gap> underlying [50px\] from add [100px\] to replace [200px\] at (-0.3) should be [135px\]]
expected: FAIL
[Compositing: property <row-gap> underlying [50px\] from add [100px\] to replace [200px\] at (0) should be [150px\]]
expected: FAIL
[Compositing: property <row-gap> underlying [50px\] from add [100px\] to replace [200px\] at (0.5) should be [175px\]]
expected: FAIL
[Compositing: property <row-gap> underlying [50px\] from add [100px\] to replace [200px\] at (1) should be [200px\]]
expected: FAIL
[Compositing: property <row-gap> underlying [50px\] from add [100px\] to replace [200px\] at (1.5) should be [225px\]]
expected: FAIL
[Compositing: property <row-gap> underlying [100px\] from add [100px\] to add [normal\] at (-0.3) should be [200px\]]
expected: FAIL
[Compositing: property <row-gap> underlying [100px\] from add [100px\] to add [normal\] at (0) should be [200px\]]
expected: FAIL
[Compositing: property <row-gap> underlying [100px\] from add [100px\] to add [normal\] at (0.5) should be [normal\]]
expected: FAIL
[Compositing: property <row-gap> underlying [100px\] from add [100px\] to add [normal\] at (1) should be [normal\]]
expected: FAIL
[Compositing: property <row-gap> underlying [100px\] from add [100px\] to add [normal\] at (1.5) should be [normal\]]
expected: FAIL

View file

@ -0,0 +1,468 @@
[row-gap-interpolation.html]
[CSS Transitions: property <row-gap> from neutral to [40px\] at (-0.3) should be [1px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from neutral to [40px\] at (0) should be [10px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from neutral to [40px\] at (0.3) should be [19px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from neutral to [40px\] at (0.6) should be [28px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from neutral to [40px\] at (1) should be [40px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from neutral to [40px\] at (1.5) should be [55px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from neutral to [40px\] at (-0.3) should be [1px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from neutral to [40px\] at (0) should be [10px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from neutral to [40px\] at (0.3) should be [19px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from neutral to [40px\] at (0.6) should be [28px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from neutral to [40px\] at (1) should be [40px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from neutral to [40px\] at (1.5) should be [55px\]]
expected: FAIL
[CSS Animations: property <row-gap> from neutral to [40px\] at (-0.3) should be [1px\]]
expected: FAIL
[CSS Animations: property <row-gap> from neutral to [40px\] at (0) should be [10px\]]
expected: FAIL
[CSS Animations: property <row-gap> from neutral to [40px\] at (0.3) should be [19px\]]
expected: FAIL
[CSS Animations: property <row-gap> from neutral to [40px\] at (0.6) should be [28px\]]
expected: FAIL
[CSS Animations: property <row-gap> from neutral to [40px\] at (1) should be [40px\]]
expected: FAIL
[CSS Animations: property <row-gap> from neutral to [40px\] at (1.5) should be [55px\]]
expected: FAIL
[Web Animations: property <row-gap> from neutral to [40px\] at (-0.3) should be [1px\]]
expected: FAIL
[Web Animations: property <row-gap> from neutral to [40px\] at (0) should be [10px\]]
expected: FAIL
[Web Animations: property <row-gap> from neutral to [40px\] at (0.3) should be [19px\]]
expected: FAIL
[Web Animations: property <row-gap> from neutral to [40px\] at (0.6) should be [28px\]]
expected: FAIL
[Web Animations: property <row-gap> from neutral to [40px\] at (1) should be [40px\]]
expected: FAIL
[Web Animations: property <row-gap> from neutral to [40px\] at (1.5) should be [55px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [initial\] to [20px\] at (-0.3) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [initial\] to [20px\] at (0) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [initial\] to [20px\] at (0.3) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [initial\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [initial\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [initial\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [initial\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [initial\] to [20px\] at (-0.3) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [initial\] to [20px\] at (0) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [initial\] to [20px\] at (0.3) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [initial\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [initial\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [initial\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [initial\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
[CSS Animations: property <row-gap> from [initial\] to [20px\] at (0) should be [initial\]]
expected: FAIL
[CSS Animations: property <row-gap> from [initial\] to [20px\] at (0.3) should be [initial\]]
expected: FAIL
[CSS Animations: property <row-gap> from [initial\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [initial\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [initial\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [initial\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[Web Animations: property <row-gap> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
[Web Animations: property <row-gap> from [initial\] to [20px\] at (0) should be [initial\]]
expected: FAIL
[Web Animations: property <row-gap> from [initial\] to [20px\] at (0.3) should be [initial\]]
expected: FAIL
[Web Animations: property <row-gap> from [initial\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[Web Animations: property <row-gap> from [initial\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[Web Animations: property <row-gap> from [initial\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[Web Animations: property <row-gap> from [initial\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [inherit\] to [20px\] at (-0.3) should be [111px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [inherit\] to [20px\] at (0) should be [90px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [inherit\] to [20px\] at (0.3) should be [69px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [inherit\] to [20px\] at (0.6) should be [48px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [inherit\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [inherit\] to [20px\] at (1.5) should be [0px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [inherit\] to [20px\] at (-0.3) should be [111px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [inherit\] to [20px\] at (0) should be [90px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [inherit\] to [20px\] at (0.3) should be [69px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [inherit\] to [20px\] at (0.6) should be [48px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [inherit\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [inherit\] to [20px\] at (1.5) should be [0px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [inherit\] to [20px\] at (-0.3) should be [111px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [inherit\] to [20px\] at (0) should be [90px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [inherit\] to [20px\] at (0.3) should be [69px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [inherit\] to [20px\] at (0.6) should be [48px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [inherit\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [inherit\] to [20px\] at (1.5) should be [0px\]]
expected: FAIL
[Web Animations: property <row-gap> from [inherit\] to [20px\] at (-0.3) should be [111px\]]
expected: FAIL
[Web Animations: property <row-gap> from [inherit\] to [20px\] at (0) should be [90px\]]
expected: FAIL
[Web Animations: property <row-gap> from [inherit\] to [20px\] at (0.3) should be [69px\]]
expected: FAIL
[Web Animations: property <row-gap> from [inherit\] to [20px\] at (0.6) should be [48px\]]
expected: FAIL
[Web Animations: property <row-gap> from [inherit\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[Web Animations: property <row-gap> from [inherit\] to [20px\] at (1.5) should be [0px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [unset\] to [20px\] at (-0.3) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [unset\] to [20px\] at (0) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [unset\] to [20px\] at (0.3) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [unset\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [unset\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [unset\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [unset\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [unset\] to [20px\] at (-0.3) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [unset\] to [20px\] at (0) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [unset\] to [20px\] at (0.3) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [unset\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [unset\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [unset\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [unset\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [unset\] to [20px\] at (-0.3) should be [unset\]]
expected: FAIL
[CSS Animations: property <row-gap> from [unset\] to [20px\] at (0) should be [unset\]]
expected: FAIL
[CSS Animations: property <row-gap> from [unset\] to [20px\] at (0.3) should be [unset\]]
expected: FAIL
[CSS Animations: property <row-gap> from [unset\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [unset\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [unset\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [unset\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[Web Animations: property <row-gap> from [unset\] to [20px\] at (-0.3) should be [unset\]]
expected: FAIL
[Web Animations: property <row-gap> from [unset\] to [20px\] at (0) should be [unset\]]
expected: FAIL
[Web Animations: property <row-gap> from [unset\] to [20px\] at (0.3) should be [unset\]]
expected: FAIL
[Web Animations: property <row-gap> from [unset\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[Web Animations: property <row-gap> from [unset\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[Web Animations: property <row-gap> from [unset\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[Web Animations: property <row-gap> from [unset\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [normal\] to [20px\] at (-0.3) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [normal\] to [20px\] at (0) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [normal\] to [20px\] at (0.3) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [normal\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [normal\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [normal\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [normal\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [normal\] to [20px\] at (-0.3) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [normal\] to [20px\] at (0) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [normal\] to [20px\] at (0.3) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [normal\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [normal\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [normal\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [normal\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [normal\] to [20px\] at (-0.3) should be [normal\]]
expected: FAIL
[CSS Animations: property <row-gap> from [normal\] to [20px\] at (0) should be [normal\]]
expected: FAIL
[CSS Animations: property <row-gap> from [normal\] to [20px\] at (0.3) should be [normal\]]
expected: FAIL
[CSS Animations: property <row-gap> from [normal\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [normal\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [normal\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [normal\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[Web Animations: property <row-gap> from [normal\] to [20px\] at (-0.3) should be [normal\]]
expected: FAIL
[Web Animations: property <row-gap> from [normal\] to [20px\] at (0) should be [normal\]]
expected: FAIL
[Web Animations: property <row-gap> from [normal\] to [20px\] at (0.3) should be [normal\]]
expected: FAIL
[Web Animations: property <row-gap> from [normal\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[Web Animations: property <row-gap> from [normal\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[Web Animations: property <row-gap> from [normal\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[Web Animations: property <row-gap> from [normal\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [0px\] to [100px\] at (-0.3) should be [0\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [0px\] to [100px\] at (0) should be [0\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [0px\] to [100px\] at (0.3) should be [30px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [0px\] to [100px\] at (0.6) should be [60px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [0px\] to [100px\] at (1) should be [100px\]]
expected: FAIL
[CSS Transitions: property <row-gap> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [0px\] to [100px\] at (-0.3) should be [0\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [0px\] to [100px\] at (0) should be [0\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [0px\] to [100px\] at (0.3) should be [30px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [0px\] to [100px\] at (0.6) should be [60px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [0px\] to [100px\] at (1) should be [100px\]]
expected: FAIL
[CSS Transitions with transition: all: property <row-gap> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [0px\] to [100px\] at (-0.3) should be [0\]]
expected: FAIL
[CSS Animations: property <row-gap> from [0px\] to [100px\] at (0) should be [0\]]
expected: FAIL
[CSS Animations: property <row-gap> from [0px\] to [100px\] at (0.3) should be [30px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [0px\] to [100px\] at (0.6) should be [60px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [0px\] to [100px\] at (1) should be [100px\]]
expected: FAIL
[CSS Animations: property <row-gap> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL
[Web Animations: property <row-gap> from [0px\] to [100px\] at (-0.3) should be [0\]]
expected: FAIL
[Web Animations: property <row-gap> from [0px\] to [100px\] at (0) should be [0\]]
expected: FAIL
[Web Animations: property <row-gap> from [0px\] to [100px\] at (0.3) should be [30px\]]
expected: FAIL
[Web Animations: property <row-gap> from [0px\] to [100px\] at (0.6) should be [60px\]]
expected: FAIL
[Web Animations: property <row-gap> from [0px\] to [100px\] at (1) should be [100px\]]
expected: FAIL
[Web Animations: property <row-gap> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL

View file

@ -0,0 +1,2 @@
[baseline-of-scrollable-1b.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[grid-item-input-type-number.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[grid-item-input-type-text.html]
expected: FAIL

View file

@ -0,0 +1,18 @@
[synthesized-baseline-grid-001.html]
[.wrapper 1]
expected: FAIL
[.wrapper 2]
expected: FAIL
[.wrapper 4]
expected: FAIL
[.wrapper 5]
expected: FAIL
[.wrapper 6]
expected: FAIL
[.wrapper 7]
expected: FAIL

View file

@ -1,2 +0,0 @@
[synthesized-baseline-table-cell-001.html]
expected: FAIL

View file

@ -0,0 +1,21 @@
[parse-align-content-002.html]
[Test 'initial' value when nothing is specified]
expected: FAIL
[Test align-content: 'initial']
expected: FAIL
[Test grid items align-content: 'initial']
expected: FAIL
[Test flex items align-content: 'initial']
expected: FAIL
[Test absolute positioned elements align-content: 'initial']
expected: FAIL
[Test absolute positioned grid items align-content: 'initial']
expected: FAIL
[Test absolute positioned flex items align-content: 'initial']
expected: FAIL

View file

@ -0,0 +1,9 @@
[parse-align-content-005.html]
[Test the value 'inherit' overrides current value ('end')]
expected: FAIL
[Test the value 'inherit' overrides current value ('safe start')]
expected: FAIL
[Test the value 'inherit' overrides current value ('unsafe center')]
expected: FAIL

View file

@ -0,0 +1,21 @@
[parse-justify-content-002.html]
[Test 'initial' value when nothing is specified]
expected: FAIL
[Test justify-content: 'initial']
expected: FAIL
[Test grid items justify-content: 'initial']
expected: FAIL
[Test flex items justify-content: 'initial']
expected: FAIL
[Test absolute positioned elements justify-content: 'initial']
expected: FAIL
[Test absolute positioned grid items justify-content: 'initial']
expected: FAIL
[Test absolute positioned flex items justify-content: 'initial']
expected: FAIL

View file

@ -0,0 +1,9 @@
[parse-justify-content-005.html]
[Test the value 'inherit' overrides current value ('end')]
expected: FAIL
[Test the value 'inherit' overrides current value ('safe left')]
expected: FAIL
[Test the value 'inherit' overrides current value ('unsafe center')]
expected: FAIL

View file

@ -0,0 +1,45 @@
[place-content-shorthand-001.html]
[Checking place-content: normal]
expected: FAIL
[Checking place-content: start]
expected: FAIL
[Checking place-content: end]
expected: FAIL
[Checking place-content: center]
expected: FAIL
[Checking place-content: flex-start]
expected: FAIL
[Checking place-content: flex-end]
expected: FAIL
[Checking place-content: stretch]
expected: FAIL
[Checking place-content: space-around]
expected: FAIL
[Checking place-content: space-between]
expected: FAIL
[Checking place-content: space-evenly]
expected: FAIL
[Checking place-content: safe flex-end]
expected: FAIL
[Checking place-content: unsafe end]
expected: FAIL
[Checking place-content: safe end]
expected: FAIL
[Checking place-content: unsafe flex-start]
expected: FAIL
[Checking place-content: safe center]
expected: FAIL

View file

@ -0,0 +1,648 @@
[place-content-shorthand-002.html]
[Checking place-content: normal normal]
expected: FAIL
[Checking place-content: normal left]
expected: FAIL
[Checking place-content: normal right]
expected: FAIL
[Checking place-content: normal start]
expected: FAIL
[Checking place-content: normal end]
expected: FAIL
[Checking place-content: normal center]
expected: FAIL
[Checking place-content: normal flex-start]
expected: FAIL
[Checking place-content: normal flex-end]
expected: FAIL
[Checking place-content: normal stretch]
expected: FAIL
[Checking place-content: normal space-around]
expected: FAIL
[Checking place-content: normal space-between]
expected: FAIL
[Checking place-content: normal space-evenly]
expected: FAIL
[Checking place-content: start normal]
expected: FAIL
[Checking place-content: start left]
expected: FAIL
[Checking place-content: start right]
expected: FAIL
[Checking place-content: start start]
expected: FAIL
[Checking place-content: start end]
expected: FAIL
[Checking place-content: start center]
expected: FAIL
[Checking place-content: start flex-start]
expected: FAIL
[Checking place-content: start flex-end]
expected: FAIL
[Checking place-content: start stretch]
expected: FAIL
[Checking place-content: start space-around]
expected: FAIL
[Checking place-content: start space-between]
expected: FAIL
[Checking place-content: start space-evenly]
expected: FAIL
[Checking place-content: end normal]
expected: FAIL
[Checking place-content: end left]
expected: FAIL
[Checking place-content: end right]
expected: FAIL
[Checking place-content: end start]
expected: FAIL
[Checking place-content: end end]
expected: FAIL
[Checking place-content: end center]
expected: FAIL
[Checking place-content: end flex-start]
expected: FAIL
[Checking place-content: end flex-end]
expected: FAIL
[Checking place-content: end stretch]
expected: FAIL
[Checking place-content: end space-around]
expected: FAIL
[Checking place-content: end space-between]
expected: FAIL
[Checking place-content: end space-evenly]
expected: FAIL
[Checking place-content: center normal]
expected: FAIL
[Checking place-content: center left]
expected: FAIL
[Checking place-content: center right]
expected: FAIL
[Checking place-content: center start]
expected: FAIL
[Checking place-content: center end]
expected: FAIL
[Checking place-content: center center]
expected: FAIL
[Checking place-content: center flex-start]
expected: FAIL
[Checking place-content: center flex-end]
expected: FAIL
[Checking place-content: center stretch]
expected: FAIL
[Checking place-content: center space-around]
expected: FAIL
[Checking place-content: center space-between]
expected: FAIL
[Checking place-content: center space-evenly]
expected: FAIL
[Checking place-content: flex-start normal]
expected: FAIL
[Checking place-content: flex-start left]
expected: FAIL
[Checking place-content: flex-start right]
expected: FAIL
[Checking place-content: flex-start start]
expected: FAIL
[Checking place-content: flex-start end]
expected: FAIL
[Checking place-content: flex-start center]
expected: FAIL
[Checking place-content: flex-start flex-start]
expected: FAIL
[Checking place-content: flex-start flex-end]
expected: FAIL
[Checking place-content: flex-start stretch]
expected: FAIL
[Checking place-content: flex-start space-around]
expected: FAIL
[Checking place-content: flex-start space-between]
expected: FAIL
[Checking place-content: flex-start space-evenly]
expected: FAIL
[Checking place-content: flex-end normal]
expected: FAIL
[Checking place-content: flex-end left]
expected: FAIL
[Checking place-content: flex-end right]
expected: FAIL
[Checking place-content: flex-end start]
expected: FAIL
[Checking place-content: flex-end end]
expected: FAIL
[Checking place-content: flex-end center]
expected: FAIL
[Checking place-content: flex-end flex-start]
expected: FAIL
[Checking place-content: flex-end flex-end]
expected: FAIL
[Checking place-content: flex-end stretch]
expected: FAIL
[Checking place-content: flex-end space-around]
expected: FAIL
[Checking place-content: flex-end space-between]
expected: FAIL
[Checking place-content: flex-end space-evenly]
expected: FAIL
[Checking place-content: stretch normal]
expected: FAIL
[Checking place-content: stretch left]
expected: FAIL
[Checking place-content: stretch right]
expected: FAIL
[Checking place-content: stretch start]
expected: FAIL
[Checking place-content: stretch end]
expected: FAIL
[Checking place-content: stretch center]
expected: FAIL
[Checking place-content: stretch flex-start]
expected: FAIL
[Checking place-content: stretch flex-end]
expected: FAIL
[Checking place-content: stretch stretch]
expected: FAIL
[Checking place-content: stretch space-around]
expected: FAIL
[Checking place-content: stretch space-between]
expected: FAIL
[Checking place-content: stretch space-evenly]
expected: FAIL
[Checking place-content: space-around normal]
expected: FAIL
[Checking place-content: space-around left]
expected: FAIL
[Checking place-content: space-around right]
expected: FAIL
[Checking place-content: space-around start]
expected: FAIL
[Checking place-content: space-around end]
expected: FAIL
[Checking place-content: space-around center]
expected: FAIL
[Checking place-content: space-around flex-start]
expected: FAIL
[Checking place-content: space-around flex-end]
expected: FAIL
[Checking place-content: space-around stretch]
expected: FAIL
[Checking place-content: space-around space-around]
expected: FAIL
[Checking place-content: space-around space-between]
expected: FAIL
[Checking place-content: space-around space-evenly]
expected: FAIL
[Checking place-content: space-between normal]
expected: FAIL
[Checking place-content: space-between left]
expected: FAIL
[Checking place-content: space-between right]
expected: FAIL
[Checking place-content: space-between start]
expected: FAIL
[Checking place-content: space-between end]
expected: FAIL
[Checking place-content: space-between center]
expected: FAIL
[Checking place-content: space-between flex-start]
expected: FAIL
[Checking place-content: space-between flex-end]
expected: FAIL
[Checking place-content: space-between stretch]
expected: FAIL
[Checking place-content: space-between space-around]
expected: FAIL
[Checking place-content: space-between space-between]
expected: FAIL
[Checking place-content: space-between space-evenly]
expected: FAIL
[Checking place-content: space-evenly normal]
expected: FAIL
[Checking place-content: space-evenly left]
expected: FAIL
[Checking place-content: space-evenly right]
expected: FAIL
[Checking place-content: space-evenly start]
expected: FAIL
[Checking place-content: space-evenly end]
expected: FAIL
[Checking place-content: space-evenly center]
expected: FAIL
[Checking place-content: space-evenly flex-start]
expected: FAIL
[Checking place-content: space-evenly flex-end]
expected: FAIL
[Checking place-content: space-evenly stretch]
expected: FAIL
[Checking place-content: space-evenly space-around]
expected: FAIL
[Checking place-content: space-evenly space-between]
expected: FAIL
[Checking place-content: space-evenly space-evenly]
expected: FAIL
[Checking place-content: baseline normal]
expected: FAIL
[Checking place-content: baseline left]
expected: FAIL
[Checking place-content: baseline right]
expected: FAIL
[Checking place-content: baseline start]
expected: FAIL
[Checking place-content: baseline end]
expected: FAIL
[Checking place-content: baseline center]
expected: FAIL
[Checking place-content: baseline flex-start]
expected: FAIL
[Checking place-content: baseline flex-end]
expected: FAIL
[Checking place-content: baseline stretch]
expected: FAIL
[Checking place-content: baseline space-around]
expected: FAIL
[Checking place-content: baseline space-between]
expected: FAIL
[Checking place-content: baseline space-evenly]
expected: FAIL
[Checking place-content: first baseline normal]
expected: FAIL
[Checking place-content: first baseline left]
expected: FAIL
[Checking place-content: first baseline right]
expected: FAIL
[Checking place-content: first baseline start]
expected: FAIL
[Checking place-content: first baseline end]
expected: FAIL
[Checking place-content: first baseline center]
expected: FAIL
[Checking place-content: first baseline flex-start]
expected: FAIL
[Checking place-content: first baseline flex-end]
expected: FAIL
[Checking place-content: first baseline stretch]
expected: FAIL
[Checking place-content: first baseline space-around]
expected: FAIL
[Checking place-content: first baseline space-between]
expected: FAIL
[Checking place-content: first baseline space-evenly]
expected: FAIL
[Checking place-content: last baseline normal]
expected: FAIL
[Checking place-content: last baseline left]
expected: FAIL
[Checking place-content: last baseline right]
expected: FAIL
[Checking place-content: last baseline start]
expected: FAIL
[Checking place-content: last baseline end]
expected: FAIL
[Checking place-content: last baseline center]
expected: FAIL
[Checking place-content: last baseline flex-start]
expected: FAIL
[Checking place-content: last baseline flex-end]
expected: FAIL
[Checking place-content: last baseline stretch]
expected: FAIL
[Checking place-content: last baseline space-around]
expected: FAIL
[Checking place-content: last baseline space-between]
expected: FAIL
[Checking place-content: last baseline space-evenly]
expected: FAIL
[Checking place-content: safe flex-end normal]
expected: FAIL
[Checking place-content: safe flex-end left]
expected: FAIL
[Checking place-content: safe flex-end right]
expected: FAIL
[Checking place-content: safe flex-end start]
expected: FAIL
[Checking place-content: safe flex-end end]
expected: FAIL
[Checking place-content: safe flex-end center]
expected: FAIL
[Checking place-content: safe flex-end flex-start]
expected: FAIL
[Checking place-content: safe flex-end flex-end]
expected: FAIL
[Checking place-content: safe flex-end stretch]
expected: FAIL
[Checking place-content: safe flex-end space-around]
expected: FAIL
[Checking place-content: safe flex-end space-between]
expected: FAIL
[Checking place-content: safe flex-end space-evenly]
expected: FAIL
[Checking place-content: unsafe end normal]
expected: FAIL
[Checking place-content: unsafe end left]
expected: FAIL
[Checking place-content: unsafe end right]
expected: FAIL
[Checking place-content: unsafe end start]
expected: FAIL
[Checking place-content: unsafe end end]
expected: FAIL
[Checking place-content: unsafe end center]
expected: FAIL
[Checking place-content: unsafe end flex-start]
expected: FAIL
[Checking place-content: unsafe end flex-end]
expected: FAIL
[Checking place-content: unsafe end stretch]
expected: FAIL
[Checking place-content: unsafe end space-around]
expected: FAIL
[Checking place-content: unsafe end space-between]
expected: FAIL
[Checking place-content: unsafe end space-evenly]
expected: FAIL
[Checking place-content: safe end normal]
expected: FAIL
[Checking place-content: safe end left]
expected: FAIL
[Checking place-content: safe end right]
expected: FAIL
[Checking place-content: safe end start]
expected: FAIL
[Checking place-content: safe end end]
expected: FAIL
[Checking place-content: safe end center]
expected: FAIL
[Checking place-content: safe end flex-start]
expected: FAIL
[Checking place-content: safe end flex-end]
expected: FAIL
[Checking place-content: safe end stretch]
expected: FAIL
[Checking place-content: safe end space-around]
expected: FAIL
[Checking place-content: safe end space-between]
expected: FAIL
[Checking place-content: safe end space-evenly]
expected: FAIL
[Checking place-content: unsafe flex-start normal]
expected: FAIL
[Checking place-content: unsafe flex-start left]
expected: FAIL
[Checking place-content: unsafe flex-start right]
expected: FAIL
[Checking place-content: unsafe flex-start start]
expected: FAIL
[Checking place-content: unsafe flex-start end]
expected: FAIL
[Checking place-content: unsafe flex-start center]
expected: FAIL
[Checking place-content: unsafe flex-start flex-start]
expected: FAIL
[Checking place-content: unsafe flex-start flex-end]
expected: FAIL
[Checking place-content: unsafe flex-start stretch]
expected: FAIL
[Checking place-content: unsafe flex-start space-around]
expected: FAIL
[Checking place-content: unsafe flex-start space-between]
expected: FAIL
[Checking place-content: unsafe flex-start space-evenly]
expected: FAIL
[Checking place-content: safe center normal]
expected: FAIL
[Checking place-content: safe center left]
expected: FAIL
[Checking place-content: safe center right]
expected: FAIL
[Checking place-content: safe center start]
expected: FAIL
[Checking place-content: safe center end]
expected: FAIL
[Checking place-content: safe center center]
expected: FAIL
[Checking place-content: safe center flex-start]
expected: FAIL
[Checking place-content: safe center flex-end]
expected: FAIL
[Checking place-content: safe center stretch]
expected: FAIL
[Checking place-content: safe center space-around]
expected: FAIL
[Checking place-content: safe center space-between]
expected: FAIL
[Checking place-content: safe center space-evenly]
expected: FAIL

View file

@ -0,0 +1,6 @@
[place-content-shorthand-003.html]
[Check place-content: initial - align-content expanded value]
expected: FAIL
[Check place-content: initial - justify-content expanded value]
expected: FAIL

View file

@ -0,0 +1,21 @@
[place-content-shorthand-004.html]
[Verify fallback values are invalid]
expected: FAIL
[Verify 'left' and 'right' values are invalid for block/cross axis alignment]
expected: FAIL
[Verify <baseline-position> values are invalid for the justify-content property]
expected: FAIL
[Verify numeric values are invalid]
expected: FAIL
[Verify 'auto' values are invalid]
expected: FAIL
[Verify self-position values are invalid]
expected: FAIL
[Verify empty declaration is invalid]
expected: FAIL

View file

@ -0,0 +1,6 @@
[place-content-shorthand-005.html]
[Check place-content: inherit - align-content resolved value]
expected: FAIL
[Check place-content: inherit - justify-content resolved value]
expected: FAIL

View file

@ -0,0 +1,66 @@
[place-content-shorthand-006.html]
[Checking place-content: normal normal]
expected: FAIL
[Checking place-content: start start]
expected: FAIL
[Checking place-content: end end]
expected: FAIL
[Checking place-content: center center]
expected: FAIL
[Checking place-content: flex-start flex-start]
expected: FAIL
[Checking place-content: flex-end flex-end]
expected: FAIL
[Checking place-content: stretch stretch]
expected: FAIL
[Checking place-content: space-around space-around]
expected: FAIL
[Checking place-content: space-between space-between]
expected: FAIL
[Checking place-content: space-evenly space-evenly]
expected: FAIL
[Checking place-content: first baseline normal]
expected: FAIL
[Checking place-content: first baseline left]
expected: FAIL
[Checking place-content: first baseline right]
expected: FAIL
[Checking place-content: first baseline start]
expected: FAIL
[Checking place-content: first baseline end]
expected: FAIL
[Checking place-content: first baseline center]
expected: FAIL
[Checking place-content: first baseline flex-start]
expected: FAIL
[Checking place-content: first baseline flex-end]
expected: FAIL
[Checking place-content: first baseline stretch]
expected: FAIL
[Checking place-content: first baseline space-around]
expected: FAIL
[Checking place-content: first baseline space-between]
expected: FAIL
[Checking place-content: first baseline space-evenly]
expected: FAIL

View file

@ -0,0 +1,2 @@
[place-content-shorthand-007.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[justify-items-legacy-001.html]
[legacy value for justify-items]
expected: FAIL

View file

@ -0,0 +1,21 @@
[parse-align-items-002.html]
[Test 'initial' value when nothing is specified]
expected: FAIL
[Test align-items: 'initial']
expected: FAIL
[Test grid items align-items: 'initial']
expected: FAIL
[Test flex items align-items: 'initial']
expected: FAIL
[Test absolute positioned elements align-items: 'initial']
expected: FAIL
[Test absolute positioned grid items align-items: 'initial']
expected: FAIL
[Test absolute positioned flex items align-items: 'initial']
expected: FAIL

View file

@ -0,0 +1,9 @@
[parse-align-items-005.html]
[Test the value 'inherit' overrides current value ('end')]
expected: FAIL
[Test the value 'inherit' overrides current value ('safe start')]
expected: FAIL
[Test the value 'inherit' overrides current value ('unsafe center')]
expected: FAIL

View file

@ -0,0 +1,66 @@
[parse-justify-items-001.html]
[Checking justify-items: normal]
expected: FAIL
[Checking justify-items: stretch]
expected: FAIL
[Checking justify-items: left]
expected: FAIL
[Checking justify-items: right]
expected: FAIL
[Checking justify-items: start]
expected: FAIL
[Checking justify-items: end]
expected: FAIL
[Checking justify-items: self-start]
expected: FAIL
[Checking justify-items: self-end]
expected: FAIL
[Checking justify-items: center]
expected: FAIL
[Checking justify-items: flex-start]
expected: FAIL
[Checking justify-items: flex-end]
expected: FAIL
[Checking justify-items: baseline]
expected: FAIL
[Checking justify-items: first baseline]
expected: FAIL
[Checking justify-items: last baseline]
expected: FAIL
[Checking justify-items: safe flex-end]
expected: FAIL
[Checking justify-items: unsafe end]
expected: FAIL
[Checking justify-items: safe end]
expected: FAIL
[Checking justify-items: unsafe flex-start]
expected: FAIL
[Checking justify-items: safe center]
expected: FAIL
[Checking justify-items: legacy left]
expected: FAIL
[Checking justify-items: legacy center]
expected: FAIL
[Checking justify-items: legacy right]
expected: FAIL

View file

@ -0,0 +1,21 @@
[parse-justify-items-002.html]
[Test 'initial' value when nothing is specified]
expected: FAIL
[Test justify-items: 'initial']
expected: FAIL
[Test grid items justify-items: 'initial']
expected: FAIL
[Test flex items justify-items: 'initial']
expected: FAIL
[Test absolute positioned elements justify-items: 'initial']
expected: FAIL
[Test absolute positioned grid items justify-items: 'initial']
expected: FAIL
[Test absolute positioned flex items justify-items: 'initial']
expected: FAIL

View file

@ -0,0 +1,66 @@
[parse-justify-items-003.html]
[Checking justify-items: normal]
expected: FAIL
[Checking justify-items: stretch]
expected: FAIL
[Checking justify-items: left]
expected: FAIL
[Checking justify-items: right]
expected: FAIL
[Checking justify-items: start]
expected: FAIL
[Checking justify-items: end]
expected: FAIL
[Checking justify-items: self-start]
expected: FAIL
[Checking justify-items: self-end]
expected: FAIL
[Checking justify-items: center]
expected: FAIL
[Checking justify-items: flex-start]
expected: FAIL
[Checking justify-items: flex-end]
expected: FAIL
[Checking justify-items: baseline]
expected: FAIL
[Checking justify-items: first baseline]
expected: FAIL
[Checking justify-items: last baseline]
expected: FAIL
[Checking justify-items: safe flex-end]
expected: FAIL
[Checking justify-items: unsafe end]
expected: FAIL
[Checking justify-items: safe end]
expected: FAIL
[Checking justify-items: unsafe flex-start]
expected: FAIL
[Checking justify-items: safe center]
expected: FAIL
[Checking justify-items: legacy left]
expected: FAIL
[Checking justify-items: legacy center]
expected: FAIL
[Checking justify-items: legacy right]
expected: FAIL

View file

@ -0,0 +1,96 @@
[parse-justify-items-004.html]
[Checking invalid combination - justify-items: auto]
expected: FAIL
[Checking invalid combination - justify-items: space-around]
expected: FAIL
[Checking invalid combination - justify-items: auto safe]
expected: FAIL
[Checking invalid combination - justify-items: auto left]
expected: FAIL
[Checking invalid combination - justify-items: normal unsafe]
expected: FAIL
[Checking invalid combination - justify-items: normal stretch]
expected: FAIL
[Checking invalid combination - justify-items: baseline normal]
expected: FAIL
[Checking invalid combination - justify-items: baseline center]
expected: FAIL
[Checking invalid combination - justify-items: first baseline center]
expected: FAIL
[Checking invalid combination - justify-items: last baseline center]
expected: FAIL
[Checking invalid combination - justify-items: baseline last]
expected: FAIL
[Checking invalid combination - justify-items: baseline first]
expected: FAIL
[Checking invalid combination - justify-items: stretch unsafe]
expected: FAIL
[Checking invalid combination - justify-items: stretch right]
expected: FAIL
[Checking invalid combination - justify-items: unsafe unsafe]
expected: FAIL
[Checking invalid combination - justify-items: unsafe safe]
expected: FAIL
[Checking invalid combination - justify-items: center start]
expected: FAIL
[Checking invalid combination - justify-items: unsafe stretch]
expected: FAIL
[Checking invalid combination - justify-items: safe stretch]
expected: FAIL
[Checking invalid combination - justify-items: baseline safe]
expected: FAIL
[Checking invalid combination - justify-items: unsafe baseline]
expected: FAIL
[Checking invalid combination - justify-items: unsafe safe left]
expected: FAIL
[Checking invalid combination - justify-items: unsafe left safe]
expected: FAIL
[Checking invalid combination - justify-items: left safe unsafe safe]
expected: FAIL
[Checking invalid combination - justify-items: start safe]
expected: FAIL
[Checking invalid combination - justify-items: safe]
expected: FAIL
[Checking invalid combination - justify-items: legacy start]
expected: FAIL
[Checking invalid combination - justify-items: legacy end]
expected: FAIL
[Checking invalid combination - justify-items: legacy right unsafe]
expected: FAIL
[Checking invalid combination - justify-items: legacy auto]
expected: FAIL
[Checking invalid combination - justify-items: legacy stretch]
expected: FAIL
[Checking invalid combination - justify-items: legacy left right]
expected: FAIL

View file

@ -0,0 +1,9 @@
[parse-justify-items-005.html]
[Test the value 'inherit' overrides current value ('end')]
expected: FAIL
[Test the value 'inherit' overrides current value ('safe left')]
expected: FAIL
[Test the value 'inherit' overrides current value ('unsafe center')]
expected: FAIL

View file

@ -0,0 +1,9 @@
[parse-justify-items-006.html]
[Test the value justify-items: legacy left]
expected: FAIL
[Test the value justify-items: legacy center]
expected: FAIL
[Test the value justify-items: legacy right]
expected: FAIL

View file

@ -0,0 +1,51 @@
[place-items-shorthand-001.html]
[Checking place-items: normal]
expected: FAIL
[Checking place-items: stretch]
expected: FAIL
[Checking place-items: start]
expected: FAIL
[Checking place-items: end]
expected: FAIL
[Checking place-items: self-start]
expected: FAIL
[Checking place-items: self-end]
expected: FAIL
[Checking place-items: center]
expected: FAIL
[Checking place-items: flex-start]
expected: FAIL
[Checking place-items: flex-end]
expected: FAIL
[Checking place-items: baseline]
expected: FAIL
[Checking place-items: first baseline]
expected: FAIL
[Checking place-items: last baseline]
expected: FAIL
[Checking place-items: safe flex-end]
expected: FAIL
[Checking place-items: unsafe end]
expected: FAIL
[Checking place-items: safe end]
expected: FAIL
[Checking place-items: unsafe flex-start]
expected: FAIL
[Checking place-items: safe center]
expected: FAIL

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,6 @@
[place-items-shorthand-003.html]
[Check place-items: initial - align-items expanded value]
expected: FAIL
[Check place-items: initial - justify-items expanded value]
expected: FAIL

View file

@ -0,0 +1,12 @@
[place-items-shorthand-004.html]
[Verify fallback values are invalid]
expected: FAIL
[Verify 'left' and 'right' values are invalid for block/cross axis alignment]
expected: FAIL
[Verify numeric values are invalid]
expected: FAIL
[Verify empty declaration is invalid]
expected: FAIL

View file

@ -0,0 +1,6 @@
[place-items-shorthand-005.html]
[Check place-items: inherit - align-items resolved value]
expected: FAIL
[Check place-items: inherit - justify-items resolved value]
expected: FAIL

View file

@ -0,0 +1,108 @@
[place-items-shorthand-006.html]
[Checking place-items: normal normal]
expected: FAIL
[Checking place-items: normal first baseline]
expected: FAIL
[Checking place-items: stretch stretch]
expected: FAIL
[Checking place-items: stretch first baseline]
expected: FAIL
[Checking place-items: start start]
expected: FAIL
[Checking place-items: start first baseline]
expected: FAIL
[Checking place-items: end end]
expected: FAIL
[Checking place-items: end first baseline]
expected: FAIL
[Checking place-items: self-start self-start]
expected: FAIL
[Checking place-items: self-start first baseline]
expected: FAIL
[Checking place-items: self-end self-end]
expected: FAIL
[Checking place-items: self-end first baseline]
expected: FAIL
[Checking place-items: center center]
expected: FAIL
[Checking place-items: center first baseline]
expected: FAIL
[Checking place-items: flex-start flex-start]
expected: FAIL
[Checking place-items: flex-start first baseline]
expected: FAIL
[Checking place-items: flex-end flex-end]
expected: FAIL
[Checking place-items: flex-end first baseline]
expected: FAIL
[Checking place-items: baseline baseline]
expected: FAIL
[Checking place-items: baseline first baseline]
expected: FAIL
[Checking place-items: first baseline left]
expected: FAIL
[Checking place-items: first baseline right]
expected: FAIL
[Checking place-items: first baseline normal]
expected: FAIL
[Checking place-items: first baseline stretch]
expected: FAIL
[Checking place-items: first baseline start]
expected: FAIL
[Checking place-items: first baseline end]
expected: FAIL
[Checking place-items: first baseline self-start]
expected: FAIL
[Checking place-items: first baseline self-end]
expected: FAIL
[Checking place-items: first baseline center]
expected: FAIL
[Checking place-items: first baseline flex-start]
expected: FAIL
[Checking place-items: first baseline flex-end]
expected: FAIL
[Checking place-items: first baseline baseline]
expected: FAIL
[Checking place-items: first baseline first baseline]
expected: FAIL
[Checking place-items: first baseline last baseline]
expected: FAIL
[Checking place-items: last baseline first baseline]
expected: FAIL
[Checking place-items: last baseline last baseline]
expected: FAIL

View file

@ -0,0 +1,51 @@
[shorthand-serialization-001.html]
[test shorthand serialization {"alignContent":"center","shorthand":"center normal"}]
expected: FAIL
[test shorthand serialization {"alignContent":"baseline safe right","shorthand":""}]
expected: FAIL
[test shorthand serialization {"justifyContent":"safe start","shorthand":"normal safe start"}]
expected: FAIL
[test shorthand serialization {"justifyContent":"unsafe start","shorthand":["normal unsafe start"\]}]
expected: FAIL
[test shorthand serialization {"justifyContent":"space-evenly start","shorthand":""}]
expected: FAIL
[test shorthand serialization {"alignContent":"start","justifyContent":"end","shorthand":"start end"}]
expected: FAIL
[test shorthand serialization {"alignItems":"center","shorthand":"center legacy"}]
expected: FAIL
[test shorthand serialization {"alignItems":"baseline","shorthand":"baseline legacy"}]
expected: FAIL
[test shorthand serialization {"justifyItems":"safe start","shorthand":"normal safe start"}]
expected: FAIL
[test shorthand serialization {"justifyItems":"unsafe start","shorthand":["normal unsafe start"\]}]
expected: FAIL
[test shorthand serialization {"justifyItems":"stretch","shorthand":"normal stretch"}]
expected: FAIL
[test shorthand serialization {"justifyItems":"left legacy","shorthand":"normal legacy left"}]
expected: FAIL
[test shorthand serialization {"alignItems":"stretch","justifyItems":"end","shorthand":"stretch end"}]
expected: FAIL
[test shorthand serialization {"alignSelf":"self-end safe","shorthand":""}]
expected: FAIL
[test shorthand serialization {"justifySelf":"unsafe start","shorthand":["auto start","auto unsafe start"\]}]
expected: FAIL
[test shorthand serialization {"justifySelf":"last baseline start","shorthand":""}]
expected: FAIL
[test shorthand serialization {"alignSelf":"baseline","justifySelf":"last baseline","shorthand":"baseline last baseline"}]
expected: FAIL

View file

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

View file

@ -0,0 +1,3 @@
[column-gap-animation-001.html]
[column-gap is interpolable]
expected: FAIL

View file

@ -0,0 +1,3 @@
[column-gap-animation-002.html]
[column-gap: normal is not interpolable]
expected: FAIL

View file

@ -0,0 +1,3 @@
[column-gap-animation-003.html]
[Default column-gap is not interpolable]
expected: FAIL

View file

@ -0,0 +1,51 @@
[column-gap-parsing-001.html]
[Default column-gap is 'normal']
expected: FAIL
[column-gap accepts pixels]
expected: FAIL
[column-gap accepts em]
expected: FAIL
[column-gap accepts percentage]
expected: FAIL
[column-gap accepts calc()]
expected: FAIL
[column-gap accepts calc() mixing fixed and percentage values]
expected: FAIL
[Initial column-gap is 'normal']
expected: FAIL
[Initial column-gap is 'normal' 2]
expected: FAIL
[Initial inherited column-gap is 'normal']
expected: FAIL
[column-gap is inheritable]
expected: FAIL
[Negative column-gap is invalid]
expected: FAIL
['max-content' column-gap is invalid]
expected: FAIL
['none' column-gap is invalid]
expected: FAIL
[column-gap with multiple values is invalid]
expected: FAIL
[Angle column-gap is invalid]
expected: FAIL
[Resolution column-gap is invalid]
expected: FAIL
[Time column-gap is invalid]
expected: FAIL

View file

@ -0,0 +1,3 @@
[gap-animation-001.html]
[gap is interpolable]
expected: FAIL

View file

@ -0,0 +1,3 @@
[gap-animation-002.html]
[gap: normal is not interpolable]
expected: FAIL

View file

@ -0,0 +1,3 @@
[gap-animation-003.html]
[Default gap is not interpolable]
expected: FAIL

View file

@ -0,0 +1,3 @@
[gap-animation-004.html]
[gap is interpolable]
expected: FAIL

View file

@ -0,0 +1,18 @@
[gap-normal-computed-001.html]
[colum-gap:normal computes to normal on multicol elements]
expected: FAIL
[row-gap:normal computes to normal on multicol elements]
expected: FAIL
[colum-gap:normal computes to normal on grid]
expected: FAIL
[row-gap:normal computes to normal on grid]
expected: FAIL
[colum-gap:normal (main axis) computes to normal on flexbox]
expected: FAIL
[row-gap:normal (cross axis) computes to normal on flexbox]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gap-normal-used-001.html]
expected: FAIL

View file

@ -0,0 +1,72 @@
[gap-parsing-001.html]
[Default gap is 'normal']
expected: FAIL
[gap accepts pixels]
expected: FAIL
[gap accepts pixels 2]
expected: FAIL
[gap accepts pixels combined with percentage]
expected: FAIL
[gap accepts em]
expected: FAIL
[gap accepts em 2]
expected: FAIL
[gap accepts percentage]
expected: FAIL
[gap accepts percentage 2]
expected: FAIL
[gap accepts calc()]
expected: FAIL
[gap accepts calc() mixing fixed and percentage values]
expected: FAIL
[gap accepts calc() 2]
expected: FAIL
[Initial gap is 'normal']
expected: FAIL
[Initial gap is 'normal' 2]
expected: FAIL
[Initial inherited gap is 'normal']
expected: FAIL
[gap is inheritable]
expected: FAIL
[Negative gap is invalid]
expected: FAIL
['max-content' gap is invalid]
expected: FAIL
['none' gap is invalid]
expected: FAIL
[Angle gap is invalid]
expected: FAIL
[Resolution gap is invalid]
expected: FAIL
[Time gap is invalid]
expected: FAIL
[gap with three values is invalid]
expected: FAIL
[gap with slash is invalid]
expected: FAIL
[gap with one wrong value is invalid]
expected: FAIL

View file

@ -0,0 +1,51 @@
[grid-column-gap-parsing-001.html]
[Default grid-column-gap is 'normal']
expected: FAIL
[grid-column-gap accepts pixels]
expected: FAIL
[grid-column-gap accepts em]
expected: FAIL
[grid-column-gap accepts percentage]
expected: FAIL
[grid-column-gap accepts calc()]
expected: FAIL
[grid-column-gap accepts calc() mixing fixed and percentage values]
expected: FAIL
[Initial grid-column-gap is 'normal']
expected: FAIL
[Initial grid-column-gap is 'normal' 2]
expected: FAIL
[Initial inherited grid-column-gap is 'normal']
expected: FAIL
[grid-column-gap is inheritable]
expected: FAIL
[Negative grid-column-gap is invalid]
expected: FAIL
['max-content' grid-column-gap is invalid]
expected: FAIL
['none' grid-column-gap is invalid]
expected: FAIL
[grid-column-gap with multiple values is invalid]
expected: FAIL
[Angle grid-column-gap is invalid]
expected: FAIL
[Resolution grid-column-gap is invalid]
expected: FAIL
[Time grid-column-gap is invalid]
expected: FAIL

View file

@ -0,0 +1,72 @@
[grid-gap-parsing-001.html]
[Default grid-gap is 'normal']
expected: FAIL
[grid-gap accepts pixels]
expected: FAIL
[grid-gap accepts pixels 2]
expected: FAIL
[grid-gap accepts pixels combined with percentage]
expected: FAIL
[grid-gap accepts em]
expected: FAIL
[grid-gap accepts em 2]
expected: FAIL
[grid-gap accepts percentage]
expected: FAIL
[grid-gap accepts percentage 2]
expected: FAIL
[grid-gap accepts calc()]
expected: FAIL
[grid-gap accepts calc() mixing fixed and percentage values]
expected: FAIL
[grid-gap accepts calc() 2]
expected: FAIL
[Initial grid-gap is 'normal']
expected: FAIL
[Initial grid-gap is 'normal' 2]
expected: FAIL
[Initial inherited grid-gap is 'normal']
expected: FAIL
[grid-gap is inheritable]
expected: FAIL
[Negative grid-gap is invalid]
expected: FAIL
['max-content' grid-gap is invalid]
expected: FAIL
['none' grid-gap is invalid]
expected: FAIL
[Angle grid-gap is invalid]
expected: FAIL
[Resolution grid-gap is invalid]
expected: FAIL
[Time grid-gap is invalid]
expected: FAIL
[grid-gap with three values is invalid]
expected: FAIL
[grid-gap with slash is invalid]
expected: FAIL
[grid-gap with one wrong value is invalid]
expected: FAIL

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