mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
LibWeb: Parse the position-anchor property
This commit is contained in:
committed by
Sam Atkins
parent
7374a07fbc
commit
27cdf3a2c8
Notes:
github-actions[bot]
2025-10-07 10:31:57 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/27cdf3a2c8e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6363 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -0,0 +1,59 @@
|
||||
Harness status: OK
|
||||
|
||||
Found 54 tests
|
||||
|
||||
54 Pass
|
||||
Pass e.style['position-anchor'] = "auto" should set the property value
|
||||
Pass e.style['position-anchor'] = "--foo" should set the property value
|
||||
Pass e.style['position-anchor'] = "none" should not set the property value
|
||||
Pass e.style['position-anchor'] = "foo-bar" should not set the property value
|
||||
Pass e.style['position-anchor'] = "--foo --bar" should not set the property value
|
||||
Pass e.style['position-anchor'] = "--foo, --bar" should not set the property value
|
||||
Pass e.style['position-anchor'] = "100px" should not set the property value
|
||||
Pass e.style['position-anchor'] = "100%" should not set the property value
|
||||
Pass Property position-anchor value 'auto'
|
||||
Pass Property position-anchor value '--foo'
|
||||
Pass Property position-anchor has initial value auto
|
||||
Pass Property position-anchor does not inherit
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [auto] at (-0.3) should be [--foo]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [auto] at (0) should be [--foo]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [auto] at (0.3) should be [--foo]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [auto] at (0.5) should be [auto]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [auto] at (0.6) should be [auto]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [auto] at (1) should be [auto]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [auto] at (1.5) should be [auto]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [auto] at (-0.3) should be [--foo]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [auto] at (0) should be [--foo]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [auto] at (0.3) should be [--foo]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [auto] at (0.5) should be [auto]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [auto] at (0.6) should be [auto]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [auto] at (1) should be [auto]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [auto] at (1.5) should be [auto]
|
||||
Pass CSS Transitions: property <position-anchor> from [--foo] to [auto] at (-0.3) should be [auto]
|
||||
Pass CSS Transitions: property <position-anchor> from [--foo] to [auto] at (0) should be [auto]
|
||||
Pass CSS Transitions: property <position-anchor> from [--foo] to [auto] at (0.3) should be [auto]
|
||||
Pass CSS Transitions: property <position-anchor> from [--foo] to [auto] at (0.5) should be [auto]
|
||||
Pass CSS Transitions: property <position-anchor> from [--foo] to [auto] at (0.6) should be [auto]
|
||||
Pass CSS Transitions: property <position-anchor> from [--foo] to [auto] at (1) should be [auto]
|
||||
Pass CSS Transitions: property <position-anchor> from [--foo] to [auto] at (1.5) should be [auto]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [--foo] to [auto] at (-0.3) should be [auto]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [--foo] to [auto] at (0) should be [auto]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [--foo] to [auto] at (0.3) should be [auto]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [--foo] to [auto] at (0.5) should be [auto]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [--foo] to [auto] at (0.6) should be [auto]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [--foo] to [auto] at (1) should be [auto]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [--foo] to [auto] at (1.5) should be [auto]
|
||||
Pass CSS Animations: property <position-anchor> from [--foo] to [auto] at (-0.3) should be [--foo]
|
||||
Pass CSS Animations: property <position-anchor> from [--foo] to [auto] at (0) should be [--foo]
|
||||
Pass CSS Animations: property <position-anchor> from [--foo] to [auto] at (0.3) should be [--foo]
|
||||
Pass CSS Animations: property <position-anchor> from [--foo] to [auto] at (0.5) should be [auto]
|
||||
Pass CSS Animations: property <position-anchor> from [--foo] to [auto] at (0.6) should be [auto]
|
||||
Pass CSS Animations: property <position-anchor> from [--foo] to [auto] at (1) should be [auto]
|
||||
Pass CSS Animations: property <position-anchor> from [--foo] to [auto] at (1.5) should be [auto]
|
||||
Pass Web Animations: property <position-anchor> from [--foo] to [auto] at (-0.3) should be [--foo]
|
||||
Pass Web Animations: property <position-anchor> from [--foo] to [auto] at (0) should be [--foo]
|
||||
Pass Web Animations: property <position-anchor> from [--foo] to [auto] at (0.3) should be [--foo]
|
||||
Pass Web Animations: property <position-anchor> from [--foo] to [auto] at (0.5) should be [auto]
|
||||
Pass Web Animations: property <position-anchor> from [--foo] to [auto] at (0.6) should be [auto]
|
||||
Pass Web Animations: property <position-anchor> from [--foo] to [auto] at (1) should be [auto]
|
||||
Pass Web Animations: property <position-anchor> from [--foo] to [auto] at (1.5) should be [auto]
|
||||
@@ -2,8 +2,8 @@ Harness status: OK
|
||||
|
||||
Found 546 tests
|
||||
|
||||
168 Pass
|
||||
378 Fail
|
||||
252 Pass
|
||||
294 Fail
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <anchor-name> from [none] to [--foo] at (-0.3) should be [none]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <anchor-name> from [none] to [--foo] at (0) should be [none]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <anchor-name> from [none] to [--foo] at (0.3) should be [none]
|
||||
@@ -88,90 +88,90 @@ Pass Web Animations: property <anchor-name> from [--foo] to [--bar] at (0.5) sho
|
||||
Pass Web Animations: property <anchor-name> from [--foo] to [--bar] at (0.6) should be [--bar]
|
||||
Pass Web Animations: property <anchor-name> from [--foo] to [--bar] at (1) should be [--bar]
|
||||
Pass Web Animations: property <anchor-name> from [--foo] to [--bar] at (1.5) should be [--bar]
|
||||
Fail CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [auto] to [--foo] at (-0.3) should be [auto]
|
||||
Fail CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [auto] to [--foo] at (0) should be [auto]
|
||||
Fail CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [auto] to [--foo] at (0.3) should be [auto]
|
||||
Fail CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [auto] to [--foo] at (0.5) should be [--foo]
|
||||
Fail CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [auto] to [--foo] at (0.6) should be [--foo]
|
||||
Fail CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [auto] to [--foo] at (1) should be [--foo]
|
||||
Fail CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [auto] to [--foo] at (1.5) should be [--foo]
|
||||
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [auto] to [--foo] at (-0.3) should be [auto]
|
||||
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [auto] to [--foo] at (0) should be [auto]
|
||||
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [auto] to [--foo] at (0.3) should be [auto]
|
||||
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [auto] to [--foo] at (0.5) should be [--foo]
|
||||
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [auto] to [--foo] at (0.6) should be [--foo]
|
||||
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [auto] to [--foo] at (1) should be [--foo]
|
||||
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [auto] to [--foo] at (1.5) should be [--foo]
|
||||
Fail CSS Transitions: property <position-anchor> from [auto] to [--foo] at (-0.3) should be [--foo]
|
||||
Fail CSS Transitions: property <position-anchor> from [auto] to [--foo] at (0) should be [--foo]
|
||||
Fail CSS Transitions: property <position-anchor> from [auto] to [--foo] at (0.3) should be [--foo]
|
||||
Fail CSS Transitions: property <position-anchor> from [auto] to [--foo] at (0.5) should be [--foo]
|
||||
Fail CSS Transitions: property <position-anchor> from [auto] to [--foo] at (0.6) should be [--foo]
|
||||
Fail CSS Transitions: property <position-anchor> from [auto] to [--foo] at (1) should be [--foo]
|
||||
Fail CSS Transitions: property <position-anchor> from [auto] to [--foo] at (1.5) should be [--foo]
|
||||
Fail CSS Transitions with transition: all: property <position-anchor> from [auto] to [--foo] at (-0.3) should be [--foo]
|
||||
Fail CSS Transitions with transition: all: property <position-anchor> from [auto] to [--foo] at (0) should be [--foo]
|
||||
Fail CSS Transitions with transition: all: property <position-anchor> from [auto] to [--foo] at (0.3) should be [--foo]
|
||||
Fail CSS Transitions with transition: all: property <position-anchor> from [auto] to [--foo] at (0.5) should be [--foo]
|
||||
Fail CSS Transitions with transition: all: property <position-anchor> from [auto] to [--foo] at (0.6) should be [--foo]
|
||||
Fail CSS Transitions with transition: all: property <position-anchor> from [auto] to [--foo] at (1) should be [--foo]
|
||||
Fail CSS Transitions with transition: all: property <position-anchor> from [auto] to [--foo] at (1.5) should be [--foo]
|
||||
Fail CSS Animations: property <position-anchor> from [auto] to [--foo] at (-0.3) should be [auto]
|
||||
Fail CSS Animations: property <position-anchor> from [auto] to [--foo] at (0) should be [auto]
|
||||
Fail CSS Animations: property <position-anchor> from [auto] to [--foo] at (0.3) should be [auto]
|
||||
Fail CSS Animations: property <position-anchor> from [auto] to [--foo] at (0.5) should be [--foo]
|
||||
Fail CSS Animations: property <position-anchor> from [auto] to [--foo] at (0.6) should be [--foo]
|
||||
Fail CSS Animations: property <position-anchor> from [auto] to [--foo] at (1) should be [--foo]
|
||||
Fail CSS Animations: property <position-anchor> from [auto] to [--foo] at (1.5) should be [--foo]
|
||||
Fail Web Animations: property <position-anchor> from [auto] to [--foo] at (-0.3) should be [auto]
|
||||
Fail Web Animations: property <position-anchor> from [auto] to [--foo] at (0) should be [auto]
|
||||
Fail Web Animations: property <position-anchor> from [auto] to [--foo] at (0.3) should be [auto]
|
||||
Fail Web Animations: property <position-anchor> from [auto] to [--foo] at (0.5) should be [--foo]
|
||||
Fail Web Animations: property <position-anchor> from [auto] to [--foo] at (0.6) should be [--foo]
|
||||
Fail Web Animations: property <position-anchor> from [auto] to [--foo] at (1) should be [--foo]
|
||||
Fail Web Animations: property <position-anchor> from [auto] to [--foo] at (1.5) should be [--foo]
|
||||
Fail CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (-0.3) should be [--foo]
|
||||
Fail CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (0) should be [--foo]
|
||||
Fail CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (0.3) should be [--foo]
|
||||
Fail CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (0.5) should be [--bar]
|
||||
Fail CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (0.6) should be [--bar]
|
||||
Fail CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (1) should be [--bar]
|
||||
Fail CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (1.5) should be [--bar]
|
||||
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (-0.3) should be [--foo]
|
||||
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (0) should be [--foo]
|
||||
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (0.3) should be [--foo]
|
||||
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (0.5) should be [--bar]
|
||||
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (0.6) should be [--bar]
|
||||
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (1) should be [--bar]
|
||||
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (1.5) should be [--bar]
|
||||
Fail CSS Transitions: property <position-anchor> from [--foo] to [--bar] at (-0.3) should be [--bar]
|
||||
Fail CSS Transitions: property <position-anchor> from [--foo] to [--bar] at (0) should be [--bar]
|
||||
Fail CSS Transitions: property <position-anchor> from [--foo] to [--bar] at (0.3) should be [--bar]
|
||||
Fail CSS Transitions: property <position-anchor> from [--foo] to [--bar] at (0.5) should be [--bar]
|
||||
Fail CSS Transitions: property <position-anchor> from [--foo] to [--bar] at (0.6) should be [--bar]
|
||||
Fail CSS Transitions: property <position-anchor> from [--foo] to [--bar] at (1) should be [--bar]
|
||||
Fail CSS Transitions: property <position-anchor> from [--foo] to [--bar] at (1.5) should be [--bar]
|
||||
Fail CSS Transitions with transition: all: property <position-anchor> from [--foo] to [--bar] at (-0.3) should be [--bar]
|
||||
Fail CSS Transitions with transition: all: property <position-anchor> from [--foo] to [--bar] at (0) should be [--bar]
|
||||
Fail CSS Transitions with transition: all: property <position-anchor> from [--foo] to [--bar] at (0.3) should be [--bar]
|
||||
Fail CSS Transitions with transition: all: property <position-anchor> from [--foo] to [--bar] at (0.5) should be [--bar]
|
||||
Fail CSS Transitions with transition: all: property <position-anchor> from [--foo] to [--bar] at (0.6) should be [--bar]
|
||||
Fail CSS Transitions with transition: all: property <position-anchor> from [--foo] to [--bar] at (1) should be [--bar]
|
||||
Fail CSS Transitions with transition: all: property <position-anchor> from [--foo] to [--bar] at (1.5) should be [--bar]
|
||||
Fail CSS Animations: property <position-anchor> from [--foo] to [--bar] at (-0.3) should be [--foo]
|
||||
Fail CSS Animations: property <position-anchor> from [--foo] to [--bar] at (0) should be [--foo]
|
||||
Fail CSS Animations: property <position-anchor> from [--foo] to [--bar] at (0.3) should be [--foo]
|
||||
Fail CSS Animations: property <position-anchor> from [--foo] to [--bar] at (0.5) should be [--bar]
|
||||
Fail CSS Animations: property <position-anchor> from [--foo] to [--bar] at (0.6) should be [--bar]
|
||||
Fail CSS Animations: property <position-anchor> from [--foo] to [--bar] at (1) should be [--bar]
|
||||
Fail CSS Animations: property <position-anchor> from [--foo] to [--bar] at (1.5) should be [--bar]
|
||||
Fail Web Animations: property <position-anchor> from [--foo] to [--bar] at (-0.3) should be [--foo]
|
||||
Fail Web Animations: property <position-anchor> from [--foo] to [--bar] at (0) should be [--foo]
|
||||
Fail Web Animations: property <position-anchor> from [--foo] to [--bar] at (0.3) should be [--foo]
|
||||
Fail Web Animations: property <position-anchor> from [--foo] to [--bar] at (0.5) should be [--bar]
|
||||
Fail Web Animations: property <position-anchor> from [--foo] to [--bar] at (0.6) should be [--bar]
|
||||
Fail Web Animations: property <position-anchor> from [--foo] to [--bar] at (1) should be [--bar]
|
||||
Fail Web Animations: property <position-anchor> from [--foo] to [--bar] at (1.5) should be [--bar]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [auto] to [--foo] at (-0.3) should be [auto]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [auto] to [--foo] at (0) should be [auto]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [auto] to [--foo] at (0.3) should be [auto]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [auto] to [--foo] at (0.5) should be [--foo]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [auto] to [--foo] at (0.6) should be [--foo]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [auto] to [--foo] at (1) should be [--foo]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [auto] to [--foo] at (1.5) should be [--foo]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [auto] to [--foo] at (-0.3) should be [auto]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [auto] to [--foo] at (0) should be [auto]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [auto] to [--foo] at (0.3) should be [auto]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [auto] to [--foo] at (0.5) should be [--foo]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [auto] to [--foo] at (0.6) should be [--foo]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [auto] to [--foo] at (1) should be [--foo]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [auto] to [--foo] at (1.5) should be [--foo]
|
||||
Pass CSS Transitions: property <position-anchor> from [auto] to [--foo] at (-0.3) should be [--foo]
|
||||
Pass CSS Transitions: property <position-anchor> from [auto] to [--foo] at (0) should be [--foo]
|
||||
Pass CSS Transitions: property <position-anchor> from [auto] to [--foo] at (0.3) should be [--foo]
|
||||
Pass CSS Transitions: property <position-anchor> from [auto] to [--foo] at (0.5) should be [--foo]
|
||||
Pass CSS Transitions: property <position-anchor> from [auto] to [--foo] at (0.6) should be [--foo]
|
||||
Pass CSS Transitions: property <position-anchor> from [auto] to [--foo] at (1) should be [--foo]
|
||||
Pass CSS Transitions: property <position-anchor> from [auto] to [--foo] at (1.5) should be [--foo]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [auto] to [--foo] at (-0.3) should be [--foo]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [auto] to [--foo] at (0) should be [--foo]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [auto] to [--foo] at (0.3) should be [--foo]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [auto] to [--foo] at (0.5) should be [--foo]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [auto] to [--foo] at (0.6) should be [--foo]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [auto] to [--foo] at (1) should be [--foo]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [auto] to [--foo] at (1.5) should be [--foo]
|
||||
Pass CSS Animations: property <position-anchor> from [auto] to [--foo] at (-0.3) should be [auto]
|
||||
Pass CSS Animations: property <position-anchor> from [auto] to [--foo] at (0) should be [auto]
|
||||
Pass CSS Animations: property <position-anchor> from [auto] to [--foo] at (0.3) should be [auto]
|
||||
Pass CSS Animations: property <position-anchor> from [auto] to [--foo] at (0.5) should be [--foo]
|
||||
Pass CSS Animations: property <position-anchor> from [auto] to [--foo] at (0.6) should be [--foo]
|
||||
Pass CSS Animations: property <position-anchor> from [auto] to [--foo] at (1) should be [--foo]
|
||||
Pass CSS Animations: property <position-anchor> from [auto] to [--foo] at (1.5) should be [--foo]
|
||||
Pass Web Animations: property <position-anchor> from [auto] to [--foo] at (-0.3) should be [auto]
|
||||
Pass Web Animations: property <position-anchor> from [auto] to [--foo] at (0) should be [auto]
|
||||
Pass Web Animations: property <position-anchor> from [auto] to [--foo] at (0.3) should be [auto]
|
||||
Pass Web Animations: property <position-anchor> from [auto] to [--foo] at (0.5) should be [--foo]
|
||||
Pass Web Animations: property <position-anchor> from [auto] to [--foo] at (0.6) should be [--foo]
|
||||
Pass Web Animations: property <position-anchor> from [auto] to [--foo] at (1) should be [--foo]
|
||||
Pass Web Animations: property <position-anchor> from [auto] to [--foo] at (1.5) should be [--foo]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (-0.3) should be [--foo]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (0) should be [--foo]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (0.3) should be [--foo]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (0.5) should be [--bar]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (0.6) should be [--bar]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (1) should be [--bar]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (1.5) should be [--bar]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (-0.3) should be [--foo]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (0) should be [--foo]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (0.3) should be [--foo]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (0.5) should be [--bar]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (0.6) should be [--bar]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (1) should be [--bar]
|
||||
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <position-anchor> from [--foo] to [--bar] at (1.5) should be [--bar]
|
||||
Pass CSS Transitions: property <position-anchor> from [--foo] to [--bar] at (-0.3) should be [--bar]
|
||||
Pass CSS Transitions: property <position-anchor> from [--foo] to [--bar] at (0) should be [--bar]
|
||||
Pass CSS Transitions: property <position-anchor> from [--foo] to [--bar] at (0.3) should be [--bar]
|
||||
Pass CSS Transitions: property <position-anchor> from [--foo] to [--bar] at (0.5) should be [--bar]
|
||||
Pass CSS Transitions: property <position-anchor> from [--foo] to [--bar] at (0.6) should be [--bar]
|
||||
Pass CSS Transitions: property <position-anchor> from [--foo] to [--bar] at (1) should be [--bar]
|
||||
Pass CSS Transitions: property <position-anchor> from [--foo] to [--bar] at (1.5) should be [--bar]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [--foo] to [--bar] at (-0.3) should be [--bar]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [--foo] to [--bar] at (0) should be [--bar]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [--foo] to [--bar] at (0.3) should be [--bar]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [--foo] to [--bar] at (0.5) should be [--bar]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [--foo] to [--bar] at (0.6) should be [--bar]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [--foo] to [--bar] at (1) should be [--bar]
|
||||
Pass CSS Transitions with transition: all: property <position-anchor> from [--foo] to [--bar] at (1.5) should be [--bar]
|
||||
Pass CSS Animations: property <position-anchor> from [--foo] to [--bar] at (-0.3) should be [--foo]
|
||||
Pass CSS Animations: property <position-anchor> from [--foo] to [--bar] at (0) should be [--foo]
|
||||
Pass CSS Animations: property <position-anchor> from [--foo] to [--bar] at (0.3) should be [--foo]
|
||||
Pass CSS Animations: property <position-anchor> from [--foo] to [--bar] at (0.5) should be [--bar]
|
||||
Pass CSS Animations: property <position-anchor> from [--foo] to [--bar] at (0.6) should be [--bar]
|
||||
Pass CSS Animations: property <position-anchor> from [--foo] to [--bar] at (1) should be [--bar]
|
||||
Pass CSS Animations: property <position-anchor> from [--foo] to [--bar] at (1.5) should be [--bar]
|
||||
Pass Web Animations: property <position-anchor> from [--foo] to [--bar] at (-0.3) should be [--foo]
|
||||
Pass Web Animations: property <position-anchor> from [--foo] to [--bar] at (0) should be [--foo]
|
||||
Pass Web Animations: property <position-anchor> from [--foo] to [--bar] at (0.3) should be [--foo]
|
||||
Pass Web Animations: property <position-anchor> from [--foo] to [--bar] at (0.5) should be [--bar]
|
||||
Pass Web Animations: property <position-anchor> from [--foo] to [--bar] at (0.6) should be [--bar]
|
||||
Pass Web Animations: property <position-anchor> from [--foo] to [--bar] at (1) should be [--bar]
|
||||
Pass Web Animations: property <position-anchor> from [--foo] to [--bar] at (1.5) should be [--bar]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-area> from [none] to [center] at (-0.3) should be [none]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-area> from [none] to [center] at (0) should be [none]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <position-area> from [none] to [center] at (0.3) should be [none]
|
||||
|
||||
Reference in New Issue
Block a user