diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-properties-values-api/registered-properties-inheritance.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-properties-values-api/registered-properties-inheritance.html.ini | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-properties-values-api/registered-properties-inheritance.html.ini b/testing/web-platform/meta/css/css-properties-values-api/registered-properties-inheritance.html.ini new file mode 100644 index 0000000000..405128745a --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/registered-properties-inheritance.html.ini @@ -0,0 +1,24 @@ +[registered-properties-inheritance.html] + [Registered properties are correctly inherited (or not) depending on the inherits flag.] + expected: FAIL + + [Explicitly inheriting from a parent with an invalid value results in initial value.] + expected: FAIL + + [Explicitly inheriting from a parent with no value results in initial value.] + expected: FAIL + + [Reference to syntax-incompatible variable results in inherited value] + expected: FAIL + + [Reference to undefined variable results in inherited value] + expected: FAIL + + [Font-relative units are absolutized before before inheritance] + expected: FAIL + + [Calc expressions are resolved before inheritance] + expected: FAIL + + [Explicitly inheriting from a parent with a value results in that value.] + expected: FAIL |