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
/
styles
/
resources
/
styles-source-lines-inline-iframe.html
blob
c6738cbffee5f2cf804edd51cadbfa9c8290660f
1
<html>
2
<head>
3
<style>
4
.bar {
5
color: red;
6
}
7
</style>
8
<script>
9
function
iframeOnload
()
10
{
11
window
.
parent
.
iframeLoaded
=
true
;
12
}
13
</script>
14
</head>
15
16
<body
onload
=
"iframeOnload()"
>
17
<div
id
=
"bar"
class
=
"bar"
>
Bar
</div>
18
</body>
19
20
</html>