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-image
/
svg-as-image.html
blob
e7757dc157cf0b50c59b63ec955c09ebd48a4d11
1
<html>
2
<head>
3
<style>
4
div {
5
background: red;
6
height:
100
px;
7
width:
100
px;
8
}
9
</style>
10
</head>
11
<body
style='margin:
0
px'
>
12
<div>
13
<img
src='resources/green-fixed-size-rect.svg'
>
14
</div>
15
</body>
16
</html>