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

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

Issue 1153413007: Resolve style in element.animate() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add DOCTYPE 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/composited-animation-style-update-expected.html
diff --git a/LayoutTests/animations/composited-animation-style-update-expected.html b/LayoutTests/animations/composited-animation-style-update-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..dd034e9ae674aa5349464fce7a4929923fa4451a
--- /dev/null
+++ b/LayoutTests/animations/composited-animation-style-update-expected.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<style>
+div {
+ position: absolute;
+ width: 100px;
+ height: 100px;
+ font-size: 50px;
+ background: green;
+ transform: translate(1em, 1em);
+}
+</style>
+<div></div>
« no previous file with comments | « LayoutTests/animations/composited-animation-style-update.html ('k') | Source/core/animation/EffectInput.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698