Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
editing
/
execCommand
/
resources
/
self-closing-modal-dialog.html
blob: 912feceba458893388170206d6d48c0915df8245 [
file
] [
log
] [
blame
]
<script>
setTimeout
(()
=>
{
window
.
close
();
if
(
window
.
testRunner
)
{
testRunner
.
notifyDone
();
testRunner
.
abortModal
();
}
},
1000
);
</script>