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
/
overflow
/
resources
/
composited-subframe.html
blob
92b3b7f4f5ba7359c1d9dba1232c79b52d80bd20
1
<!DOCTYPE
html
>
2
3
<html>
4
<head>
5
<style
type
=
"text/css"
media
=
"screen"
>
6
body { background-color:silver }
7
8
.box {
9
height:
200
px;
10
width:
200
px;
11
margin:
10
px;
12
padding:
5
px;
13
background-color: blue;
14
transform: translateZ(
0
);
15
overflow:hidden;
16
}
17
.box:hover {
18
transform: none;
19
}
20
</style>
21
</head>
22
<body>
23
24
<div
id
=
"iframe-content"
class
=
"box"
>
25
</div>
26
27
</body>
28
</html>