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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/animations/interpolation/background-color-interpolation-unset-expected.txt
diff --git a/LayoutTests/animations/interpolation/background-color-interpolation-unset-expected.txt b/LayoutTests/animations/interpolation/background-color-interpolation-unset-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ade842e6a1a4dd4621efc675a3dc3bbdc1a3bf65
--- /dev/null
+++ b/LayoutTests/animations/interpolation/background-color-interpolation-unset-expected.txt
@@ -0,0 +1,16 @@
+CSS Animations:
+PASS: background-color from [unset] to [transparent] was [transparent] at -0.3
+PASS: background-color from [unset] to [transparent] was [transparent] at 0
+PASS: background-color from [unset] to [transparent] was [transparent] at 0.3
+PASS: background-color from [unset] to [transparent] was [transparent] at 0.6
+PASS: background-color from [unset] to [transparent] was [transparent] at 1
+PASS: background-color from [unset] to [transparent] was [transparent] at 1.5
+
+Web Animations API:
+PASS: backgroundColor from [unset] to [transparent] was [transparent] at -0.3
+PASS: backgroundColor from [unset] to [transparent] was [transparent] at 0
+PASS: backgroundColor from [unset] to [transparent] was [transparent] at 0.3
+PASS: backgroundColor from [unset] to [transparent] was [transparent] at 0.6
+PASS: backgroundColor from [unset] to [transparent] was [transparent] at 1
+PASS: backgroundColor from [unset] to [transparent] was [transparent] at 1.5
+

Powered by Google App Engine
This is Rietveld 408576698