mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01: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>
43 lines
1.2 KiB
INI
Vendored
43 lines
1.2 KiB
INI
Vendored
[importscripts_mime.any.worker.html]
|
|
[importScripts() requires scripty MIME types: text/html is blocked.]
|
|
expected: FAIL
|
|
|
|
[importScripts() requires scripty MIME types: text/plain is blocked.]
|
|
expected: FAIL
|
|
|
|
[importScripts() requires scripty MIME types: application/xml is blocked.]
|
|
expected: FAIL
|
|
|
|
[importScripts() requires scripty MIME types: application/octet-stream is blocked.]
|
|
expected: FAIL
|
|
|
|
[importScripts() requires scripty MIME types: text/potato is blocked.]
|
|
expected: FAIL
|
|
|
|
[importScripts() requires scripty MIME types: potato/text is blocked.]
|
|
expected: FAIL
|
|
|
|
[importScripts() requires scripty MIME types: aaa/aaa is blocked.]
|
|
expected: FAIL
|
|
|
|
[importScripts() requires scripty MIME types: zzz/zzz is blocked.]
|
|
expected: FAIL
|
|
|
|
[importScripts() requires scripty MIME types: Text/html is blocked.]
|
|
expected: FAIL
|
|
|
|
[importScripts() requires scripty MIME types: text/Html is blocked.]
|
|
expected: FAIL
|
|
|
|
[importScripts() requires scripty MIME types: TeXt/HtMl is blocked.]
|
|
expected: FAIL
|
|
|
|
[importScripts() requires scripty MIME types: TEXT/HTML is blocked.]
|
|
expected: FAIL
|
|
|
|
|
|
[importscripts_mime.any.sharedworker.html]
|
|
expected: ERROR
|
|
|
|
[importscripts_mime.any.serviceworker.html]
|
|
expected: ERROR
|