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