summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-values/exp-log-serialize.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/css/css-values/exp-log-serialize.html.ini')
-rw-r--r--testing/web-platform/meta/css/css-values/exp-log-serialize.html.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-values/exp-log-serialize.html.ini b/testing/web-platform/meta/css/css-values/exp-log-serialize.html.ini
new file mode 100644
index 0000000000..41eca0e655
--- /dev/null
+++ b/testing/web-platform/meta/css/css-values/exp-log-serialize.html.ini
@@ -0,0 +1,12 @@
+[exp-log-serialize.html]
+ ['calc(log(0))' as a computed value should serialize as '-infinity'.]
+ expected: FAIL
+
+ ['scale(calc(log(0)))' as a computed value should serialize as 'matrix(-infinity, 0, 0, -infinity, 0, 0)'.]
+ expected: FAIL
+
+ ['calc(log(0))' as a specified value should serialize as 'calc(-infinity)'.]
+ expected: FAIL
+
+ ['scale(calc(log(0)))' as a specified value should serialize as 'scale(calc(-infinity))'.]
+ expected: FAIL