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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
compositing
/
will-change
/
neutral-keyframe-not-decomposed.html
blob
18c61a5f393f8e6026aaa8e3038f38a4ff5249ff
1
<!DOCTYPE
html
>
2
<style>
3
@keyframes test {
4
to {transform: rotate(
360
deg);}
5
}
6
#target {
7
border-left: solid;
8
border-top: solid;
9
will-change: transform;
10
animation-name: test;
11
animation-duration:
2
e10s;
12
animation-delay: -
1
e10s;
13
animation-timing-function: linear;
14
width:
100
px;
15
height:
100
px;
16
margin:
50
px;
17
}
18
</style>
19
The following shape should look like: _|
20
<div
id
=
"target"
></div>