repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
animations
/
animation-paused-hardware-expected.html
blob
63e8f1510af9063ee1f0496b2afa91f38db95776
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:
100
px;
9
width:
100
px;
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.2
s saw something close to:
1
19
</div>
20
</body>
21
</html>