Created attachment 461002 [details] picture and file with display:grid The attribute display:grid display diff with chrome and firefox
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; }
Created attachment 461027 [details] test case
*** This bug has been marked as a duplicate of bug 242101 ***