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

Side by Side Diff: LayoutTests/animations/interpolation/background-color-interpolation-unset-expected.txt

Issue 840463002: Fix assert when interpolating using unset (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unset handling code in StyleResolver::applyProperties Created 5 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
(Empty)
1 CSS Animations:
2 PASS: background-color from [unset] to [transparent] was [transparent] at -0.3
3 PASS: background-color from [unset] to [transparent] was [transparent] at 0
4 PASS: background-color from [unset] to [transparent] was [transparent] at 0.3
5 PASS: background-color from [unset] to [transparent] was [transparent] at 0.6
6 PASS: background-color from [unset] to [transparent] was [transparent] at 1
7 PASS: background-color from [unset] to [transparent] was [transparent] at 1.5
8
9 Web Animations API:
10 PASS: backgroundColor from [unset] to [transparent] was [transparent] at -0.3
11 PASS: backgroundColor from [unset] to [transparent] was [transparent] at 0
12 PASS: backgroundColor from [unset] to [transparent] was [transparent] at 0.3
13 PASS: backgroundColor from [unset] to [transparent] was [transparent] at 0.6
14 PASS: backgroundColor from [unset] to [transparent] was [transparent] at 1
15 PASS: backgroundColor from [unset] to [transparent] was [transparent] at 1.5
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698