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
/
custom
/
svg-root-padding-left.html
blob
e709ef9988222d64549d76106e1fc87b53b026c7
1
<!DOCTYPE
html
>
2
<style>
3
svg {
4
background-color: blue;
5
padding-left:
100
px;
6
}
7
</style>
8
<svg
width
=
"200"
height
=
"300"
>
9
<rect
y
=
"100"
width
=
"100"
height
=
"100"
fill
=
"green"
/>
10
</svg>