mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-04 10:17:05 +00:00
When mime essence matching, the spec only asks for a string comparison ignoring ascii case. The whitespace trimming and parsing of the mime produces unexpected and wrong results. Fixes tests on WPT html/semantics/scripting-1/the-script-element :^)