Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
events
/
resources
/
scroll-event-modal-dialog.html
blob: 9cfc1a27019103812da4d6e988a7845c7177549b [
file
] [
edit
]
<html>
<head>
<script>
function
closeWindow
()
{
if
(
window
.
testRunner
)
{
testRunner
.
abortModal
();
}
close
();
}
</script>
</head>
<body
onload
=
"
closeWindow
()
"
>
This is a modal dialog.
</body>
</html>