servo / servo

Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine
https://servo.org
Mozilla Public License 2.0
27.62k stars 2.97k forks source link

HTMLElement::Offset{Parent,Left,Right} should call HTMLBodyElement::is_the_html_body_element #10520

Open frewsxcv opened 8 years ago

frewsxcv commented 8 years ago

https://github.com/servo/servo/pull/10513

Spec links:

Relevant code

frewsxcv commented 8 years ago

Ideally there'd be a regression test for this, but I don't know how difficult that would be to write.

jdm commented 7 years ago

There's a solution in #13659; it's just missing a regression test and needs to be rebased.

nox commented 6 years ago

Still to be done.