Sign in
webkit
/
WebKit
/
4a328e9e3c88f0bfc3237af647dba686fcdc0b68
/
.
/
LayoutTests
/
inspector
/
styles
/
resources
/
styles-source-lines-inline-iframe.html
blob: c6738cbffee5f2cf804edd51cadbfa9c8290660f [
file
] [
log
] [
blame
]
<html>
<head>
<style>
.
bar
{
color
:
red
;
}
</style>
<script>
function
iframeOnload
()
{
window
.
parent
.
iframeLoaded
=
true
;
}
</script>
</head>
<body
onload
=
"
iframeOnload
()
"
>
<div
id
=
"bar"
class
=
"bar"
>
Bar
</div>
</body>
</html>