diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-properties-values-api/registered-property-cssom.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-properties-values-api/registered-property-cssom.html.ini | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-properties-values-api/registered-property-cssom.html.ini b/testing/web-platform/meta/css/css-properties-values-api/registered-property-cssom.html.ini new file mode 100644 index 0000000000..2cb1078db8 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/registered-property-cssom.html.ini @@ -0,0 +1,19 @@ +[registered-property-cssom.html] + [CSS.registerProperty] + expected: FAIL + + [Formerly valid values are still readable from inline styles but are computed as the unset value] + expected: FAIL + + [Values can be removed from inline styles] + expected: FAIL + + [Stylesheets can be modified by CSSOM] + expected: FAIL + + [Valid values can be set on inline styles] + expected: FAIL + + [CSSOM setters function as expected for unregistered properties] + expected: + if os == "linux": [PASS, FAIL] |