mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
18 lines
625 B
INI
18 lines
625 B
INI
[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
|
|
|