mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +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
69 B
INI
4 lines
69 B
INI
[serialize-all-longhands.html]
|
|
[Computed style]
|
|
expected: FAIL
|