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
/
LayoutTests
/
fast
/
block
/
positioning
/
resources
/
window-height-change-frame-flex.html
blob
8d10871ae93aebd596cf8a56d0a9ed812306931a
1
<!DOCTYPE
html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
>
2
<html
xmlns
=
"http://www.w3.org/1999/xhtml"
xml:
lang
=
"en"
lang
=
"en"
style
=
"display: -webkit-box;"
>
3
<head>
4
<style
type
=
"text/css"
>
5
body
{
6
background
:
red
;
7
}
8
div
{
9
background
:
green
;
10
width
:
100px
;
11
position
:
absolute
;
12
top
:
0
;
13
bottom
:
0
;
14
left
:
0
;
15
right
:
0
;
16
}
17
</style>
18
</head>
19
<body>
20
<div></div>
21
</body>
22
</html>