mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Fix CSSStyleDeclaration's item() to provide properties instead of values (#31299)
For example, style.cssText = "margin: 1px 2px 3px 4px"; [...style]; will now be ["margin-top", "margin-right", "margin-bottom", "margin-left"] instead of ["1px", "2px", "3px", "4px"]
This commit is contained in:
parent
9d42602fe7
commit
f2adcc3a12
19 changed files with 8 additions and 149 deletions
|
@ -1,13 +0,0 @@
|
|||
[variable-invalidation.html]
|
||||
[css rule test]
|
||||
expected: FAIL
|
||||
|
||||
[css rule test important]
|
||||
expected: FAIL
|
||||
|
||||
[inline style test]
|
||||
expected: FAIL
|
||||
|
||||
[inline style test important]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue