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
/
svg
/
as-background-image
/
svg-width-100p-as-background.html
blob
a19e6203e37a248fb199e7c03d5cffa70305bca6
1
<html>
2
<head>
3
<style>
4
div {
5
background: red;
6
background-repeat: no-repeat;
7
background-image: url(resources/width-
100
-percent.svg);
8
height:
600
px;
9
width:
800
px;
10
}
11
</style>
12
</head>
13
<body
style='margin:
0
px'
>
14
<div>
</div>
15
</body>
16
</html>