Skip to content

Commit d8866a4

Browse files
committed
Bug 1834271 [wpt PR 40120] - Change WPT test for offset-path parsing, a=testonly
Automatic update from web-platform-tests Change WPT test for offset-path parsing 1) As per https://drafts.csswg.org/css-box-4/#typedef-coord-box can't be defined with margin-box. 2) "at w3c/csswg-drafts#8695 (comment) Resolved here: web-platform-tests/interop#340 Change-Id: I6fe865d5248c7004257cd17669353d810f6e3d09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4551246 Reviewed-by: Anders Hartvoll Ruud Commit-Queue: Daniil Sakhapov Cr-Commit-Position: refs/heads/main{#1150434} -- wpt-commits: 77e63377e0476fe25da513b11b78f1525c5c91ee wpt-pr: 40120 UltraBlame original commit: 6af80ffc63102ca16a772daca958c3ad783d4eab
1 parent 2643a70 commit d8866a4

File tree

1 file changed

+53
-1
lines changed

1 file changed

+53
-1
lines changed

testing/web-platform/tests/css/motion/parsing/offset-path-parsing-valid.html

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,15 @@
849849
100px
850850
)
851851
"
852+
)
853+
;
854+
test_valid_value
855+
(
856+
"
857+
offset
858+
-
859+
path
860+
"
852861
"
853862
circle
854863
(
@@ -870,7 +879,7 @@
870879
path
871880
"
872881
"
873-
margin
882+
border
874883
-
875884
box
876885
"
@@ -934,6 +943,49 @@
934943
"
935944
)
936945
;
946+
test_valid_value
947+
(
948+
"
949+
offset
950+
-
951+
path
952+
"
953+
"
954+
content
955+
-
956+
box
957+
ellipse
958+
(
959+
50
960+
%
961+
60
962+
%
963+
at
964+
50
965+
%
966+
50
967+
%
968+
)
969+
"
970+
"
971+
ellipse
972+
(
973+
50
974+
%
975+
60
976+
%
977+
at
978+
50
979+
%
980+
50
981+
%
982+
)
983+
content
984+
-
985+
box
986+
"
987+
)
988+
;
937989
<
938990
/
939991
script

0 commit comments

Comments
 (0)