OLD | NEW |
---|---|
(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> | |
OLD | NEW |