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
/
virtual
/
threaded
/
animations
/
compositor-rotate-zero-degrees-expected.html
blob
3fc1997348ab993933191476aaafa8dac76eefdb
1
<!DOCTYPE
html
>
2
<style>
3
div {
4
position: absolute;
5
width:
100
px;
6
height:
100
px;
7
rotate:
225
deg
1 0 0
;
8
}
9
10
#target {
11
border-color: green;
12
border-style: dotted dashed solid double;
13
}
14
</style>
15
16
<div
id
=
"target"
></div>
17
18
<script>
19
</script>