mirror of
https://github.com/servo/servo
synced 2026-05-01 03:47:53 +02:00
21 lines
743 B
INI
21 lines
743 B
INI
[eventsource-constructor-non-same-origin.htm]
|
|
type: testharness
|
|
[EventSource: constructor (act as if there is a network error) (http://example.not/)]
|
|
expected: TIMEOUT
|
|
|
|
[EventSource: constructor (act as if there is a network error) (https://example.not/test)]
|
|
expected: TIMEOUT
|
|
|
|
[EventSource: constructor (act as if there is a network error) (ftp://example.not/)]
|
|
expected: TIMEOUT
|
|
|
|
[EventSource: constructor (act as if there is a network error) (about:blank)]
|
|
expected: TIMEOUT
|
|
|
|
[EventSource: constructor (act as if there is a network error) (mailto:whatwg@awesome.example)]
|
|
expected: TIMEOUT
|
|
|
|
[EventSource: constructor (act as if there is a network error) (javascript:alert('FAIL'))]
|
|
expected: TIMEOUT
|
|
|