mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
This changes includes two semi-related things: 1. Fixes some specification compliance issues when parsing mime types and charsets for `XMLHttpRequest`. 2. Implements a `<stylesheet>` parsing quirk involving mime types. Testing: There are tests for these changes. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
12 lines
221 B
INI
Vendored
12 lines
221 B
INI
Vendored
[stylesheet.html]
|
|
[URL query: text/html]
|
|
expected: FAIL
|
|
|
|
[URL query: text/json]
|
|
expected: FAIL
|
|
|
|
[Revalidated URL query: text/html]
|
|
expected: FAIL
|
|
|
|
[Revalidated URL query: text/json]
|
|
expected: FAIL
|