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
/
compositing
/
framesets
/
composited-frame-alignment.html
blob
74015c5f3ed51d478b44b5a9f3fd022ee8b8e70a
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
Composited frame test
</title>
5
<style
type
=
"text/css"
media
=
"screen"
>
6
#frame2 {
7
position: absolute;
8
left:
100
px;
9
top:
100
px;
10
padding:
0
;
11
height:
300
px;
12
width:
400
px;
13
}
14
</style>
15
</head>
16
<frameset
rows
=
"*,400"
>
17
<frame></frame>
18
<frame
id
=
"frame2"
src
=
"resources/composited-subframe.html"
>
19
</frame>
20
</frameset>
21
</html>