Sign in
nest-open-source
/
manifest_repos
/
chromium_src
/
ce182f4f4cdacd008274200f23abd3db3c4cbfb7
/
.
/
third_party
/
blink
/
web_tests
/
fullscreen
/
full-screen-detached-document.html
blob: b1ff91824f7591cfbd593fe2ae79047d65527f9e [
file
]
<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.