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

Side by Side Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/animation-direction-expected.txt

Issue 2529043002: [CSS Typed OM] Add a property test generator for testing the inline StylePropertyMap (Closed)
Patch Set: Add expectation files Created 4 years 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 PASS Setting animation-direction to normal
3 PASS Setting animation-direction to reverse
4 PASS Setting animation-direction to alternate
5 PASS Setting animation-direction to alternate-reverse
6 PASS Setting animation-direction to initial
7 PASS Setting animation-direction to inherit
8 PASS Setting animation-direction to unset
9 PASS Setting animation-direction to invalid value [object CSSSimpleLength] fails
10 PASS Setting animation-direction to invalid value null fails
11 PASS Setting animation-direction to invalid value undefined fails
12 PASS Setting animation-direction to invalid value true fails
13 PASS Setting animation-direction to invalid value false fails
14 PASS Setting animation-direction to invalid value 1 fails
15 PASS Setting animation-direction to invalid value hello fails
16 PASS Setting animation-direction to invalid value [object Object] fails
17 PASS Setting animation-direction to invalid value [object CSSKeywordValue] fails
18 FAIL Getting animation-direction when it is set to normal assert_true: expected true got false
19 FAIL Getting animation-direction when it is set to reverse assert_true: expected true got false
20 FAIL Getting animation-direction when it is set to alternate assert_true: expect ed true got false
21 FAIL Getting animation-direction when it is set to alternate-reverse assert_true : expected true got false
22 FAIL Getting animation-direction when it is set to initial assert_true: expected true got false
23 FAIL Getting animation-direction when it is set to inherit assert_true: expected true got false
24 FAIL Getting animation-direction when it is set to unset assert_true: expected t rue got false
25 FAIL getAll for single-valued animation-direction assert_equals: expected functi on "function CSSKeywordValue() { [native code] }" but got function "function CSS StyleValue() { [native code] }"
26 FAIL getAll for list-valued animation-direction assert_equals: expected 2 but go t 1
27 PASS Delete animation-direction removes the value form the styleMap
28 PASS animation-direction shows up in getProperties
29 PASS Set animation-direction to a sequence
30 PASS Set animation-direction to a sequence containing an invalid type
31 PASS Appending a CSSKeywordValue to animation-direction
32 PASS Append a sequence to animation-direction
33 PASS Appending an invalid value to animation-direction
34 PASS Append a sequence containing an invalid value to animation-direction
35 Harness: the test ran to completion.
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698