Files
servo/components/script
Jon Leighton 902edb925e Implement Element::has_css_layout_box()
Calling scroll() on an element which is not rendered (by a parent with
display: none) would previously cause a crash. In fact, we should
terminate the algorithm
[https://drafts.csswg.org/cssom-view/#dom-element-scroll] at step 10 in
this situation.

The fix hinges on implementing Element::has_css_layout_box() correctly,
rather than just returning true in all cases as we did previously.

Fixes #19430.
2018-01-18 18:31:16 +01:00
..
2017-09-26 09:49:10 +02:00
2017-11-21 16:45:03 -08:00
2017-12-17 16:57:01 +08:00
2017-09-20 10:37:09 +02:00
2017-12-07 20:58:31 +01:00
2017-10-16 20:20:21 +02:00
2017-10-03 13:18:01 +02:00