From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- .../tentative/parsing/border-clip-valid.html.ini | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 testing/web-platform/meta/css/css-borders/tentative/parsing/border-clip-valid.html.ini (limited to 'testing/web-platform/meta/css/css-borders/tentative/parsing/border-clip-valid.html.ini') diff --git a/testing/web-platform/meta/css/css-borders/tentative/parsing/border-clip-valid.html.ini b/testing/web-platform/meta/css/css-borders/tentative/parsing/border-clip-valid.html.ini new file mode 100644 index 0000000000..ffb31b6617 --- /dev/null +++ b/testing/web-platform/meta/css/css-borders/tentative/parsing/border-clip-valid.html.ini @@ -0,0 +1,21 @@ +[border-clip-valid.html] + [e.style['border-clip'\] = "normal" should set the property value] + expected: FAIL + + [e.style['border-clip'\] = "10px" should set the property value] + expected: FAIL + + [e.style['border-clip'\] = "10%" should set the property value] + expected: FAIL + + [e.style['border-clip'\] = "0" should set the property value] + expected: FAIL + + [e.style['border-clip'\] = "1fr" should set the property value] + expected: FAIL + + [e.style['border-clip'\] = "10px 10%" should set the property value] + expected: FAIL + + [e.style['border-clip'\] = "10px 1em 10% 1fr 2fr" should set the property value] + expected: FAIL -- cgit v1.2.3