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

Unified 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: Rebase expectations for bug2886-2.html 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/animations/interpolation/font-size-adjust-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/font-size-adjust-interpolation-expected.txt b/LayoutTests/animations/interpolation/font-size-adjust-interpolation-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d52e4b88958d38a70041b1ab45b3ae72f4162c33
--- /dev/null
+++ b/LayoutTests/animations/interpolation/font-size-adjust-interpolation-expected.txt
@@ -0,0 +1,46 @@
+CSS Animations:
+PASS: font-size-adjust from [0] to [1.2] was [none] at -2
+PASS: font-size-adjust from [0] to [1.2] was [none] at -0.3
+PASS: font-size-adjust from [0] to [1.2] was [none] at 0
+PASS: font-size-adjust from [0] to [1.2] was [none] at 0.3
+PASS: font-size-adjust from [0] to [1.2] was [1.2] at 0.6
+PASS: font-size-adjust from [0] to [1.2] was [1.2] at 1
+PASS: font-size-adjust from [0] to [1.2] was [1.2] at 1.5
+PASS: font-size-adjust from [none] to [1.2] was [none] at -2
+PASS: font-size-adjust from [none] to [1.2] was [none] at -0.3
+PASS: font-size-adjust from [none] to [1.2] was [none] at 0
+PASS: font-size-adjust from [none] to [1.2] was [none] at 0.3
+PASS: font-size-adjust from [none] to [1.2] was [1.2] at 0.6
+PASS: font-size-adjust from [none] to [1.2] was [1.2] at 1
+PASS: font-size-adjust from [none] to [1.2] was [1.2] at 1.5
+PASS: font-size-adjust from [0.2] to [1.2] was [none] at -2
+PASS: font-size-adjust from [0.2] to [1.2] was [none] at -0.3
+PASS: font-size-adjust from [0.2] to [1.2] was [0.2] at 0
+PASS: font-size-adjust from [0.2] to [1.2] was [0.5] at 0.3
+PASS: font-size-adjust from [0.2] to [1.2] was [0.8] at 0.6
+PASS: font-size-adjust from [0.2] to [1.2] was [1.2] at 1
+PASS: font-size-adjust from [0.2] to [1.2] was [1.7] at 1.5
+
+Web Animations API:
+PASS: fontSizeAdjust from [0] to [1.2] was [none] at -2
+PASS: fontSizeAdjust from [0] to [1.2] was [none] at -0.3
+PASS: fontSizeAdjust from [0] to [1.2] was [none] at 0
+PASS: fontSizeAdjust from [0] to [1.2] was [none] at 0.3
+PASS: fontSizeAdjust from [0] to [1.2] was [1.2] at 0.6
+PASS: fontSizeAdjust from [0] to [1.2] was [1.2] at 1
+PASS: fontSizeAdjust from [0] to [1.2] was [1.2] at 1.5
+PASS: fontSizeAdjust from [none] to [1.2] was [none] at -2
+PASS: fontSizeAdjust from [none] to [1.2] was [none] at -0.3
+PASS: fontSizeAdjust from [none] to [1.2] was [none] at 0
+PASS: fontSizeAdjust from [none] to [1.2] was [none] at 0.3
+PASS: fontSizeAdjust from [none] to [1.2] was [1.2] at 0.6
+PASS: fontSizeAdjust from [none] to [1.2] was [1.2] at 1
+PASS: fontSizeAdjust from [none] to [1.2] was [1.2] at 1.5
+PASS: fontSizeAdjust from [0.2] to [1.2] was [none] at -2
+PASS: fontSizeAdjust from [0.2] to [1.2] was [none] at -0.3
+PASS: fontSizeAdjust from [0.2] to [1.2] was [0.2] at 0
+PASS: fontSizeAdjust from [0.2] to [1.2] was [0.5] at 0.3
+PASS: fontSizeAdjust from [0.2] to [1.2] was [0.8] at 0.6
+PASS: fontSizeAdjust from [0.2] to [1.2] was [1.2] at 1
+PASS: fontSizeAdjust from [0.2] to [1.2] was [1.7] at 1.5
+

Powered by Google App Engine
This is Rietveld 408576698