mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Update WPT results.
This commit is contained in:
parent
bceaca9694
commit
3347094373
198 changed files with 7862 additions and 248 deletions
|
@ -0,0 +1,5 @@
|
|||
[has-instance.html]
|
||||
type: testharness
|
||||
[instanceof must return false across different globals, for platform objects]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[interface-prototype-object.html]
|
||||
type: testharness
|
||||
[The class string of an interface prototype object is the concatenation of the interface's identifier and the string 'Prototype'.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[legacy-callback-interface-object.html]
|
||||
type: testharness
|
||||
[Must be a function according to typeof]
|
||||
expected: FAIL
|
||||
|
||||
[Must have the correct [[Prototype\]\]]
|
||||
expected: FAIL
|
||||
|
||||
[Must have an own length property with value zero and the correct descriptors]
|
||||
expected: FAIL
|
||||
|
||||
[instanceof must throw but only when we don't bail out early]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
[put-forwards.html]
|
||||
type: testharness
|
||||
[Overriding getter of [PutForwards\] attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Overriding setter of [PutForwards\] target attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Overriding target of [PutForwards\] attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Exception propagation from getter of [PutForwards\] attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Exception propagation from setter of [PutForwards\] target attribute]
|
||||
expected: FAIL
|
||||
|
||||
[TypeError when getter of [PutForwards\] attribute returns non-object]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
[sequence-conversion.html]
|
||||
type: testharness
|
||||
[An array]
|
||||
expected: FAIL
|
||||
|
||||
[A generator]
|
||||
expected: FAIL
|
||||
|
||||
[An array with an overridden Symbol.iterator]
|
||||
expected: FAIL
|
||||
|
||||
[An array with an overridden Symbol.iterator on the prototype]
|
||||
expected: FAIL
|
||||
|
||||
[An array with an overridden %ArrayIterator%.prototype.next]
|
||||
expected: FAIL
|
||||
|
||||
[A holey array with fallback to an accessor on the prototype]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue