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-stacking-context-expected.html
blob
98a5e31ad17a27b3e3fa01c0c8979a3b2376a036
1
<!DOCTYPE
html
>
2
<video></video>
3
<script>
4
var
runPixelTests
=
true
;
5
</script>
6
<script
src
=
"full-screen-test.js"
></script>
7
<script>
8
document
.
onwebkitfullscreenchange
=
endTest
;
9
runWithKeyDown
(
function
() {
10
document
.
querySelector
(
"video"
).
webkitRequestFullScreen
();
11
});
12
</script>