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

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: Fix typo 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 CSSSimpleLength throws
10 PASS Setting animation-direction to invalid value null throws
11 PASS Setting animation-direction to invalid value undefined throws
12 PASS Setting animation-direction to invalid value true throws
13 PASS Setting animation-direction to invalid value false throws
14 PASS Setting animation-direction to invalid value 1 throws
15 PASS Setting animation-direction to invalid value hello throws
16 PASS Setting animation-direction to invalid value [object Object] throws
17 PASS Setting animation-direction to invalid value CSSKeywordValue throws
18 FAIL Getting animation-direction when it is set to normal assert_true: result in stanceof CSSKeywordValue: expected true got false
19 FAIL Getting animation-direction when it is set to reverse assert_true: result i nstanceof CSSKeywordValue: expected true got false
20 FAIL Getting animation-direction when it is set to alternate assert_true: result instanceof CSSKeywordValue: expected true got false
21 FAIL Getting animation-direction when it is set to alternate-reverse assert_true : result instanceof CSSKeywordValue: expected true got false
22 FAIL Getting animation-direction when it is set to initial assert_true: result i nstanceof CSSKeywordValue: expected true got false
23 FAIL Getting animation-direction when it is set to inherit assert_true: result i nstanceof CSSKeywordValue: expected true got false
24 FAIL Getting animation-direction when it is set to unset assert_true: result ins tanceof CSSKeywordValue: expected true got false
25 FAIL getAll for single-valued animation-direction assert_equals: Returned type i s incorrect: expected "CSSKeywordValue" but got "CSSStyleValue"
26 FAIL getAll for list-valued animation-direction assert_equals: Expected getAll t o return an array containing two instances of CSSStyleValue expected 2 but got 1
27 PASS Delete animation-direction removes the value form the styleMap
28 PASS animation-direction shows up in getProperties
29 FAIL Set animation-direction to a sequence assert_equals: expected "normal, norm al" but got "normal normal"
30 PASS Set animation-direction to a sequence containing an invalid type
31 FAIL Appending a CSSKeywordValue to animation-direction assert_equals: expected "normal, normal" but got "normal normal"
32 FAIL Append a sequence to animation-direction assert_equals: expected "normal, n ormal" but got "normal normal"
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