mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
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"]
4 lines
142 B
INI
4 lines
142 B
INI
[cssom-getPropertyValue-common-checks.html]
|
|
[All properties (except 'all') can serialize their initial value (computed)]
|
|
expected: FAIL
|