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
/
transform-responsive-neutral-keyframe-expected.html
blob
dcf2c7e1c1b04d658f713e5255e520452e77c3af
1
<!DOCTYPE
html
>
2
<style>
3
div {
4
position: absolute;
5
width:
100
px;
6
height:
100
px;
7
background: green;
8
animation: test
1
e8s;
9
transform: translateY(
50
px);
10
}
11
@keyframes test {
12
to { transform: translateX(
100
px); }
13
}
14
</style>
15
<div></div>