summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-borders/tentative/parsing/box-shadow-offset-computed.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/css/css-borders/tentative/parsing/box-shadow-offset-computed.html.ini')
-rw-r--r--testing/web-platform/meta/css/css-borders/tentative/parsing/box-shadow-offset-computed.html.ini18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-borders/tentative/parsing/box-shadow-offset-computed.html.ini b/testing/web-platform/meta/css/css-borders/tentative/parsing/box-shadow-offset-computed.html.ini
new file mode 100644
index 0000000000..b232a0b16e
--- /dev/null
+++ b/testing/web-platform/meta/css/css-borders/tentative/parsing/box-shadow-offset-computed.html.ini
@@ -0,0 +1,18 @@
+[box-shadow-offset-computed.html]
+ [Property box-shadow-offset value '0 0']
+ expected: FAIL
+
+ [Property box-shadow-offset value '10px 0']
+ expected: FAIL
+
+ [Property box-shadow-offset value '0 10px']
+ expected: FAIL
+
+ [Property box-shadow-offset value '10px 10px']
+ expected: FAIL
+
+ [Property box-shadow-offset value '10px 20px, 30px 40px']
+ expected: FAIL
+
+ [Property box-shadow-offset value 'calc(1em + 1px) calc(-1em + 1px)']
+ expected: FAIL