Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/apple-security
/
.
/
LayoutTests
/
fast
/
loader
/
resources
/
notify-done-with-window-count.html
blob: fe6f14fc87307a1761d21fc9c6da4c7f9d1b5199 [
file
] [
edit
]
<script>
if
(
window
.
testRunner
)
{
alert
(
"Finishing test with a window count of "
+
testRunner
.
windowCount
());
testRunner
.
notifyDone
();
}
</script>