mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
Make the choice of layout runtime setting
Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
f11c6045e3
commit
d31cdb682f
262 changed files with 1740 additions and 3700 deletions
|
@ -8,18 +8,6 @@
|
|||
[CSS Transitions: property <background-attachment> from [initial\] to [fixed\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <background-attachment> from [initial\] to [fixed\] at (0.5) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <background-attachment> from [initial\] to [fixed\] at (0.6) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <background-attachment> from [initial\] to [fixed\] at (1) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <background-attachment> from [initial\] to [fixed\] at (1.5) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <background-attachment> from [initial\] to [fixed\] at (-0.3) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -29,39 +17,6 @@
|
|||
[CSS Transitions with transition: all: property <background-attachment> from [initial\] to [fixed\] at (0.3) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <background-attachment> from [initial\] to [fixed\] at (0.5) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <background-attachment> from [initial\] to [fixed\] at (0.6) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <background-attachment> from [initial\] to [fixed\] at (1) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <background-attachment> from [initial\] to [fixed\] at (1.5) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <background-attachment> from [initial\] to [fixed\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <background-attachment> from [initial\] to [fixed\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <background-attachment> from [initial\] to [fixed\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <background-attachment> from [initial\] to [fixed\] at (0.5) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <background-attachment> from [initial\] to [fixed\] at (0.6) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <background-attachment> from [initial\] to [fixed\] at (1) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <background-attachment> from [initial\] to [fixed\] at (1.5) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <background-attachment> from [initial\] to [fixed\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,21 +1,3 @@
|
|||
[background-332.html]
|
||||
[background_specified_position]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value for background-image after setting background shorthand]
|
||||
expected: FAIL
|
||||
|
||||
[background_specified_size]
|
||||
expected: FAIL
|
||||
|
||||
[background_specified_repeat]
|
||||
expected: FAIL
|
||||
|
||||
[background_specified_attachment]
|
||||
expected: FAIL
|
||||
|
||||
[background_specified_origin]
|
||||
expected: FAIL
|
||||
|
||||
[background_specified_color]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[background-image-table-cells-straddling-no-repeat.html]
|
||||
expected: FAIL
|
|
@ -1,7 +1,4 @@
|
|||
[inheritance.sub.html]
|
||||
[Property background-attachment does not inherit]
|
||||
expected: FAIL
|
||||
|
||||
[Property background-position has initial value 0% 0%]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
[background-attachment-computed.html]
|
||||
[Property background-attachment value 'fixed']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-attachment value 'scroll, fixed, local']
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
[background-attachment-valid.html]
|
||||
[e.style['background-attachment'\] = "scroll, fixed, local, fixed, scroll" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-attachment'\] = "fixed" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue