Enable WPTs

This commit is contained in:
Fernando Jiménez Moreno 2018-07-10 09:43:35 +02:00
parent ff1d5a5b47
commit 9dda87aa70
147 changed files with 585 additions and 0 deletions

View file

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

View file

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

View file

@ -0,0 +1,2 @@
[silent-inputs.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[waveshaper-copy-curve.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[waveshaper-limits.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[waveshaper-simple.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[waveshaper.html]
expected: ERROR