Show correctly computed element display type in devtools (#35870)

Signed-off-by: Stephen Muss <stephenmuss@gmail.com>
This commit is contained in:
Stephen Muss 2025-03-10 23:32:30 +11:00 committed by GitHub
parent 6cfa94f3bc
commit 79e25a3e77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 1 deletions

View file

@ -139,6 +139,7 @@ pub struct NodeInfo {
pub is_top_level_document: bool,
pub shadow_root_mode: Option<ShadowRootMode>,
pub is_shadow_host: bool,
pub display: Option<String>,
}
pub struct StartedTimelineMarker {