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

Unified Diff: third_party/WebKit/LayoutTests/virtual/threaded/animations/transitions-retarget.html

Issue 2702483002: Paint some content for animated elements in composited animation tests. (Closed)
Patch Set: Don't revise sample-on-last-keyframe.html test. Created 3 years, 10 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 | « third_party/WebKit/LayoutTests/virtual/threaded/animations/inline-block-transform.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/virtual/threaded/animations/transitions-retarget.html
diff --git a/third_party/WebKit/LayoutTests/virtual/threaded/animations/transitions-retarget.html b/third_party/WebKit/LayoutTests/virtual/threaded/animations/transitions-retarget.html
index facc097add596a0dd3dd44a9ecff46f653e4fece..46e055ab1588de49e46dbef334a8dbae282eaad5 100644
--- a/third_party/WebKit/LayoutTests/virtual/threaded/animations/transitions-retarget.html
+++ b/third_party/WebKit/LayoutTests/virtual/threaded/animations/transitions-retarget.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
-<div id='element'></div>
+<div id="element">x</div>
<style>
#element {
transition: transform 2000ms;
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/threaded/animations/inline-block-transform.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698