Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(435)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/linearGradient-infinite-values-expected.txt

Issue 2891463002: Update testharness.js and idlharness.js. (Closed)
Patch Set: Update expectations Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 FAIL Test createLinearGradient(0, 0, 100, NaN) Test bug: need to pass exception to assert_throws()
3 FAIL Test createLinearGradient(0, 0, 100, Infinity) Test bug: need to pass excep tion to assert_throws()
4 FAIL Test createLinearGradient(0, 0, 100, -Infinity) Test bug: need to pass exce ption to assert_throws()
5 FAIL Test createLinearGradient(0, 0, NaN, 100) Test bug: need to pass exception to assert_throws()
6 FAIL Test createLinearGradient(0, 0, Infinity, 100) Test bug: need to pass excep tion to assert_throws()
7 FAIL Test createLinearGradient(0, 0, -Infinity, 100) Test bug: need to pass exce ption to assert_throws()
8 FAIL Test createLinearGradient(0, NaN, 100, 100) Test bug: need to pass exceptio n to assert_throws()
9 FAIL Test createLinearGradient(0, Infinity, 100, 100) Test bug: need to pass exc eption to assert_throws()
10 FAIL Test createLinearGradient(0, -Infinity, 100, 100) Test bug: need to pass ex ception to assert_throws()
11 FAIL Test createLinearGradient(NaN, 0, 100, 100) Test bug: need to pass exceptio n to assert_throws()
12 FAIL Test createLinearGradient(Infinity, 0, 100, 100) Test bug: need to pass exc eption to assert_throws()
13 FAIL Test createLinearGradient(-Infinity, 0, 100, 100) Test bug: need to pass ex ception to assert_throws()
14 Harness: the test ran to completion.
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698