Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
imported
/
blink
/
fullscreen
/
full-screen-detached-document.html
blob: b1ff91824f7591cfbd593fe2ae79047d65527f9e [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
doc
=
document
.
implementation
.
createDocument
(
""
,
null
);
doc
.
appendChild
(
document
.
createElement
(
'video'
));
doc
.
firstChild
.
webkitRequestFullscreen
();
</script>
PASS if this didn't crash.