mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Show correctly computed element display type in devtools (#35870)
Signed-off-by: Stephen Muss <stephenmuss@gmail.com>
This commit is contained in:
parent
6cfa94f3bc
commit
79e25a3e77
3 changed files with 10 additions and 1 deletions
|
@ -244,7 +244,7 @@ impl NodeInfoToProtocol for NodeInfo {
|
|||
causes_overflow: false,
|
||||
container_type: None,
|
||||
display_name: self.node_name.clone().to_lowercase(),
|
||||
display_type: Some("block".into()),
|
||||
display_type: self.display,
|
||||
inline_text_child,
|
||||
is_after_pseudo_element: false,
|
||||
is_anonymous: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue