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

Unified Diff: LayoutTests/animations/interpolation/visibility-interpolation-expected.txt

Issue 70903004: Web Animations CSS: Add to experimental web platform features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add expectations for a couple more newly failing tests Created 7 years, 1 month 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/visibility-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/visibility-interpolation-expected.txt b/LayoutTests/animations/interpolation/visibility-interpolation-expected.txt
index f7e534b5e2b7a5cdedd17bee2538308dbc804652..ace51064eeca0cc6c74e9e00153da148d46f96da 100644
--- a/LayoutTests/animations/interpolation/visibility-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/visibility-interpolation-expected.txt
@@ -15,9 +15,9 @@ PASS: visibility from [collapse] to [visible] was [visible] at 0.1
PASS: visibility from [collapse] to [visible] was [visible] at 0.9
PASS: visibility from [collapse] to [visible] was [visible] at 1
PASS: visibility from [collapse] to [visible] was [visible] at 1.5
-FAIL: visibility from [collapse] to [hidden] was [hidden] at -1, expected [collapse]
-FAIL: visibility from [collapse] to [hidden] was [hidden] at 0, expected [collapse]
-FAIL: visibility from [collapse] to [hidden] was [hidden] at 0.4, expected [collapse]
+PASS: visibility from [collapse] to [hidden] was [collapse] at -1
+PASS: visibility from [collapse] to [hidden] was [collapse] at 0
+PASS: visibility from [collapse] to [hidden] was [collapse] at 0.4
PASS: visibility from [collapse] to [hidden] was [hidden] at 0.5
PASS: visibility from [collapse] to [hidden] was [hidden] at 1
PASS: visibility from [collapse] to [hidden] was [hidden] at 1.5

Powered by Google App Engine
This is Rietveld 408576698