Use hardcoded base background color to avoid transparent backgrounds
Created attachment 455166 [details] Patch
Comment on attachment 455166 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=455166&action=review > Source/WebCore/platform/ios/WebCoreUIColorExtras.mm:38 > + return (UIColor *)[PAL::getUIColorClass() blackColor]; The system background color is not always black or white. The trait collection's `userInterfaceLevel` and `accessibilityContrast` also affect this color. I don't think it would be a good idea to hardcode all the variations – I'll talk to you about possible alternate solutions.
Created attachment 455175 [details] Patch
Created attachment 455177 [details] Patch
Committed r291564 (248666@main): <https://commits.webkit.org/248666@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 455177 [details].
<rdar://problem/90576569>