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
/
compositing
/
fixed-background-negative-z-index-fixed-expected.html
blob
305c766e3da5acebe5bc0618c632a8087a765eca
1
<!DOCTYPE
html
>
2
3
<html>
4
<head>
5
<style>
6
body {
7
height:
2000
px;
8
background-image: url('resources/simple_image.png');
9
background-size:
200
px
200
px;
10
background-attachment: fixed;
11
overflow: hidden; /* hide scrollbar */
12
}
13
.fixed {
14
position: fixed;
15
z-index: -
1
;
16
top:
50
px;
17
left:
50
px;
18
width:
200
px;
19
height:
200
px;
20
background-color: silver;
21
}
22
</style>
23
</head>
24
<body>
25
26
<div
class
=
"fixed box"
></div>
27
28
</body>
29
</html>