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
/
318022-1.html
blob
155eb5d0cad113f15534c44520d2f4bdb77edb79
1
<!DOCTYPE
html
><html
class
=
"reftest-paged"
>
2
<head>
3
<style
type
=
"text/css"
media
=
"all"
>
4
html{font-size:
12
pt}
5
#a {float:left;}
6
#b {clear:both;}
7
#c {page-break-before:always;}
8
</style>
9
</head>
10
<body>
11
<div
id
=
"a"
>
Line
1
</div>
12
<div
id
=
"b"
>
Line
2
</div>
13
<div
id
=
"c"
>
Line
3
</div>
14
</body>
15
</html>