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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
as-background-image
/
svg-as-tiled-background.html
blob
e84f73ada7de8923c9ad11ea52a386fd336b6e6d
1
<html>
2
<head>
3
<style>
4
div {
5
background: red;
6
background-repeat: repeat;
7
-webkit-background-size:
50
%;
8
background-image: url(resources/green-fixed-size-rect.svg);
9
height:
100
px;
10
width:
100
px;
11
}
12
</style>
13
</head>
14
<body
style='margin:
0
px'
>
15
<div>
16
17
</div>
18
</body>
19
</html>