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
/
css3
/
background
/
background-repeat-round-content-expected.html
blob
ae607705bba6424937f22c98757f1c0f67930ffd
1
<!DOCTYPE
html
>
2
<html
lang
=
"en"
>
3
<head>
4
<style>
5
div
6
{
7
width:
800
px;
8
height:
400
px;
9
padding:
50
px;
10
border:
50
px solid transparent;
11
background-image: url(resources/circle.png);
12
background-size:
73
px
40
px;
13
background-repeat: repeat;
14
background-origin: content-box;
15
background-clip: content-box;
16
}
17
</style>
18
</head>
19
20
<body>
21
<div/>
22
</body>
23
24
</html>
25