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-zIndex-expected.html
blob
37c105b4579535c36cbd0eba49f31f331ab68ead
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
body {
6
background-color: black;
7
}
8
div {
9
width:
200
px;
10
height:
100
px;
11
border:
4
px solid darkgreen;
12
background-color: green;
13
position: absolute;
14
left:
50
%;
15
top:
50
%;
16
margin-left: -
104
px;
17
margin-top: -
54
px;
18
}
19
</style>
20
</head>
21
<body>
22
<div></div>
23
</body>
24
</html>