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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/combining-effects/effect-composition-expected.txt

Issue 2796313002: Update WPT web-animations test expectations (Closed)
Patch Set: Tweak expectations based on flakiness dashboard Created 3 years, 8 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 accumulate onto the base value assert_equals: Animated margin-left style at 50% expected "15px" but got "5px"
3 FAIL accumulate onto an underlying animation value assert_equals: Animated style at 50% expected "20px" but got "5px"
4 FAIL Composite when mixing accumulate and replace assert_equals: Animated style at 50% expected "25px" but got "20px"
5 FAIL accumulate specified on a keyframe overrides the composite mode of the effe ct assert_equals: Animated style at 50% expected "20px" but got "15px"
6 FAIL unspecified composite mode on a keyframe is overriden by setting accumulate of the effect assert_equals: Animated style at 50% expected "20px" but got "15p x"
7 PASS add onto the base value
8 PASS add onto an underlying animation value
9 PASS Composite when mixing add and replace
10 FAIL add specified on a keyframe overrides the composite mode of the effect asse rt_equals: Animated style at 50% expected "20px" but got "15px"
11 FAIL unspecified composite mode on a keyframe is overriden by setting add of the effect assert_equals: Animated style at 50% expected "20px" but got "15px"
12 Harness: the test ran to completion.
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698