Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkit-2023.4-embargoed
/
.
/
LayoutTests
/
fullscreen
/
webkit-exit-full-screen-crash.html
blob: 37abe74c2031c4fcbf30836c694d365310907511 [
file
] [
edit
]
<script>
function
test
()
{
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
document
.
webkitExitFullscreen
();
document
.
body
.
innerHTML
=
'PASS if no crash'
;
}
</script>
<body
onload
=
"
test
()
"
>
</body>