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
/
webkit-perspective-expected.html
blob
a0f9c5b4f4a54d4d7dbd72a27a93770d7a69d98f
1
<!DOCTYPE
html
>
2
<style>
3
#perspective {
4
-webkit-perspective:
150
px;
5
height:
150
px;
6
width:
150
px;
7
margin:
50
px;
8
padding:
10
px;
9
}
10
11
#transform {
12
width:
150
px;
13
height:
150
px;
14
background: blue;
15
transform: rotateY(
45
deg);
16
}
17
</style>
18
<div
id
=
"perspective"
>
19
<div
id
=
"transform"
>
20
</div>
21
</div>