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
/
fast
/
transforms
/
rotated-transform-affects-scrolling-2.html
blob
f2504fdb0b40e63b4cb39ae9da5ac3ffc5284124
1
<html>
2
<head>
3
<style>
4
body { overflow: hidden; }
5
#rotate {
6
width:
1300
px;
7
height:
100
px;
8
background-color: purple;
9
transform:rotate(
80
deg);
10
border-left:
2
px solid red;
11
border-top:
2
px solid blue;
12
border-right:
2
px solid cyan;
13
border-bottom:
2
px solid green;
14
}
15
</style>
16
</head>
17
18
<body>
19
20
<div
id
=
"rotate"
></div>
21
22
</body>
23
</html>