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-expected.html
blob
25dc90403d23c16fca46475b067d20673bd273cd
1
<!DOCTYPE
html
>
2
<style>
3
#outer {
4
width:
300
px;
5
height:
300
px;
6
background-color: blue;
7
position: relative;
8
}
9
#inner {
10
width:
100
px;
11
height:
100
px;
12
position: absolute;
13
left:
100
px;
14
top:
100
px;
15
background-color: green;
16
}
17
</style>
18
<div
id=outer
>
19
<div
id=inner
></div>
20
</div>