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
/
fast
/
backgrounds
/
root-background-fixed-attachment-positioning.html
blob
086695d7ba3ab856257eebf695468ebcb0597460
1
<!DOCTYPE
html
>
2
<style>
3
html {
4
background: url('../../compositing/repaint/resources/grid.png');
5
position: absolute;
6
left:
12
px;
7
top:
34
px;
8
9
background-attachment: fixed;
10
}
11
</style>
12
Root background with fixed attachment shouldn't be affected by layout of the root box.