Update WPTs expectations

This commit is contained in:
Fernando Jiménez Moreno 2018-07-27 18:47:38 +02:00
parent f8d61a34a2
commit a12374726d
42 changed files with 316 additions and 15 deletions

View file

@ -1,2 +1,11 @@
[panner-distance-clamping.html]
expected: ERROR
[X new PannerNode(c, {refDistance: -1}) threw "ReferenceError" instead of RangeError.]
expected: FAIL
[X new PannerNode(c, {refDistance: 0}) incorrectly threw ReferenceError: "PannerNode is not defined".]
expected: FAIL
[X new PannerNode(c, {refDistance: 5e-324}) incorrectly threw ReferenceError: "PannerNode is not defined".]
expected: FAIL