mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Layout: Implement CSS Grid using taffy
(#32619)
* Add layout.grid.enabled pref Signed-off-by: Nico Burns <nico@nicoburns.com> * Add taffy dependency Signed-off-by: Nico Burns <nico@nicoburns.com> * Import taffy <-> stylo conversion code from taffy_stylo crate Signed-off-by: Nico Burns <nico@nicoburns.com> * Add `Grid` variant to DisplayInside Signed-off-by: Nico Burns <nico@nicoburns.com> * Implement CSS Grid using Taffy Signed-off-by: Nico Burns <nico@nicoburns.com> Import full stylo_taffy crate Signed-off-by: Nico Burns <nico@nicoburns.com> Squashed PR feedback changes Deduplicate is_document_only_whitespace Signed-off-by: Nico Burns <nico@nicoburns.com> Import taffy::AvailableSpace Signed-off-by: Nico Burns <nico@nicoburns.com> Rename FlexContext to TaffyContainerContext Signed-off-by: Nico Burns <nico@nicoburns.com> Eliminate references to flexbox in taffy/layout module Signed-off-by: Nico Burns <nico@nicoburns.com> Use constructors for geom types Signed-off-by: Nico Burns <nico@nicoburns.com> Remove comment about abspos elements splitting contiguous text runs Signed-off-by: Nico Burns <nico@nicoburns.com> Remove reference to flexbox in taffy/construct Signed-off-by: Nico Burns <nico@nicoburns.com> Deduplicate construction of flexbox/grid containers Signed-off-by: Nico Burns <nico@nicoburns.com> Make anonymous text runs InFlow Signed-off-by: Nico Burns <nico@nicoburns.com> Remove commented code Signed-off-by: Nico Burns <nico@nicoburns.com> Update comments Signed-off-by: Nico Burns <nico@nicoburns.com> Inline/vendor the stylo/taffy interop code Signed-off-by: Nico Burns <nico@nicoburns.com> * Update test expectations Signed-off-by: Nico Burns <nico@nicoburns.com> * Fix nits from PR review Signed-off-by: Nico Burns <nico@nicoburns.com> --------- Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
parent
339062c890
commit
6cbd89dbb0
508 changed files with 2057 additions and 10408 deletions
|
@ -1,109 +1,4 @@
|
|||
[grid-no-interpolation.html]
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-columns> from [initial\] to [123px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-columns> from [initial\] to [123px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-columns> from [initial\] to [123px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-columns> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-columns> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-columns> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-columns> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-columns> from [initial\] to [123px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-columns> from [initial\] to [123px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-columns> from [initial\] to [123px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-columns> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-columns> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-columns> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-columns> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-columns> from [initial\] to [123px\] at (-0.3) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-columns> from [initial\] to [123px\] at (0) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-columns> from [initial\] to [123px\] at (0.3) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-columns> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-columns> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-columns> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-columns> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-columns> from [initial\] to [123px\] at (-0.3) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-columns> from [initial\] to [123px\] at (0) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-columns> from [initial\] to [123px\] at (0.3) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-columns> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-columns> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-columns> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-columns> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-columns> from [initial\] to [123px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-columns> from [initial\] to [123px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-columns> from [initial\] to [123px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-columns> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-columns> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-columns> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-columns> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <grid-auto-columns> from [initial\] to [123px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -125,111 +20,6 @@
|
|||
[Web Animations: property <grid-auto-columns> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-flow> from [initial\] to [column\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-flow> from [initial\] to [column\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-flow> from [initial\] to [column\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-flow> from [initial\] to [column\] at (0.5) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-flow> from [initial\] to [column\] at (0.6) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-flow> from [initial\] to [column\] at (1) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-flow> from [initial\] to [column\] at (1.5) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-flow> from [initial\] to [column\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-flow> from [initial\] to [column\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-flow> from [initial\] to [column\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-flow> from [initial\] to [column\] at (0.5) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-flow> from [initial\] to [column\] at (0.6) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-flow> from [initial\] to [column\] at (1) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-flow> from [initial\] to [column\] at (1.5) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-flow> from [initial\] to [column\] at (-0.3) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-flow> from [initial\] to [column\] at (0) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-flow> from [initial\] to [column\] at (0.3) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-flow> from [initial\] to [column\] at (0.5) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-flow> from [initial\] to [column\] at (0.6) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-flow> from [initial\] to [column\] at (1) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-flow> from [initial\] to [column\] at (1.5) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-flow> from [initial\] to [column\] at (-0.3) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-flow> from [initial\] to [column\] at (0) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-flow> from [initial\] to [column\] at (0.3) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-flow> from [initial\] to [column\] at (0.5) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-flow> from [initial\] to [column\] at (0.6) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-flow> from [initial\] to [column\] at (1) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-flow> from [initial\] to [column\] at (1.5) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-flow> from [initial\] to [column\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-flow> from [initial\] to [column\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-flow> from [initial\] to [column\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-flow> from [initial\] to [column\] at (0.5) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-flow> from [initial\] to [column\] at (0.6) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-flow> from [initial\] to [column\] at (1) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-flow> from [initial\] to [column\] at (1.5) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <grid-auto-flow> from [initial\] to [column\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -251,111 +41,6 @@
|
|||
[Web Animations: property <grid-auto-flow> from [initial\] to [column\] at (1.5) should be [column\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-rows> from [initial\] to [123px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-rows> from [initial\] to [123px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-rows> from [initial\] to [123px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-rows> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-rows> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-rows> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-auto-rows> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-rows> from [initial\] to [123px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-rows> from [initial\] to [123px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-rows> from [initial\] to [123px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-rows> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-rows> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-rows> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-auto-rows> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-rows> from [initial\] to [123px\] at (-0.3) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-rows> from [initial\] to [123px\] at (0) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-rows> from [initial\] to [123px\] at (0.3) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-rows> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-rows> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-rows> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-auto-rows> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-rows> from [initial\] to [123px\] at (-0.3) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-rows> from [initial\] to [123px\] at (0) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-rows> from [initial\] to [123px\] at (0.3) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-rows> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-rows> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-rows> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-auto-rows> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-rows> from [initial\] to [123px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-rows> from [initial\] to [123px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-rows> from [initial\] to [123px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-rows> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-rows> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-rows> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-auto-rows> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <grid-auto-rows> from [initial\] to [123px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -377,111 +62,6 @@
|
|||
[Web Animations: property <grid-auto-rows> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-column-end> from [initial\] to [123\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-column-end> from [initial\] to [123\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-column-end> from [initial\] to [123\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-column-end> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-column-end> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-column-end> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-column-end> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-column-end> from [initial\] to [123\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-column-end> from [initial\] to [123\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-column-end> from [initial\] to [123\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-column-end> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-column-end> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-column-end> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-column-end> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-column-end> from [initial\] to [123\] at (-0.3) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-column-end> from [initial\] to [123\] at (0) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-column-end> from [initial\] to [123\] at (0.3) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-column-end> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-column-end> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-column-end> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-column-end> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-column-end> from [initial\] to [123\] at (-0.3) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-column-end> from [initial\] to [123\] at (0) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-column-end> from [initial\] to [123\] at (0.3) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-column-end> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-column-end> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-column-end> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-column-end> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-column-end> from [initial\] to [123\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-column-end> from [initial\] to [123\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-column-end> from [initial\] to [123\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-column-end> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-column-end> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-column-end> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-column-end> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <grid-column-end> from [initial\] to [123\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -503,111 +83,6 @@
|
|||
[Web Animations: property <grid-column-end> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-column-start> from [initial\] to [123\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-column-start> from [initial\] to [123\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-column-start> from [initial\] to [123\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-column-start> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-column-start> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-column-start> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-column-start> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-column-start> from [initial\] to [123\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-column-start> from [initial\] to [123\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-column-start> from [initial\] to [123\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-column-start> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-column-start> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-column-start> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-column-start> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-column-start> from [initial\] to [123\] at (-0.3) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-column-start> from [initial\] to [123\] at (0) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-column-start> from [initial\] to [123\] at (0.3) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-column-start> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-column-start> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-column-start> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-column-start> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-column-start> from [initial\] to [123\] at (-0.3) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-column-start> from [initial\] to [123\] at (0) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-column-start> from [initial\] to [123\] at (0.3) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-column-start> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-column-start> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-column-start> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-column-start> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-column-start> from [initial\] to [123\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-column-start> from [initial\] to [123\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-column-start> from [initial\] to [123\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-column-start> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-column-start> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-column-start> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-column-start> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <grid-column-start> from [initial\] to [123\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -629,111 +104,6 @@
|
|||
[Web Animations: property <grid-column-start> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-row-end> from [initial\] to [123\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-row-end> from [initial\] to [123\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-row-end> from [initial\] to [123\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-row-end> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-row-end> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-row-end> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-row-end> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-row-end> from [initial\] to [123\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-row-end> from [initial\] to [123\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-row-end> from [initial\] to [123\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-row-end> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-row-end> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-row-end> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-row-end> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-row-end> from [initial\] to [123\] at (-0.3) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-row-end> from [initial\] to [123\] at (0) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-row-end> from [initial\] to [123\] at (0.3) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-row-end> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-row-end> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-row-end> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-row-end> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-row-end> from [initial\] to [123\] at (-0.3) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-row-end> from [initial\] to [123\] at (0) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-row-end> from [initial\] to [123\] at (0.3) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-row-end> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-row-end> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-row-end> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-row-end> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-row-end> from [initial\] to [123\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-row-end> from [initial\] to [123\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-row-end> from [initial\] to [123\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-row-end> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-row-end> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-row-end> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-row-end> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <grid-row-end> from [initial\] to [123\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -755,111 +125,6 @@
|
|||
[Web Animations: property <grid-row-end> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-row-start> from [initial\] to [123\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-row-start> from [initial\] to [123\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-row-start> from [initial\] to [123\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-row-start> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-row-start> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-row-start> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-row-start> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-row-start> from [initial\] to [123\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-row-start> from [initial\] to [123\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-row-start> from [initial\] to [123\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-row-start> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-row-start> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-row-start> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-row-start> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-row-start> from [initial\] to [123\] at (-0.3) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-row-start> from [initial\] to [123\] at (0) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-row-start> from [initial\] to [123\] at (0.3) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-row-start> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-row-start> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-row-start> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-row-start> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-row-start> from [initial\] to [123\] at (-0.3) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-row-start> from [initial\] to [123\] at (0) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-row-start> from [initial\] to [123\] at (0.3) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-row-start> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-row-start> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-row-start> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-row-start> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-row-start> from [initial\] to [123\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-row-start> from [initial\] to [123\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-row-start> from [initial\] to [123\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-row-start> from [initial\] to [123\] at (0.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-row-start> from [initial\] to [123\] at (0.6) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-row-start> from [initial\] to [123\] at (1) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-row-start> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <grid-row-start> from [initial\] to [123\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -881,111 +146,6 @@
|
|||
[Web Animations: property <grid-row-start> from [initial\] to [123\] at (1.5) should be [123\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-template-areas> from [initial\] to ["."\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-template-areas> from [initial\] to ["."\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-template-areas> from [initial\] to ["."\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-template-areas> from [initial\] to ["."\] at (0.5) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-template-areas> from [initial\] to ["."\] at (0.6) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-template-areas> from [initial\] to ["."\] at (1) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <grid-template-areas> from [initial\] to ["."\] at (1.5) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-areas> from [initial\] to ["."\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-areas> from [initial\] to ["."\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-areas> from [initial\] to ["."\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-areas> from [initial\] to ["."\] at (0.5) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-areas> from [initial\] to ["."\] at (0.6) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-areas> from [initial\] to ["."\] at (1) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-areas> from [initial\] to ["."\] at (1.5) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-template-areas> from [initial\] to ["."\] at (-0.3) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-template-areas> from [initial\] to ["."\] at (0) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-template-areas> from [initial\] to ["."\] at (0.3) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-template-areas> from [initial\] to ["."\] at (0.5) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-template-areas> from [initial\] to ["."\] at (0.6) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-template-areas> from [initial\] to ["."\] at (1) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <grid-template-areas> from [initial\] to ["."\] at (1.5) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-template-areas> from [initial\] to ["."\] at (-0.3) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-template-areas> from [initial\] to ["."\] at (0) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-template-areas> from [initial\] to ["."\] at (0.3) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-template-areas> from [initial\] to ["."\] at (0.5) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-template-areas> from [initial\] to ["."\] at (0.6) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-template-areas> from [initial\] to ["."\] at (1) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <grid-template-areas> from [initial\] to ["."\] at (1.5) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-template-areas> from [initial\] to ["."\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-template-areas> from [initial\] to ["."\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-template-areas> from [initial\] to ["."\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-template-areas> from [initial\] to ["."\] at (0.5) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-template-areas> from [initial\] to ["."\] at (0.6) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-template-areas> from [initial\] to ["."\] at (1) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <grid-template-areas> from [initial\] to ["."\] at (1.5) should be ["."\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <grid-template-areas> from [initial\] to ["."\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue