mirror of
https://github.com/servo/servo.git
synced 2025-10-02 17:49:16 +01:00
Fail fast on bad schemes
This commit is contained in:
parent
5f55cd5d71
commit
7ef644c1f7
3 changed files with 14 additions and 30 deletions
|
@ -5,13 +5,3 @@
|
|||
|
||||
[dedicated worker - EventSource: constructor (act as if there is a network error) (https://example.not/test)]
|
||||
expected: FAIL
|
||||
|
||||
[dedicated worker - EventSource: constructor (act as if there is a network error) (ftp://example.not/)]
|
||||
expected: FAIL
|
||||
|
||||
[dedicated worker - EventSource: constructor (act as if there is a network error) (mailto:whatwg@awesome.example)]
|
||||
expected: FAIL
|
||||
|
||||
[dedicated worker - EventSource: constructor (act as if there is a network error) (javascript:alert('FAIL'))]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
[eventsource-constructor-non-same-origin.htm]
|
||||
type: testharness
|
||||
[EventSource: constructor (act as if there is a network error) (http://example.not/)]
|
||||
expected: FAIL
|
||||
|
||||
[EventSource: constructor (act as if there is a network error) (https://example.not/test)]
|
||||
expected: FAIL
|
||||
|
||||
[EventSource: constructor (act as if there is a network error) (ftp://example.not/)]
|
||||
expected: FAIL
|
||||
|
||||
[EventSource: constructor (act as if there is a network error) (mailto:whatwg@awesome.example)]
|
||||
expected: FAIL
|
||||
|
||||
[EventSource: constructor (act as if there is a network error) (javascript:alert('FAIL'))]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue