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
/
display-inline-style-adjust.html
blob
baee87d9b0acd80763b5cc2e153e3982e5412053
1
<!DOCTYPE
html
>
2
<style>
3
@keyframes test {
4
from { background-position:
0 0
;}
5
to { background-position:
1
px
1
px;}
6
}
7
div {
8
position: absolute;
9
top:
4
em;
10
width:
400
px;
11
}
12
.animated {
13
position: absolute;
14
animation: test
1000
s;
15
}
16
</style>
17
18
<div>
19
<span>
This sentence shoul
</span>
20
<span
class
=
"animated"
>
d span a single line.
</span>
21
</div>