mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Add basic support for enumerating computed styles (#31499)
* Add basic support for enumerating computed styles The old code was so broken, it was enumerating the style attribute instead of the computed styles. So this patch implements a basic enumeration, but not including custom properties whose computed value is not the guaranteed-invalid value. * Feedback
This commit is contained in:
parent
6283146829
commit
ea38d8ad6f
23 changed files with 175 additions and 224 deletions
|
@ -1,2 +1,12 @@
|
|||
[all-prop-revert-layer.html]
|
||||
expected: TIMEOUT
|
||||
[block-size]
|
||||
expected: FAIL
|
||||
|
||||
[inline-size]
|
||||
expected: FAIL
|
||||
|
||||
[width]
|
||||
expected: FAIL
|
||||
|
||||
[height]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[all-prop-revert-noop.html?include=3]
|
||||
[input]
|
||||
expected: FAIL
|
||||
|
||||
[textarea]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue