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]
/
content
/
test
/
data
/
frame_tree
/
page_with_positioned_frame.html
blob
a235881bbe656c88190c2b86f69deee748b8277f
1
<!DOCTYPE
html
>
2
<style>
3
iframe {
4
position:absolute;
5
top:
50
px;
6
left:
50
px;
7
width:
100
px;
8
height:
100
px;
9
}
10
</style>
11
<html>
12
<body>
13
<iframe
src
=
"/cross-site/baz.com/title1.html"
></iframe>
14
This page contains a positioned cross-origin iframe.
15
</body>
16
</html>