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

Unified Diff: third_party/WebKit/LayoutTests/animations/sample-on-last-keyframe.html

Issue 2702483002: Paint some content for animated elements in composited animation tests. (Closed)
Patch Set: 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
Index: third_party/WebKit/LayoutTests/animations/sample-on-last-keyframe.html
diff --git a/third_party/WebKit/LayoutTests/animations/sample-on-last-keyframe.html b/third_party/WebKit/LayoutTests/animations/sample-on-last-keyframe.html
index 7c7cc27675b636e169566cf036004508fb0b518d..d4370e9b82b8a859875d27f2882cdd93b19bdb7a 100644
--- a/third_party/WebKit/LayoutTests/animations/sample-on-last-keyframe.html
+++ b/third_party/WebKit/LayoutTests/animations/sample-on-last-keyframe.html
@@ -34,7 +34,7 @@
</head>
<body>
<p>Tests sampling a keyframe animation on the last keyframe.</p>
-<div id="test"></div>
+<div id="test">x</div>
alancutter (OOO until 2018) 2017/02/16 01:12:30 This test doesn't depend on the animation being co
wkorman 2017/02/17 21:42:31 This test hangs when run in SPv2 via: 1. comment
alancutter (OOO until 2018) 2017/02/20 00:18:30 I consider this test failing as an indication that
wkorman 2017/02/23 21:36:58 I see what you're saying, but let me make sure I u
<div id="result">
</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698