Sign in
webkit
/
WebKit
/
6cbf70a658dc0d78953378859f61b184ff4f2841
/
.
/
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>