Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / animations / animation-paused-hardware-expected.html
blob63e8f1510af9063ee1f0496b2afa91f38db95776
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;
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>