summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-borders/tentative/parsing/border-block-start-radius-valid.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/css/css-borders/tentative/parsing/border-block-start-radius-valid.html.ini')
-rw-r--r--testing/web-platform/meta/css/css-borders/tentative/parsing/border-block-start-radius-valid.html.ini24
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-borders/tentative/parsing/border-block-start-radius-valid.html.ini b/testing/web-platform/meta/css/css-borders/tentative/parsing/border-block-start-radius-valid.html.ini
new file mode 100644
index 0000000000..a3c8f78101
--- /dev/null
+++ b/testing/web-platform/meta/css/css-borders/tentative/parsing/border-block-start-radius-valid.html.ini
@@ -0,0 +1,24 @@
+[border-block-start-radius-valid.html]
+ [e.style['border-block-start-radius'\] = "1px" should set the property value]
+ expected: FAIL
+
+ [e.style['border-block-start-radius'\] = "10%" should set the property value]
+ expected: FAIL
+
+ [e.style['border-block-start-radius'\] = "1px 5%" should set the property value]
+ expected: FAIL
+
+ [e.style['border-block-start-radius'\] = "5% 1px" should set the property value]
+ expected: FAIL
+
+ [e.style['border-block-start-radius'\] = "1px / 2px" should set the property value]
+ expected: FAIL
+
+ [e.style['border-block-start-radius'\] = "1px / 1px 2%" should set the property value]
+ expected: FAIL
+
+ [e.style['border-block-start-radius'\] = "1px 2% / 3%" should set the property value]
+ expected: FAIL
+
+ [e.style['border-block-start-radius'\] = "1px 2% / 3px 4px" should set the property value]
+ expected: FAIL