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

Side by Side Diff: LayoutTests/animations/animation-paused-hardware-expected.html

Issue 159733003: Don't run paused animations on the compositor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add automated test. Created 6 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 unified diff | Download patch
« no previous file with comments | « LayoutTests/animations/animation-paused-hardware.html ('k') | Source/core/animation/Player.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <head>
4 <title>Test that paused composited animations do not animate</title>
5 <style>
6 #box {
7 background-color: coral;
8 height: 100px;
9 width: 100px;
10 opacity: 1.0;
11 }
12 </style>
13 </head>
14 <body>
15 <div id="box"></div>
16 <div id="result">
17 Warning this test is running in real-time and may be flaky.<br>
18 PASS - "opacity" property for "box" element at 0.2s saw something close to: 1
19 </div>
20 </body>
21 </html>
OLDNEW
« no previous file with comments | « LayoutTests/animations/animation-paused-hardware.html ('k') | Source/core/animation/Player.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698