Skip to content

Commit

Permalink
Bug 1886700 [wpt PR 45244] - [css-anchor-position] anchor-names shoul…
Browse files Browse the repository at this point in the history
…d not be style contained, a=testonly

Automatic update from web-platform-tests
[css-anchor-position] anchor-names should not be style contained

Per resolution in [1]. This reverts the parts of [2] necessary and
re-introduces and optimization InsertInReverseTreeOrderInto().

[1] w3c/csswg-drafts#10040 (comment)
[2] https://crrev.com/3f9c4d331fc5f555578a4a69ad04ee98380a55e6

Bug: 330520227, 329301681, 330407985, 329649094
Change-Id: I784a5366b0771973a6f2359fb012e22ff7d2db79
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5378414
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1276198}

--

wpt-commits: 8d3176749c9ee84965026a55ccd2aa9b0d646964
wpt-pr: 45244
  • Loading branch information
Rune Lillesveen authored and moz-wptsync-bot committed Mar 27, 2024
1 parent 2fb2d51 commit c165eea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 132 deletions.

This file was deleted.

This file was deleted.

Expand Up @@ -30,7 +30,7 @@
</style>
<body>
<div class="cb">
<div style="contain: layout size paint; height: 50px">
<div style="contain: strict; height: 50px">
<div class="spacer" style="height: 10px"></div>
<div id="anchor1"></div>
</div>
Expand Down

0 comments on commit c165eea

Please sign in to comment.