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

Unified Diff: LayoutTests/animations/display-change-does-not-terminate-animation-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/display-change-does-not-terminate-animation-expected.txt
diff --git a/LayoutTests/animations/display-change-does-not-terminate-animation-expected.txt b/LayoutTests/animations/display-change-does-not-terminate-animation-expected.txt
index 1a5f16c93899633452a47802fea6890472c6703e..2ea1016531a73d77c1fe48c9a791def6d533744e 100644
--- a/LayoutTests/animations/display-change-does-not-terminate-animation-expected.txt
+++ b/LayoutTests/animations/display-change-does-not-terminate-animation-expected.txt
@@ -1,4 +1,34 @@
Tests that changing the display property of a running animation to a value other than 'none' does not cause it to terminate or re-start.
target
-FAIL: Start event fired again
+INFO: Start event fired
+INFO: Setting display to inline
+PASS: Left property was not reset
+INFO: Setting display to block
+PASS: Left property was not reset
+INFO: Setting display to inline-block
+PASS: Left property was not reset
+INFO: Setting display to inline-table
+PASS: Left property was not reset
+INFO: Setting display to list-item
+PASS: Left property was not reset
+INFO: Setting display to run-in
+PASS: Left property was not reset
+INFO: Setting display to table
+PASS: Left property was not reset
+INFO: Setting display to table-caption
+PASS: Left property was not reset
+INFO: Setting display to table-column-group
+PASS: Left property was not reset
+INFO: Setting display to table-header-group
+PASS: Left property was not reset
+INFO: Setting display to table-footer-group
+PASS: Left property was not reset
+INFO: Setting display to table-row-group
+PASS: Left property was not reset
+INFO: Setting display to table-cell
+PASS: Left property was not reset
+INFO: Setting display to table-column
+PASS: Left property was not reset
+INFO: Setting display to table-row
+PASS: Left property was not reset

Powered by Google App Engine
This is Rietveld 408576698