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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/radialGradient-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 createRadialGradient(0, 0, 100, 0, 0, NaN) Test bug: need to pass exce ption to assert_throws()
3 FAIL Test createRadialGradient(0, 0, 100, 0, 0, Infinity) Test bug: need to pass exception to assert_throws()
4 FAIL Test createRadialGradient(0, 0, 100, 0, 0, -Infinity) Test bug: need to pas s exception to assert_throws()
5 FAIL Test createRadialGradient(0, 0, 100, 0, NaN, 100) Test bug: need to pass ex ception to assert_throws()
6 FAIL Test createRadialGradient(0, 0, 100, 0, Infinity, 100) Test bug: need to pa ss exception to assert_throws()
7 FAIL Test createRadialGradient(0, 0, 100, 0, -Infinity, 100) Test bug: need to p ass exception to assert_throws()
8 FAIL Test createRadialGradient(0, 0, 100, NaN, 0, 100) Test bug: need to pass ex ception to assert_throws()
9 FAIL Test createRadialGradient(0, 0, 100, Infinity, 0, 100) Test bug: need to pa ss exception to assert_throws()
10 FAIL Test createRadialGradient(0, 0, 100, -Infinity, 0, 100) Test bug: need to p ass exception to assert_throws()
11 FAIL Test createRadialGradient(0, 0, NaN, 0, 0, 100) Test bug: need to pass exce ption to assert_throws()
12 FAIL Test createRadialGradient(0, 0, Infinity, 0, 0, 100) Test bug: need to pass exception to assert_throws()
13 FAIL Test createRadialGradient(0, 0, -Infinity, 0, 0, 100) Test bug: need to pas s exception to assert_throws()
14 FAIL Test createRadialGradient(0, NaN, 100, 0, 0, 100) Test bug: need to pass ex ception to assert_throws()
15 FAIL Test createRadialGradient(0, Infinity, 100, 0, 0, 100) Test bug: need to pa ss exception to assert_throws()
16 FAIL Test createRadialGradient(0, -Infinity, 100, 0, 0, 100) Test bug: need to p ass exception to assert_throws()
17 FAIL Test createRadialGradient(NaN, 0, 100, 0, 0, 100) Test bug: need to pass ex ception to assert_throws()
18 FAIL Test createRadialGradient(Infinity, 0, 100, 0, 0, 100) Test bug: need to pa ss exception to assert_throws()
19 FAIL Test createRadialGradient(-Infinity, 0, 100, 0, 0, 100) Test bug: need to p ass exception to assert_throws()
20 Harness: the test ran to completion.
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698