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
/
background-position-repeat-rendering-expected.html
blob
aeca1c1326c508c4a6a366c1927114781ea07f0d
1
<!doctype
html
>
2
<title>
Test non-top-left background-position anchors together with repeating backgrounds
</title>
3
<style>
4
body { margin:
0
}
5
div {
6
width:
100
px;
7
height:
300
px;
8
background-color: lime;
9
}
10
</style>
11
<div></div>