mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Don't escape property name in CSSStyleDeclaration's item() (#31305)
Just return the raw name. This is only relevant for custom properties.
This commit is contained in:
parent
8b91d8b11e
commit
cb5172f40e
3 changed files with 2 additions and 19 deletions
|
@ -1,6 +0,0 @@
|
|||
[variable-names.html]
|
||||
[custom property '--a;b']
|
||||
expected: FAIL
|
||||
|
||||
[custom property '--\\']
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[variable-names.html]
|
||||
[custom property '--a;b']
|
||||
expected: FAIL
|
||||
|
||||
[custom property '--\\']
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue