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
/
size
/
backgroundSize18.html
blob
5197c9c1bb773f3d3e71e9ad34612af1cc1ffd49
1
<head>
2
<style>
3
div {
4
border:
10
px double #
000000
;
5
padding:
10
px;
6
background: url('resources/flower.jpg');
7
-webkit-background-size:
25
% auto;
8
background-position: center left;
9
-webkit-background-origin: padding-box;
10
}
11
</style>
12
</head>
13
14
<body>
15
<div
style
=
"width:500px; height:500px;"
></div>
16
</body>