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-request.html
blob
ad1b9cfc83355f494150925a6c247b9a02b2b793
1
<body>
2
<script
src
=
"full-screen-test.js"
></script>
3
<script>
4
waitForEventTestAndEnd
(
document
,
'webkitfullscreenchange'
,
"document.webkitIsFullScreen==true"
);
5
runWithKeyDown
(
function
(){
document
.
documentElement
.
webkitRequestFullScreen
()});
6
</script>