-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
devtool/layout: Panic on simple scenario #40851
Copy link
Copy link
Closed
Labels
A-devtoolsA-layout/2020https://github.com/servo/servo/wiki/Layout-2020https://github.com/servo/servo/wiki/Layout-2020I-panicServo encounters a panic.Servo encounters a panic.
Description
Describe the bug:
assertion `left == right` failed
left: SpatialId(2, PipelineId(1, 1))
right: SpatialId(1, PipelineId(1, 1)) (thread Script(1,1), at components\layout\display_list\mod.rs:565)
To Reproduce:
- Save example in Unspecified overflow hides item from hit-test #40663 (comment) as
hit_test_z_index.html ./mach run -r <path to above file> --devtools=6080- open
about:debuggingin Firefox, connect and inspect. - Hover over
<div>like below.
- Bang.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-devtoolsA-layout/2020https://github.com/servo/servo/wiki/Layout-2020https://github.com/servo/servo/wiki/Layout-2020I-panicServo encounters a panic.Servo encounters a panic.