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