Bug 255442

Summary: Page.cpp data: URL style sheet fast path is incorrect
Product: WebKit Reporter: Anne van Kesteren <annevk>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: karlcow, koivisto, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 175568    
Bug Blocks:    

Description Anne van Kesteren 2023-04-14 01:07:58 PDT
In particular:

* It doesn't use the same base64 decoding options.
* It looks like it's not case-insensitive.

It should probably reuse code from DataURLDecoder.cpp or invoke that directly.
Comment 2 Radar WebKit Bug Importer 2023-04-16 18:15:55 PDT
<rdar://problem/108116260>