Files
servo/tests/wpt/meta-legacy-layout/css/cssom/cssom-getPropertyValue-common-checks.html.ini
Oriol Brufau f2adcc3a12 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"]
2024-02-09 15:21:28 +00:00

142 B