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

Unified Diff: LayoutTests/animations/composited-animation-style-update.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
« no previous file with comments | « no previous file | LayoutTests/animations/composited-animation-style-update-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/composited-animation-style-update.html
diff --git a/LayoutTests/animations/composited-animation-style-update.html b/LayoutTests/animations/composited-animation-style-update.html
deleted file mode 100644
index 25f7a923af013aeecb4e8b7b9c1ee1015db12239..0000000000000000000000000000000000000000
--- a/LayoutTests/animations/composited-animation-style-update.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<style>
-div {
- position: absolute;
- width: 100px;
- height: 100px;
-}
-
-#expectation {
- font-size: 50px;
- background: red;
- transform: translate(1em, 1em);
-}
-
-#target {
- font-size: 1px;
- background: green;
-}
-</style>
-<div id="expectation"></div>
-<div id="target"></div>
-<script>
-target.style.fontSize = "50px";
-target.animate([
- {transform: "translate(1em, 1em)"},
- {transform: "translate(1em, 1em)"},
-], {
- duration: 1000,
- iterations: Infinity,
-});
-</script>
« no previous file with comments | « no previous file | LayoutTests/animations/composited-animation-style-update-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698