repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fullscreen
/
full-screen-detached-document.html
blob
b1ff91824f7591cfbd593fe2ae79047d65527f9e
1
<script>
2
if
(
window
.
testRunner
)
3
testRunner
.
dumpAsText
();
4
5
doc
=
document
.
implementation
.
createDocument
(
""
,
null
);
6
doc
.
appendChild
(
document
.
createElement
(
'video'
));
7
doc
.
firstChild
.
webkitRequestFullscreen
();
8
</script>
9
PASS if this didn't crash.