Skip to content

Commit 0775b4a

Browse files
lilleschromium-wpt-export-bot
authored andcommitted
Use value, not pointer, comparison for generated StyleImages
Fixed crash caused by incorrect layout tree re-attachment of the box for the anchored element during interleaved style recalc. Bug: 419501749 Change-Id: I0336f8e040c40a3047541c5af7a17933ae71107f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6578277 Reviewed-by: Steinar H Gunderson Commit-Queue: Rune Lillesveen Cr-Commit-Position: refs/heads/main@{#1464649}
1 parent cf9bd2d commit 0775b4a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
>
2+
<link rel="help" href="https://crbug.com/419501749">
3+
<style>
4+
#crash {
5+
position: absolute;
6+
left: anchor(right);
7+
--grad: linear-gradient(black, blue);
8+
content: var(--grad);
9+
}
10+
style>
11+
<p>Pass if no crashp>
12+
<div id="crash">div>

0 commit comments

Comments
 (0)