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
/
inspector
/
elements
/
highlight
/
resources
/
highlight-node-scaled-iframe.html
blob
aaed8712797058cbeba259a2487a5e3a61607a74
1
<html>
2
<head>
3
<style>
4
div {
5
margin:
7
px;
6
padding:
13
px;
7
border:
5
px solid black;
8
position: absolute;
9
left:
11
px;
10
top:
22
px;
11
width:
33
px;
12
height:
44
px;
13
background-color: red;
14
}
15
</style>
16
</head>
17
18
<body>
19
<div
id
=
"div"
></div>
20
<script>
21
top
.
iframeDivElement
=
document
.
getElementById
(
"div"
);
22
</script>
23
</body>
24