Backed out changeset 67769dac78c4 for busting builds CLOSED TREE

Backs out https://github.com/servo/servo/pull/18519
This commit is contained in:
Gecko Backout 2017-09-15 20:47:46 +00:00 committed by moz-servo-sync
parent a3b85cbd6c
commit 558e357216
8 changed files with 56 additions and 110 deletions

View file

@ -547,14 +547,6 @@ impl<'le> TElement for ServoLayoutElement<'le> {
};
extended_filtering(&element_lang, &*value)
}
fn is_html_document_body_element(&self) -> bool {
// This is only used for the "tables inherit from body" quirk, which we
// don't implement.
//
// FIXME(emilio): We should be able to give the right answer though!
false
}
}
impl<'le> PartialEq for ServoLayoutElement<'le> {