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

Unified Diff: LayoutTests/animations/insert-composited-animation-expected.html

Issue 1196163003: Fix animations not starting on detached elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add test Created 5 years, 6 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/insert-composited-animation-expected.html
diff --git a/LayoutTests/animations/composited-animation-style-update-expected.html b/LayoutTests/animations/insert-composited-animation-expected.html
similarity index 70%
copy from LayoutTests/animations/composited-animation-style-update-expected.html
copy to LayoutTests/animations/insert-composited-animation-expected.html
index dd034e9ae674aa5349464fce7a4929923fa4451a..5d963b71e60c5c3a6023ea8c2078addf9aa75d9a 100644
--- a/LayoutTests/animations/composited-animation-style-update-expected.html
+++ b/LayoutTests/animations/insert-composited-animation-expected.html
@@ -4,9 +4,8 @@ div {
position: absolute;
width: 100px;
height: 100px;
- font-size: 50px;
background: green;
- transform: translate(1em, 1em);
+ transform: translate(50px, 50px);
}
</style>
<div></div>
« no previous file with comments | « LayoutTests/animations/insert-composited-animation.html ('k') | LayoutTests/animations/insert-style-dependent-animation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698