mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix setting display:none after a layout where the element was visible.
Prior to incremental layout, the code would remove the existing construction result. However, with incremental layout the construction result is cloned rather than removed. This change ensures that the previous construction result is cleared when an element's display type changes to none.
This commit is contained in:
parent
cbc4b9520e
commit
a2f1f12c96
4 changed files with 37 additions and 1 deletions
|
@ -251,3 +251,4 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
|||
== percentage_height_root.html percentage_height_root_ref.html
|
||||
== canvas_transform_a.html canvas_transform_ref.html
|
||||
!= text_decoration_smoke_a.html text_decoration_smoke_ref.html
|
||||
== hide_after_create.html hide_after_create_ref.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue