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

Side by Side Diff: LayoutTests/animations/interpolation/font-size-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: font-size from [unset] to [20px] was [0px] at -2
3 PASS: font-size from [unset] to [20px] was [7px] at -0.3
4 PASS: font-size from [unset] to [20px] was [10px] at 0
5 PASS: font-size from [unset] to [20px] was [13px] at 0.3
6 PASS: font-size from [unset] to [20px] was [16px] at 0.6
7 PASS: font-size from [unset] to [20px] was [20px] at 1
8 PASS: font-size from [unset] to [20px] was [25px] at 1.5
9
10 Web Animations API:
11 PASS: fontSize from [unset] to [20px] was [0px] at -2
12 PASS: fontSize from [unset] to [20px] was [7px] at -0.3
13 PASS: fontSize from [unset] to [20px] was [10px] at 0
14 PASS: fontSize from [unset] to [20px] was [13px] at 0.3
15 PASS: fontSize from [unset] to [20px] was [16px] at 0.6
16 PASS: fontSize from [unset] to [20px] was [20px] at 1
17 PASS: fontSize from [unset] to [20px] was [25px] at 1.5
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698