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-border.html
blob
f3a7239eee65d2c63b248d27413f4ea237eb74d7
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:
106
px;
13
background-repeat: round;
14
background-origin: border-box;
15
background-clip: border-box;
16
}
17
</style>
18
</head>
19
20
<body>
21
<div/>
22
</body>
23
24
</html>
25