Sign in
webkit
/
WebKit
/
473b92ed852160eab7c2365a49eda22bbbc97909
/
.
/
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>