Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 6ddf67f

Browse files
Bug 1947321 [wpt PR 50617] - Update wpt metadata, a=testonly
wpt-pr: 50617 wpt-type: metadata
1 parent ea6ef3b commit 6ddf67f

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

testing/web-platform/meta/css/css-borders/tentative/parsing/corner-shape-computed.html.ini

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,39 @@
7676

7777
[Property corner-bottom-left-shape value 'superellipse(5)']
7878
expected: FAIL
79+
80+
[Property corner-shape value 'superellipse(5) round']
81+
expected: FAIL
82+
83+
[Property corner-shape value 'round']
84+
expected: FAIL
85+
86+
[Property corner-shape value 'bevel superellipse(0.1) round squircle']
87+
expected: FAIL
88+
89+
[Property corner-shape value 'superellipse(0.1) superellipse(3) superellipse(7) superellipse(0.1)']
90+
expected: FAIL
91+
92+
[Property corner-shape value 'round round round round']
93+
expected: FAIL
94+
95+
[Property corner-shape value 'round scoop']
96+
expected: FAIL
97+
98+
[Property corner-shape value 'round scoop round scoop']
99+
expected: FAIL
100+
101+
[Property corner-shape value 'bevel superellipse(2)']
102+
expected: FAIL
103+
104+
[Property corner-shape value 'superellipse(0.5) superellipse(3) straight']
105+
expected: FAIL
106+
107+
[Property corner-shape value 'superellipse(0.5) superellipse(3) superellipse(1)']
108+
expected: FAIL
109+
110+
[Property corner-shape value 'bevel superellipse(2) squircle round']
111+
expected: FAIL
112+
113+
[Property corner-shape value 'superellipse(0.5) superellipse(3) superellipse(1) superellipse(infinity)']
114+
expected: FAIL

testing/web-platform/meta/css/css-borders/tentative/parsing/corner-shape-valid.html.ini

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,3 +334,27 @@
334334

335335
[e.style['corner-end-end-shape'\] = "superellipse(calc(0.5 * 4))" should set the property value]
336336
expected: FAIL
337+
338+
[e.style['corner-shape'\] = "round round round round" should set the property value]
339+
expected: FAIL
340+
341+
[e.style['corner-shape'\] = "round scoop" should set the property value]
342+
expected: FAIL
343+
344+
[e.style['corner-shape'\] = "round scoop round scoop" should set the property value]
345+
expected: FAIL
346+
347+
[e.style['corner-shape'\] = "bevel superellipse(2)" should set the property value]
348+
expected: FAIL
349+
350+
[e.style['corner-shape'\] = "superellipse(0.5) superellipse(3) straight" should set the property value]
351+
expected: FAIL
352+
353+
[e.style['corner-shape'\] = "superellipse(0.5) superellipse(3) superellipse(1)" should set the property value]
354+
expected: FAIL
355+
356+
[e.style['corner-shape'\] = "bevel superellipse(2) squircle round" should set the property value]
357+
expected: FAIL
358+
359+
[e.style['corner-shape'\] = "superellipse(0.5) superellipse(3) superellipse(1) superellipse(infinity)" should set the property value]
360+
expected: FAIL

0 commit comments

Comments
 (0)