mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Run same tests for layout-2020 and layout-2013 (#30092)
Most tests were only being run for layout-2013, not for layout-2020. This wasn't great since layout-2020 is now the default. So this patch unifies the lists of included tests for both layouts. For layout-2013 this implies adding css/css-content/, css/css-logical/ and css/css-masking/clip/. For layout-2020 this implies adding several additional css tests, and also tests like dom/, js/, html/, etc.
This commit is contained in:
parent
78c7011240
commit
963104e5fc
4797 changed files with 679983 additions and 5390 deletions
|
@ -0,0 +1,15 @@
|
|||
[format-field-id-null.window.html]
|
||||
[EventSource: id field set to %00%00]
|
||||
expected: FAIL
|
||||
|
||||
[EventSource: id field set to x%00]
|
||||
expected: FAIL
|
||||
|
||||
[EventSource: id field set to %00x]
|
||||
expected: FAIL
|
||||
|
||||
[EventSource: id field set to x%00x]
|
||||
expected: FAIL
|
||||
|
||||
[EventSource: id field set to %20%00]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[eventsource-close.htm]
|
||||
[shared worker - EventSource: close()]
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[eventsource-constructor-non-same-origin.htm]
|
||||
[shared worker - EventSource: constructor (act as if there is a network error) (ftp://example.not)]
|
||||
expected: FAIL
|
||||
|
||||
[shared worker - EventSource: constructor (act as if there is a network error) (about:blank)]
|
||||
expected: FAIL
|
||||
|
||||
[shared worker - EventSource: constructor (act as if there is a network error) (mailto:whatwg@awesome.example)]
|
||||
expected: FAIL
|
||||
|
||||
[shared worker - EventSource: constructor (act as if there is a network error) (javascript:alert('FAIL'))]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[eventsource-eventtarget.htm]
|
||||
[shared worker - EventSource: addEventListener()]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[eventsource-onmessage.htm]
|
||||
[shared worker - EventSource: onmessage]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[eventsource-onopen.htm]
|
||||
[shared worker - EventSource: onopen (announcing the connection)]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[eventsource-prototype.htm]
|
||||
[shared worker - EventSource: prototype et al]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[eventsource-url.htm]
|
||||
[shared worker - EventSource: url]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue