mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Upgrade stylo to 2024-07-16 (#32812)
* Upgrade stylo to 2024-07-16 Signed-off-by: Martin Robinson <mrobinson@igalia.com> * Use the new `dom` crate from stylo Signed-off-by: Martin Robinson <mrobinson@igalia.com> --------- Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
60e65c175d
commit
569fd5d8b5
33 changed files with 70 additions and 106 deletions
|
@ -1,6 +0,0 @@
|
|||
[fixed-layout-2.html]
|
||||
[Table-layout:fixed reports fixed when width is auto]
|
||||
expected: FAIL
|
||||
|
||||
[Table-layout:fixed reports fixed when width is max-content]
|
||||
expected: FAIL
|
|
@ -1,9 +1,3 @@
|
|||
[inheritance.html]
|
||||
[Property border-spacing has initial value 0px 0px]
|
||||
expected: FAIL
|
||||
|
||||
[Property table-layout has initial value auto]
|
||||
expected: FAIL
|
||||
|
||||
[Property table-layout does not inherit]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[table-layout-computed.html]
|
||||
[Property table-layout value 'auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property table-layout value 'fixed']
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[table-layout-valid.html]
|
||||
[e.style['table-layout'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['table-layout'\] = "fixed" should set the property value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue