Sign in
webkit
/
WebKit
/
86a62b4e10b5eafe5b671747e523f663338fb1b5
/
.
/
LayoutTests
/
fast
/
loader
/
resources
/
notify-done-with-window-count.html
blob: fe6f14fc87307a1761d21fc9c6da4c7f9d1b5199 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
{
alert
(
"Finishing test with a window count of "
+
testRunner
.
windowCount
());
testRunner
.
notifyDone
();
}
</script>