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

Side by Side Diff: LayoutTests/animations/interpolation/font-size-adjust-interpolation-expected.txt

Issue 983073002: Make font-size-adjust animatable. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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-adjust from [0] to [1.2] was [none] at -2
3 PASS: font-size-adjust from [0] to [1.2] was [none] at -0.3
4 PASS: font-size-adjust from [0] to [1.2] was [none] at 0
5 PASS: font-size-adjust from [0] to [1.2] was [0.360000014305115] at 0.3
6 PASS: font-size-adjust from [0] to [1.2] was [0.72000002861023] at 0.6
7 PASS: font-size-adjust from [0] to [1.2] was [1.20000004768372] at 1
8 PASS: font-size-adjust from [0] to [1.2] was [1.80000007152557] at 1.5
9
10 Web Animations API:
11 PASS: fontSizeAdjust from [0] to [1.2] was [none] at -2
12 PASS: fontSizeAdjust from [0] to [1.2] was [none] at -0.3
13 PASS: fontSizeAdjust from [0] to [1.2] was [none] at 0
14 PASS: fontSizeAdjust from [0] to [1.2] was [0.360000014305115] at 0.3
15 PASS: fontSizeAdjust from [0] to [1.2] was [0.72000002861023] at 0.6
16 PASS: fontSizeAdjust from [0] to [1.2] was [1.20000004768372] at 1
17 PASS: fontSizeAdjust from [0] to [1.2] was [1.80000007152557] at 1.5
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698