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