Sign in
webkit
/
WebKit
/
5ee61c06e54d41c4ffb65d69f6b4605c35afb105
/
.
/
LayoutTests
/
userscripts
/
resources
/
frame2.html
blob: 04c8eca5fc635305407fd03c7a962de2ab1c5b5a [
file
] [
log
] [
blame
]
<html>
<body>
<script>
window
.
onload
=
function
()
{
if
(
window
.
testRunner
)
testRunner
.
notifyDone
();
}
</script>
<div
id
=
"thinger"
>
thinger
</div>
</body>
</html>