Commit 7b86ff4
Bug 1950081 [wpt PR 50904] - [carousel] Fix AttachLayoutTree for ::scroll-marker expecting parent, a=testonly
Automatic update from web-platform-tests
[carousel] Fix AttachLayoutTree for ::scroll-marker expecting parent
If ::scroll-marker is inside the element that requires style recalc,
but not layout, context.parent is nullptr. So, we have to if()
attachment instead of CHECK(context.parent).
Fixed: 394980089
Change-Id: Iefdc99a1b65cabeb91d1cf5d7f79e47a0a787e0a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6298048
Reviewed-by: Rune Lillesveen <[email protected]>
Commit-Queue: Daniil Sakhapov <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1423840}
--
wpt-commits: 6f1558a74c6ef1f52085a594cae98744b260ef6a
wpt-pr: 509041 parent d7d5520 commit 7b86ff4
File tree
2 files changed
+27
-0
lines changed- testing/web-platform/tests/css/css-overflow
2 files changed
+27
-0
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments