Bug 256649

Summary: Stop treating text/xsl as an XML MIME type
Product: WebKit Reporter: Anne van Kesteren <annevk>
Component: DOMAssignee: Anne van Kesteren <annevk>
Status: NEW    
Severity: Normal CC: cdumez, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Anne van Kesteren
Reported 2023-05-11 08:42:31 PDT
As the MIME Sniffing Standard requires and other browser behave.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-05-11 09:07:52 PDT
Anne van Kesteren
Comment 2 2023-05-11 09:09:06 PDT
Anne van Kesteren
Comment 3 2023-05-27 06:30:09 PDT
We have these relevant files in LayoutTests: fast/xsl/xslt-enc-cyr.xml fast/xsl/xslt-enc.xml fast/xsl/xslt-enc16.xml fast/xsl/xslt-enc16to16.xml fast/xsl/xslt-entity-enc.xml fast/xsl/xslt-text.html The expectation is that the XSLT is decoded using UTF-8. Per https://github.com/WebKit/WebKit/commit/7c5509f22cb96221a2a556cedb3f8d0ef9abc7cf#diff-64e5dc08b95e4ca6ad90d8b8791caffbcb760805f0c8f4c4bd83cda39537ead9 it appears that's a function of the MIME type in WebKit. Whether that's correct is not entirely clear to me. Might also just be that the XSLT "loader" ought to enforce that. However, I don't plan to investigate this further for now.
Chris Dumez
Comment 4 2023-05-27 09:07:30 PDT
Anne van Kesteren
Comment 5 2023-05-27 22:58:04 PDT
I think there's still a potential issue due to TextResourceDecoder.cpp now including a text/xsl check. At least I'm pretty sure this doesn't match how Gecko handles loading XSLT.
Chris Dumez
Comment 6 2023-05-28 09:10:44 PDT
(In reply to Anne van Kesteren from comment #5) > I think there's still a potential issue due to TextResourceDecoder.cpp now > including a text/xsl check. At least I'm pretty sure this doesn't match how > Gecko handles loading XSLT. I see. I had to add this check to keep the tests under fast/xsl passing.
Note You need to log in before you can comment on or make changes to this bug.