diff options
author | Glenn Watson <gw@intuitionlibrary.com> | 2015-02-25 13:07:35 +1000 |
---|---|---|
committer | Glenn Watson <gw@intuitionlibrary.com> | 2015-02-27 07:44:24 +1000 |
commit | a2f1f12c968ae2434e18fa4d40513a58a4dd5a83 (patch) | |
tree | 8e59d1055e3a4a0ce1b4d663435ea10260c99717 /components/script/dom/bindings/codegen/Codegen.py | |
parent | cbc4b9520e8fb609fa068bb53193a95202f3a0a7 (diff) | |
download | servo-a2f1f12c968ae2434e18fa4d40513a58a4dd5a83.tar.gz servo-a2f1f12c968ae2434e18fa4d40513a58a4dd5a83.zip |
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.
Diffstat (limited to 'components/script/dom/bindings/codegen/Codegen.py')
0 files changed, 0 insertions, 0 deletions