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