| Index: third_party/WebKit/LayoutTests/fast/canvas/radialGradient-infinite-values-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/radialGradient-infinite-values-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/radialGradient-infinite-values-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..adb04df27f34b8b66d153958ffb9760d482ce6dd
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/canvas/radialGradient-infinite-values-expected.txt
|
| @@ -0,0 +1,21 @@
|
| +This is a testharness.js-based test.
|
| +FAIL Test createRadialGradient(0, 0, 100, 0, 0, NaN) Test bug: need to pass exception to assert_throws()
|
| +FAIL Test createRadialGradient(0, 0, 100, 0, 0, Infinity) Test bug: need to pass exception to assert_throws()
|
| +FAIL Test createRadialGradient(0, 0, 100, 0, 0, -Infinity) Test bug: need to pass exception to assert_throws()
|
| +FAIL Test createRadialGradient(0, 0, 100, 0, NaN, 100) Test bug: need to pass exception to assert_throws()
|
| +FAIL Test createRadialGradient(0, 0, 100, 0, Infinity, 100) Test bug: need to pass exception to assert_throws()
|
| +FAIL Test createRadialGradient(0, 0, 100, 0, -Infinity, 100) Test bug: need to pass exception to assert_throws()
|
| +FAIL Test createRadialGradient(0, 0, 100, NaN, 0, 100) Test bug: need to pass exception to assert_throws()
|
| +FAIL Test createRadialGradient(0, 0, 100, Infinity, 0, 100) Test bug: need to pass exception to assert_throws()
|
| +FAIL Test createRadialGradient(0, 0, 100, -Infinity, 0, 100) Test bug: need to pass exception to assert_throws()
|
| +FAIL Test createRadialGradient(0, 0, NaN, 0, 0, 100) Test bug: need to pass exception to assert_throws()
|
| +FAIL Test createRadialGradient(0, 0, Infinity, 0, 0, 100) Test bug: need to pass exception to assert_throws()
|
| +FAIL Test createRadialGradient(0, 0, -Infinity, 0, 0, 100) Test bug: need to pass exception to assert_throws()
|
| +FAIL Test createRadialGradient(0, NaN, 100, 0, 0, 100) Test bug: need to pass exception to assert_throws()
|
| +FAIL Test createRadialGradient(0, Infinity, 100, 0, 0, 100) Test bug: need to pass exception to assert_throws()
|
| +FAIL Test createRadialGradient(0, -Infinity, 100, 0, 0, 100) Test bug: need to pass exception to assert_throws()
|
| +FAIL Test createRadialGradient(NaN, 0, 100, 0, 0, 100) Test bug: need to pass exception to assert_throws()
|
| +FAIL Test createRadialGradient(Infinity, 0, 100, 0, 0, 100) Test bug: need to pass exception to assert_throws()
|
| +FAIL Test createRadialGradient(-Infinity, 0, 100, 0, 0, 100) Test bug: need to pass exception to assert_throws()
|
| +Harness: the test ran to completion.
|
| +
|
|
|