Bug 115494

Summary: <object data="<some data URL>"> MIME types aren't case-insensitive
Product: WebKit Reporter: Tim Horton <thorton>
Component: Plug-insAssignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, darin, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
repro
none
patch
none
with test case this time darin: review+

Description Tim Horton 2013-05-01 16:12:06 PDT
My understanding is that they should be. This also appears to be the only path through <embed> or <object> that doesn't call .lower() on the incoming MIME type. See attached test case.
Comment 1 Tim Horton 2013-05-01 16:12:30 PDT
Created attachment 200250 [details]
repro
Comment 2 Tim Horton 2013-05-01 16:31:03 PDT
Created attachment 200253 [details]
patch
Comment 3 Tim Horton 2013-05-01 16:31:53 PDT
Created attachment 200254 [details]
with test case this time
Comment 4 Tim Horton 2013-05-01 17:14:47 PDT
http://trac.webkit.org/changeset/149466