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
Backed out 6 changesets (bug 1921980) for causing wrench bustages. CLOSED TREE
[gecko.git]
/
layout
/
reftests
/
pagination
/
contain-size-break-001-ref.html
blob
9e28978679c526939b3d2be856621a6f94975903
1
<!DOCTYPE
html
>
2
<html
class
=
"reftest-paged"
>
3
<head>
4
<meta
charset
=
"utf-8"
>
5
<title>
CSS Reftest Reference
</title>
6
<style>
7
.basicOuter {
8
height:
20
px;
9
background: orange;
10
}
11
</style>
12
</head>
13
<body>
14
<div
class
=
"basicOuter"
>
15
before
16
<div>
inside
</div>
17
after
18
</div>
19
</body>
20
</html>