mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Upgraded to SM 60
This commit is contained in:
parent
d34403047e
commit
74c1e00d81
290 changed files with 26572 additions and 1178 deletions
|
@ -4,6 +4,60 @@
|
|||
|
||||
[idl]
|
||||
expected: FAIL
|
||||
[Testing Symbol.iterator property of iterable interface Headers]
|
||||
expected: FAIL
|
||||
[Request interface: attribute keepalive]
|
||||
expected: FAIL
|
||||
[Request interface: attribute isReloadNavigation]
|
||||
expected: FAIL
|
||||
[Request interface: attribute isHistoryNavigation]
|
||||
expected: FAIL
|
||||
[Request interface: attribute signal]
|
||||
expected: FAIL
|
||||
[Request interface: attribute body]
|
||||
expected: FAIL
|
||||
[Request interface: operation arrayBuffer()]
|
||||
expected: FAIL
|
||||
[Request interface: operation blob()]
|
||||
expected: FAIL
|
||||
[Request interface: operation formData()]
|
||||
expected: FAIL
|
||||
[Request interface: operation json()]
|
||||
expected: FAIL
|
||||
[Request interface: operation text()]
|
||||
expected: FAIL
|
||||
[Request interface: new Request('about:blank') must inherit property "keepalive" with the proper type]
|
||||
expected: FAIL
|
||||
[Request interface: new Request('about:blank') must inherit property "isReloadNavigation" with the proper type]
|
||||
expected: FAIL
|
||||
[Request interface: new Request('about:blank') must inherit property "isHistoryNavigation" with the proper type]
|
||||
expected: FAIL
|
||||
[Request interface: new Request('about:blank') must inherit property "signal" with the proper type]
|
||||
expected: FAIL
|
||||
[Request interface: new Request('about:blank') must inherit property "body" with the proper type]
|
||||
expected: FAIL
|
||||
[Response interface: attribute trailer]
|
||||
expected: FAIL
|
||||
[Response interface: attribute body]
|
||||
expected: FAIL
|
||||
[Response interface: operation arrayBuffer()]
|
||||
expected: FAIL
|
||||
[Response interface: operation blob()]
|
||||
expected: FAIL
|
||||
[Response interface: operation formData()]
|
||||
expected: FAIL
|
||||
[Response interface: operation json()]
|
||||
expected: FAIL
|
||||
[Response interface: operation text()]
|
||||
expected: FAIL
|
||||
[Response interface: new Response() must inherit property "trailer" with the proper type]
|
||||
expected: FAIL
|
||||
[Response interface: new Response() must inherit property "body" with the proper type]
|
||||
expected: FAIL
|
||||
[WorkerGlobalScope interface: calling fetch(RequestInfo, RequestInit) on self with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
[WorkerGlobalScope interface: operation fetch(RequestInfo, RequestInit)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idl.any.html]
|
||||
|
@ -12,6 +66,60 @@
|
|||
|
||||
[idl]
|
||||
expected: FAIL
|
||||
[Testing Symbol.iterator property of iterable interface Headers]
|
||||
expected: FAIL
|
||||
[Request interface: attribute keepalive]
|
||||
expected: FAIL
|
||||
[Request interface: attribute isReloadNavigation]
|
||||
expected: FAIL
|
||||
[Request interface: attribute isHistoryNavigation]
|
||||
expected: FAIL
|
||||
[Request interface: attribute signal]
|
||||
expected: FAIL
|
||||
[Request interface: attribute body]
|
||||
expected: FAIL
|
||||
[Request interface: operation arrayBuffer()]
|
||||
expected: FAIL
|
||||
[Request interface: operation blob()]
|
||||
expected: FAIL
|
||||
[Request interface: operation formData()]
|
||||
expected: FAIL
|
||||
[Request interface: operation json()]
|
||||
expected: FAIL
|
||||
[Request interface: operation text()]
|
||||
expected: FAIL
|
||||
[Request interface: new Request('about:blank') must inherit property "keepalive" with the proper type]
|
||||
expected: FAIL
|
||||
[Request interface: new Request('about:blank') must inherit property "isReloadNavigation" with the proper type]
|
||||
expected: FAIL
|
||||
[Request interface: new Request('about:blank') must inherit property "isHistoryNavigation" with the proper type]
|
||||
expected: FAIL
|
||||
[Request interface: new Request('about:blank') must inherit property "signal" with the proper type]
|
||||
expected: FAIL
|
||||
[Request interface: new Request('about:blank') must inherit property "body" with the proper type]
|
||||
expected: FAIL
|
||||
[Response interface: attribute trailer]
|
||||
expected: FAIL
|
||||
[Response interface: attribute body]
|
||||
expected: FAIL
|
||||
[Response interface: operation arrayBuffer()]
|
||||
expected: FAIL
|
||||
[Response interface: operation blob()]
|
||||
expected: FAIL
|
||||
[Response interface: operation formData()]
|
||||
expected: FAIL
|
||||
[Response interface: operation json()]
|
||||
expected: FAIL
|
||||
[Response interface: operation text()]
|
||||
expected: FAIL
|
||||
[Response interface: new Response() must inherit property "trailer" with the proper type]
|
||||
expected: FAIL
|
||||
[Response interface: new Response() must inherit property "body" with the proper type]
|
||||
expected: FAIL
|
||||
[Window interface: calling fetch(RequestInfo, RequestInit) on window with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
[Window interface: operation fetch(RequestInfo, RequestInit)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idl.any.sharedworker.html]
|
||||
|
@ -23,6 +131,7 @@
|
|||
|
||||
|
||||
[idl.https.any.serviceworker.html]
|
||||
expected: TIMEOUT
|
||||
[Untitled]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -31,6 +140,7 @@
|
|||
|
||||
|
||||
[idl.any.serviceworker.html]
|
||||
expected: TIMEOUT
|
||||
[idl]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue