mirror of
https://github.com/servo/servo.git
synced 2025-08-21 21:35:32 +01:00
Enable WPTs
This commit is contained in:
parent
ff1d5a5b47
commit
9dda87aa70
147 changed files with 585 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
[ctor-waveshaper.html]
|
||||
expected: ERROR
|
||||
[X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".]
|
||||
expected: FAIL
|
||||
|
||||
[< [initialize\] 1 out of 1 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[X node0 = new WaveShaperNode(context) incorrectly threw TypeError: "window[name\] is not a constructor".]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[curve-tests.html]
|
||||
expected: ERROR
|
||||
[WaveShaperNode - Testing that -1, 0 and +1 map correctly to curve (with 1:1 correlation)]
|
||||
expected: NOTRUN
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[silent-inputs.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[waveshaper-copy-curve.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[waveshaper-limits.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[waveshaper-simple.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[waveshaper.html]
|
||||
expected: ERROR
|
Loading…
Add table
Add a link
Reference in a new issue