Bug 242887

Summary: WebKit's UA style sheet doesn't have "base { display: none; }"
Product: WebKit Reporter: 2843035794
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: Hironori.Fujii
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
picture and file with display:grid
none
test case none

2843035794
Reported 2022-07-19 00:43:40 PDT
Created attachment 461002 [details] picture and file with display:grid The attribute display:grid display diff with chrome and firefox
Attachments
picture and file with display:grid (79.64 KB, application/x-zip-compressed)
2022-07-19 00:43 PDT, 2843035794
no flags
test case (173 bytes, text/html)
2022-07-19 18:23 PDT, Fujii Hironori
no flags
Fujii Hironori
Comment 1 2022-07-19 18:16:34 PDT
Chrome and Firefox seem to have the following UA style sheet. > base { display: none; } Adding the following CSS makes WebKit render the text. > base { display: none; } Or, adding the following CSS makes Chrome and Firefox render nothing visible. > base { display:initial; }
Fujii Hironori
Comment 2 2022-07-19 18:23:10 PDT
Created attachment 461027 [details] test case
Fujii Hironori
Comment 3 2022-07-19 18:25:49 PDT
*** This bug has been marked as a duplicate of bug 242101 ***
Note You need to log in before you can comment on or make changes to this bug.