repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
no bug - Correct some typos in the comments. a=typo-fix
[gecko.git]
/
gfx
/
tests
/
reftest
/
1419528-ref.html
blob
2a3595b9afba86cf105072254d60a9c6f2a63d46
1
<!DOCTYPE
html
>
2
<style>
3
.outer {
4
display: flex;
5
}
6
.inner {
7
padding-bottom:
6
px;
8
padding-top:
10
px;
9
}
10
</style>
11
<body>
12
<div
class
=
"outer"
>
13
<ul
class
=
"inner"
>
14
Testing
15
</ul>
16
</div>
17
</body>
18
</html>