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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
api_test
/
tab_capture
/
fullscreen_test.html
blob
5d2b90ea83c3662a14649826a6ca36c3d4cf4877
1
<html>
2
<head>
3
<script
src
=
"fullscreen_test.js"
></script>
4
<style>
5
body {
6
width:
100
%;
7
height:
100
%;
8
margin:
0
px;
9
padding:
0
px;
10
background-color: #f33;
11
foreground-color: #
3
ff;
12
font-size: xx-large;
13
}
14
</style>
15
</head>
16
<body>
17
Click anywhere to toggle fullscreen.
18
</body>
19
</html>