Define interface members on the global object directly (fixes #4593)

This commit is contained in:
Anthony Ramine 2016-08-25 12:51:52 +02:00
parent 0729000b56
commit 6da56f7e67
11 changed files with 63 additions and 905 deletions

View file

@ -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