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]
/
third_party
/
WebKit
/
Source
/
web
/
tests
/
data
/
fullscreen_div.html
blob
8a4777be445e38d2a351dcbff677cb90678a38b7
1
<!DOCTYPE
html
>
2
<style>
3
div#div1 {
4
background: blue;
5
width:
200
px;
6
height:
200
px;
7
}
8
div#div2 {
9
background: red;
10
width:
2000
px;
11
height:
2000
px;
12
}
13
</style>
14
<body>
15
<div
id
=
"div1"
>
will go fullscreen
</div>
16
<div
id
=
"div2"
>
will not go fullscreen
</div>
17
</body>