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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffect/effect-easing-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 years, 11 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 45 tests. 14 PASS 31 FAIL 0 TIMEOUT 0 NOTRUN
2 FAIL step-start function Failed to execute 'getComputedStyle' on 'Window': param eter 1 is not of type 'Element'. 3 FAIL step-start function Failed to execute 'getComputedStyle' on 'Window': param eter 1 is not of type 'Element'.
3 FAIL steps(1, start) function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. 4 FAIL steps(1, start) function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
4 FAIL steps(2, start) function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. 5 FAIL steps(2, start) function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
5 FAIL step-end function Failed to execute 'getComputedStyle' on 'Window': paramet er 1 is not of type 'Element'. 6 FAIL step-end function Failed to execute 'getComputedStyle' on 'Window': paramet er 1 is not of type 'Element'.
6 FAIL steps(1) function Failed to execute 'getComputedStyle' on 'Window': paramet er 1 is not of type 'Element'. 7 FAIL steps(1) function Failed to execute 'getComputedStyle' on 'Window': paramet er 1 is not of type 'Element'.
7 FAIL steps(1, end) function Failed to execute 'getComputedStyle' on 'Window': pa rameter 1 is not of type 'Element'. 8 FAIL steps(1, end) function Failed to execute 'getComputedStyle' on 'Window': pa rameter 1 is not of type 'Element'.
8 FAIL steps(2, end) function Failed to execute 'getComputedStyle' on 'Window': pa rameter 1 is not of type 'Element'. 9 FAIL steps(2, end) function Failed to execute 'getComputedStyle' on 'Window': pa rameter 1 is not of type 'Element'.
9 FAIL linear function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. 10 FAIL linear function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
10 FAIL ease function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. 11 FAIL ease function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
11 FAIL ease-in function Failed to execute 'getComputedStyle' on 'Window': paramete r 1 is not of type 'Element'. 12 FAIL ease-in function Failed to execute 'getComputedStyle' on 'Window': paramete r 1 is not of type 'Element'.
(...skipping 27 matching lines...) Expand all
39 PASS Invalid keyframe easing value: '' 40 PASS Invalid keyframe easing value: ''
40 PASS Invalid keyframe easing value: 'test' 41 PASS Invalid keyframe easing value: 'test'
41 PASS Invalid keyframe easing value: 'cubic-bezier(1.1, 0, 1, 1)' 42 PASS Invalid keyframe easing value: 'cubic-bezier(1.1, 0, 1, 1)'
42 PASS Invalid keyframe easing value: 'cubic-bezier(0, 0, 1.1, 1)' 43 PASS Invalid keyframe easing value: 'cubic-bezier(0, 0, 1.1, 1)'
43 PASS Invalid keyframe easing value: 'cubic-bezier(-0.1, 0, 1, 1)' 44 PASS Invalid keyframe easing value: 'cubic-bezier(-0.1, 0, 1, 1)'
44 PASS Invalid keyframe easing value: 'cubic-bezier(0, 0, -0.1, 1)' 45 PASS Invalid keyframe easing value: 'cubic-bezier(0, 0, -0.1, 1)'
45 PASS Invalid keyframe easing value: 'steps(-1, start)' 46 PASS Invalid keyframe easing value: 'steps(-1, start)'
46 PASS Invalid keyframe easing value: 'steps(0.1, start)' 47 PASS Invalid keyframe easing value: 'steps(0.1, start)'
47 Harness: the test ran to completion. 48 Harness: the test ran to completion.
48 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698