Bug 256139

Summary: [GTK][Win] text not rendering for https://fyrox-book.github.io/
Product: WebKit Reporter: arthureroberer <familyquerida>
Component: TextAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: Hironori.Fujii, mmaxfield
Priority: P2    
Version: WebKit Nightly Build   
Hardware: PC   
OS: Linux   
See Also: https://bugs.webkit.org/show_bug.cgi?id=248693
Attachments:
Description Flags
test case none

Description arthureroberer 2023-04-29 17:50:54 PDT
https://fyrox-book.github.io/
the text doesn't render
Comment 1 arthureroberer 2023-04-29 17:52:26 PDT
tested with two webkit browsers: gnome web, and nyxt
Comment 2 Fujii Hironori 2023-04-29 18:54:02 PDT
Safari doesn't reproduce this problem. Windows port reproduces.
Comment 3 Fujii Hironori 2023-04-29 19:02:04 PDT
Disabling the following rule by using Web Inspector works around the issue.

https://fyrox-book.github.io/css/chrome.css

#body-container {
    overflow-x: clip;
}
Comment 4 Fujii Hironori 2023-04-30 13:38:50 PDT
Created attachment 466151 [details]
test case
Comment 5 Fujii Hironori 2023-04-30 13:39:30 PDT
Same with: Bug 248693 – [GTK][Win] overflow-x: clip on html and body causes content to be invisible unless zoomed in
Comment 6 Fujii Hironori 2023-05-10 13:01:18 PDT
I'm goint to fix this bug in bug#228920.

*** This bug has been marked as a duplicate of bug 228920 ***