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
/
background-image-tiled.html
blob
a87e92dacba9b7c7185dd6d5e4a3cb74c73fce6c
1
<!DOCTYPE
html
>
2
3
<html>
4
<head>
5
<title>
SVG background-image tiling
</title>
6
<style>
7
div{
8
border:
1
px solid #ccc;
9
width:
100
%;
10
height:
100
px;
11
background-image:url('resources/construction-tape.svg');
12
background-size:
100
px
100
%;
13
}
14
</style>
15
</head>
16
17
<body>
18
<div></div>
19
20
</body>
21
</html>