mirror of
https://github.com/servo/servo.git
synced 2025-10-03 10:09:20 +01:00
Implemented nosniff for fetch algorithm
This commit is contained in:
parent
7cd4c69c40
commit
8aac575019
9 changed files with 172 additions and 79 deletions
|
@ -1,5 +0,0 @@
|
|||
[importscripts.html]
|
||||
type: testharness
|
||||
[Test importScripts()]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[parsing-nosniff.html]
|
||||
type: testharness
|
||||
[URL query: first]
|
||||
expected: FAIL
|
||||
|
||||
[URL query: uppercase]
|
||||
expected: FAIL
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[script.html]
|
||||
type: testharness
|
||||
[URL query: ]
|
||||
expected: FAIL
|
||||
|
||||
[URL query: ?type=]
|
||||
expected: FAIL
|
||||
|
||||
[URL query: ?type=x]
|
||||
expected: FAIL
|
||||
|
||||
[URL query: ?type=x/x]
|
||||
expected: FAIL
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[stylesheet.html]
|
||||
type: testharness
|
||||
[URL query: ]
|
||||
expected: FAIL
|
||||
|
||||
[URL query: ?type=]
|
||||
expected: FAIL
|
||||
|
||||
[URL query: ?type=x]
|
||||
expected: FAIL
|
||||
|
||||
[URL query: ?type=x/x]
|
||||
expected: FAIL
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[worker.html]
|
||||
type: testharness
|
||||
[URL query: ]
|
||||
expected: FAIL
|
||||
|
||||
[URL query: ?type=]
|
||||
expected: FAIL
|
||||
|
||||
[URL query: ?type=x]
|
||||
expected: FAIL
|
||||
|
||||
[URL query: ?type=x/x]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[WorkerGlobalScope_importScripts_NosniffErr.htm]
|
||||
type: testharness
|
||||
[importScripts throws on 'nosniff' violation]
|
||||
expected: FAIL
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
[Worker_NosniffErr.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[ Worker with nosniff X-Content-Type-Options header ]
|
||||
expected: TIMEOUT
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue