mirror of
https://github.com/servo/servo.git
synced 2025-06-20 07:08:59 +01:00
layout: Fix CSS attr()
function case sensitivity matching (#34574)
Signed-off-by: stevennovaryo <steven.novaryo@gmail.com>
This commit is contained in:
parent
681d7dca9b
commit
3b3db37f16
7 changed files with 26 additions and 10 deletions
|
@ -847,8 +847,7 @@ impl<'dom> ::selectors::Element for ServoThreadSafeLayoutElement<'dom> {
|
|||
}
|
||||
|
||||
fn is_html_element_in_html_document(&self) -> bool {
|
||||
debug!("ServoThreadSafeLayoutElement::is_html_element_in_html_document called");
|
||||
true
|
||||
self.element.is_html_element_in_html_document()
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue