Skip to content

Commit

Permalink
Bug 1923675 [wpt PR 48542] - [css-anchor-position] Allow anchor-size(…
Browse files Browse the repository at this point in the history
…) for insets and margins, a=testonly

Automatic update from web-platform-tests
[css-anchor-position] Allow anchor-size() for insets and margins

Per resolution in [1]

Added tests for actually checking that anchor-size() function does
apply to margins and insets.

[1] w3c/csswg-drafts#9827 (comment)

Bug: 346521300
Change-Id: I1d47feb6d4a3bd41c8860c3a5982025ee18fe0c4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5916307
Reviewed-by: Mason Freed <masonfchromium.org>
Commit-Queue: Rune Lillesveen <futharkchromium.org>
Cr-Commit-Position: refs/heads/main{#1366397}

--

wpt-commits: c8bf0721b97644be612635c67c66275f8aa2c0c4
wpt-pr: 48542

UltraBlame original commit: 4ce68089d7d32da9f0f04bbb3b9f8c7f59290720
  • Loading branch information
marco-c committed Oct 15, 2024
1 parent 7fc18bb commit ed07b2d
Show file tree
Hide file tree
Showing 3 changed files with 528 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1228,32 +1228,6 @@
test_ref
(
'
top
:
anchor
-
size
(
-
-
a
width
)
'
'
anchor
-
size
(
)
in
inset
'
)
;
test_ref
(
'
width
:
anchor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,6 @@
-
size
(
-
-
bar
height
)
Expand Down Expand Up @@ -615,8 +613,6 @@
-
size
(
-
-
baz
height
)
Expand Down
Loading

0 comments on commit ed07b2d

Please sign in to comment.