mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Define interface members on the global object directly (fixes #4593)
This commit is contained in:
parent
0729000b56
commit
6da56f7e67
11 changed files with 63 additions and 905 deletions
|
@ -1,20 +0,0 @@
|
|||
[idlharness.html]
|
||||
type: testharness
|
||||
[Window interface: operation requestAnimationFrame(FrameRequestCallback)]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: operation cancelAnimationFrame(long)]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "requestAnimationFrame" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: calling requestAnimationFrame(FrameRequestCallback) on window with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "cancelAnimationFrame" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: calling cancelAnimationFrame(long) on window with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue