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
/
iframes
/
resources
/
intermediate-frame.html
blob
78e2ff46da845b9e2de9d7ab551c737462ccb2c2
1
<!DOCTYPE
html
>
2
3
<html>
4
<head>
5
<style
type
=
"text/css"
media
=
"screen"
>
6
iframe {
7
height:
170
px;
8
width:
250
px;
9
border:
1
px solid black;
10
}
11
</style>
12
</head>
13
<body>
14
15
<iframe
src
=
"composited-subframe.html"
scrolling
=
"no"
></iframe>
16
17
</body>
18
</html>