mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Upgraded to SM 60
This commit is contained in:
parent
d34403047e
commit
74c1e00d81
290 changed files with 26572 additions and 1178 deletions
|
@ -65286,11 +65286,11 @@
|
|||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.html": [
|
||||
"4b8234b472c9eee9a9916b663c8a6affeafdfae3",
|
||||
"ad419477302c2f55fd0b0f7b90d4b36ee9700988",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.js": [
|
||||
"743dc9666cac76dab04938c8d4af0b5d63269f1c",
|
||||
"6f2a54524ef317a48d758f7e50f742fd9b3a93e4",
|
||||
"support"
|
||||
],
|
||||
"mozilla/interfaces.worker.js": [
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[transition_calc_implicit.html]
|
||||
expected: TIMEOUT
|
|
@ -1,5 +0,0 @@
|
|||
[log_001_to_008.html]
|
||||
expected: TIMEOUT
|
||||
[Overall test]
|
||||
expected: NOTRUN
|
||||
|
|
@ -207,6 +207,7 @@ test_interfaces([
|
|||
"URL",
|
||||
"URLSearchParams",
|
||||
"ValidityState",
|
||||
"WebAssembly",
|
||||
"WebGLRenderingContext",
|
||||
"WebGLUniformLocation",
|
||||
"WebGLBuffer",
|
||||
|
|
|
@ -21,7 +21,6 @@ function test_interfaces(interfaceNamesInGlobalScope) {
|
|||
"Int8Array",
|
||||
"InternalError",
|
||||
"Intl",
|
||||
"Iterator",
|
||||
"JSON",
|
||||
"Map",
|
||||
"Math",
|
||||
|
@ -34,15 +33,12 @@ function test_interfaces(interfaceNamesInGlobalScope) {
|
|||
"ReferenceError",
|
||||
"Reflect",
|
||||
"RegExp",
|
||||
"SIMD",
|
||||
"Set",
|
||||
"SharedArrayBuffer",
|
||||
"StopIteration",
|
||||
"String",
|
||||
"Symbol",
|
||||
"SyntaxError",
|
||||
"TypeError",
|
||||
"TypedObject",
|
||||
"URIError",
|
||||
"Uint16Array",
|
||||
"Uint32Array",
|
||||
|
@ -51,6 +47,7 @@ function test_interfaces(interfaceNamesInGlobalScope) {
|
|||
"Uint8ClampedArray",
|
||||
"WeakMap",
|
||||
"WeakSet",
|
||||
"WebAssembly",
|
||||
];
|
||||
|
||||
var sources = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue