зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin
find layout/reftests/pagination -type f | xargs sed -i 's/^r//g' Differential Revision: https://phabricator.services.mozilla.com/D68483 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
775e391d85
Коммит
08eb278be8
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="reftest-paged">
|
||||
<body style="margin:0">
|
||||
<div style="height:10000px; background:blue;">
|
||||
<div style="height:5000px; width:50%; background:yellow;">
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html class="reftest-paged">
|
||||
<body style="margin:0">
|
||||
<div style="height:10000px; background:blue;">
|
||||
<div style="height:5000px; width:50%; background:yellow;">
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="reftest-paged">
|
||||
<body style="margin:0; height:10000px; background:blue;">
|
||||
<div style="height:5000px; width:50%; background:yellow;">
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html class="reftest-paged">
|
||||
<body style="margin:0; height:10000px; background:blue;">
|
||||
<div style="height:5000px; width:50%; background:yellow;">
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,36 +1,36 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html class="reftest-paged">
|
||||
<style type="text/css">
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.float {
|
||||
float: right;
|
||||
width: 15px;
|
||||
background: aqua;
|
||||
height: 5in;
|
||||
}
|
||||
.L {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
background: red;
|
||||
}
|
||||
|
||||
.clear {
|
||||
border-bottom: solid orange;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container">
|
||||
<div class="float L"></div>
|
||||
<div class="float R"></div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<br clear="all">
|
||||
</div>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html class="reftest-paged">
|
||||
<style type="text/css">
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.float {
|
||||
float: right;
|
||||
width: 15px;
|
||||
background: aqua;
|
||||
height: 5in;
|
||||
}
|
||||
.L {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
background: red;
|
||||
}
|
||||
|
||||
.clear {
|
||||
border-bottom: solid orange;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container">
|
||||
<div class="float L"></div>
|
||||
<div class="float R"></div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<br clear="all">
|
||||
</div>
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html class="reftest-paged">
|
||||
<style type="text/css">
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.container {
|
||||
border: 15px aqua;
|
||||
border-style: none solid;
|
||||
height: 5in;
|
||||
}
|
||||
.clear {
|
||||
border-bottom: solid orange;
|
||||
background: red;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container">
|
||||
</div>
|
||||
<div class="clear">
|
||||
</div>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html class="reftest-paged">
|
||||
<style type="text/css">
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.container {
|
||||
border: 15px aqua;
|
||||
border-style: none solid;
|
||||
height: 5in;
|
||||
}
|
||||
.clear {
|
||||
border-bottom: solid orange;
|
||||
background: red;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container">
|
||||
</div>
|
||||
<div class="clear">
|
||||
</div>
|
||||
|
|
|
@ -1,43 +1,43 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<style type="text/css">
|
||||
.multicol {
|
||||
margin: 1em;
|
||||
border: solid silver;
|
||||
width: 300px;
|
||||
column-width: 100px;
|
||||
column-gap: 0;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.float {
|
||||
float: right;
|
||||
width: 15px;
|
||||
background: aqua;
|
||||
height: 250px;
|
||||
}
|
||||
.L {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
background: red;
|
||||
}
|
||||
|
||||
.clear {
|
||||
border-bottom: solid orange;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>The orange line should be halfway down the third column
|
||||
(immediately after the end of the aqua lines).
|
||||
|
||||
<div class="multicol">
|
||||
<div class="container">
|
||||
<div class="float L"></div>
|
||||
<div class="float R"></div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<br clear="all">
|
||||
</div>
|
||||
</div>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<style type="text/css">
|
||||
.multicol {
|
||||
margin: 1em;
|
||||
border: solid silver;
|
||||
width: 300px;
|
||||
column-width: 100px;
|
||||
column-gap: 0;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.float {
|
||||
float: right;
|
||||
width: 15px;
|
||||
background: aqua;
|
||||
height: 250px;
|
||||
}
|
||||
.L {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
background: red;
|
||||
}
|
||||
|
||||
.clear {
|
||||
border-bottom: solid orange;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>The orange line should be halfway down the third column
|
||||
(immediately after the end of the aqua lines).
|
||||
|
||||
<div class="multicol">
|
||||
<div class="container">
|
||||
<div class="float L"></div>
|
||||
<div class="float R"></div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<br clear="all">
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<style type="text/css">
|
||||
.multicol {
|
||||
margin: 1em;
|
||||
border: solid silver;
|
||||
width: 300px;
|
||||
column-width: 100px;
|
||||
column-gap: 0;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.container {
|
||||
border: 15px aqua;
|
||||
border-style: none solid;
|
||||
height: 250px;
|
||||
}
|
||||
.clear {
|
||||
border-bottom: solid orange;
|
||||
background: red;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>The orange line should be halfway down the third column
|
||||
(immediately after the end of the aqua lines).
|
||||
|
||||
<div class="multicol">
|
||||
<div class="container">
|
||||
</div>
|
||||
<div class="clear">
|
||||
</div>
|
||||
</div>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<style type="text/css">
|
||||
.multicol {
|
||||
margin: 1em;
|
||||
border: solid silver;
|
||||
width: 300px;
|
||||
column-width: 100px;
|
||||
column-gap: 0;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.container {
|
||||
border: 15px aqua;
|
||||
border-style: none solid;
|
||||
height: 250px;
|
||||
}
|
||||
.clear {
|
||||
border-bottom: solid orange;
|
||||
background: red;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>The orange line should be halfway down the third column
|
||||
(immediately after the end of the aqua lines).
|
||||
|
||||
<div class="multicol">
|
||||
<div class="container">
|
||||
</div>
|
||||
<div class="clear">
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,36 +1,36 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html class="reftest-paged">
|
||||
<style type="text/css">
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.float {
|
||||
float: right;
|
||||
width: 15px;
|
||||
background: aqua;
|
||||
height: 5in;
|
||||
}
|
||||
.L {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.clear {
|
||||
border-bottom: solid orange;
|
||||
background: red;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container">
|
||||
<div class="float L"></div>
|
||||
<div class="float R"></div>
|
||||
<br clear="all">
|
||||
</div>
|
||||
<div class="clear">
|
||||
</div>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html class="reftest-paged">
|
||||
<style type="text/css">
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.float {
|
||||
float: right;
|
||||
width: 15px;
|
||||
background: aqua;
|
||||
height: 5in;
|
||||
}
|
||||
.L {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.clear {
|
||||
border-bottom: solid orange;
|
||||
background: red;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container">
|
||||
<div class="float L"></div>
|
||||
<div class="float R"></div>
|
||||
<br clear="all">
|
||||
</div>
|
||||
<div class="clear">
|
||||
</div>
|
||||
|
|
|
@ -1,43 +1,43 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<style type="text/css">
|
||||
.multicol {
|
||||
margin: 1em;
|
||||
border: solid silver;
|
||||
width: 300px;
|
||||
column-width: 100px;
|
||||
column-gap: 0;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.float {
|
||||
float: right;
|
||||
width: 15px;
|
||||
background: aqua;
|
||||
height: 250px;
|
||||
}
|
||||
.L {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.clear {
|
||||
border-bottom: solid orange;
|
||||
background: red;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>The orange line should be halfway down the third column
|
||||
(immediately after the end of the aqua lines).
|
||||
|
||||
<div class="multicol">
|
||||
<div class="container">
|
||||
<div class="float L"></div>
|
||||
<div class="float R"></div>
|
||||
<br clear="all">
|
||||
</div>
|
||||
<div class="clear">
|
||||
</div>
|
||||
</div>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<style type="text/css">
|
||||
.multicol {
|
||||
margin: 1em;
|
||||
border: solid silver;
|
||||
width: 300px;
|
||||
column-width: 100px;
|
||||
column-gap: 0;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.float {
|
||||
float: right;
|
||||
width: 15px;
|
||||
background: aqua;
|
||||
height: 250px;
|
||||
}
|
||||
.L {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.clear {
|
||||
border-bottom: solid orange;
|
||||
background: red;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>The orange line should be halfway down the third column
|
||||
(immediately after the end of the aqua lines).
|
||||
|
||||
<div class="multicol">
|
||||
<div class="container">
|
||||
<div class="float L"></div>
|
||||
<div class="float R"></div>
|
||||
<br clear="all">
|
||||
</div>
|
||||
<div class="clear">
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,36 +1,36 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html class="reftest-paged">
|
||||
<style type="text/css">
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.float {
|
||||
float: right;
|
||||
width: 15px;
|
||||
background: aqua;
|
||||
height: 5in;
|
||||
}
|
||||
.L {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 2in;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: left;
|
||||
border-bottom: solid orange;
|
||||
background: red;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container">
|
||||
<div class="float L"></div>
|
||||
<div class="float R"></div>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html class="reftest-paged">
|
||||
<style type="text/css">
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.float {
|
||||
float: right;
|
||||
width: 15px;
|
||||
background: aqua;
|
||||
height: 5in;
|
||||
}
|
||||
.L {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 2in;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: left;
|
||||
border-bottom: solid orange;
|
||||
background: red;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container">
|
||||
<div class="float L"></div>
|
||||
<div class="float R"></div>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
|
|
@ -1,43 +1,43 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<style type="text/css">
|
||||
.multicol {
|
||||
margin: 1em;
|
||||
border: solid silver;
|
||||
width: 300px;
|
||||
column-width: 100px;
|
||||
column-gap: 0;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.float {
|
||||
float: right;
|
||||
width: 15px;
|
||||
background: aqua;
|
||||
height: 250px;
|
||||
}
|
||||
.L {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
background: red;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: left;
|
||||
border-bottom: solid orange;
|
||||
background: red;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>The orange line should be halfway down the third column
|
||||
(immediately after the end of the aqua lines).
|
||||
|
||||
<div class="multicol">
|
||||
<div class="container">
|
||||
<div class="float L"></div>
|
||||
<div class="float R"></div>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<style type="text/css">
|
||||
.multicol {
|
||||
margin: 1em;
|
||||
border: solid silver;
|
||||
width: 300px;
|
||||
column-width: 100px;
|
||||
column-gap: 0;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.float {
|
||||
float: right;
|
||||
width: 15px;
|
||||
background: aqua;
|
||||
height: 250px;
|
||||
}
|
||||
.L {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
background: red;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: left;
|
||||
border-bottom: solid orange;
|
||||
background: red;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>The orange line should be halfway down the third column
|
||||
(immediately after the end of the aqua lines).
|
||||
|
||||
<div class="multicol">
|
||||
<div class="container">
|
||||
<div class="float L"></div>
|
||||
<div class="float R"></div>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
|
|
@ -1,45 +1,45 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html class="reftest-paged">
|
||||
<style type="text/css">
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.step {
|
||||
height: 1in;
|
||||
border: 15px aqua;
|
||||
border-style: none solid;
|
||||
}
|
||||
.float {
|
||||
float: right;
|
||||
width: 15px;
|
||||
background: aqua;
|
||||
height: 4in;
|
||||
}
|
||||
.L {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
background: red;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: left;
|
||||
height: 0;
|
||||
background: red;
|
||||
}
|
||||
.bar {
|
||||
border-bottom: orange solid;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="step"></div>
|
||||
<div class="container">
|
||||
<div class="float L"></div>
|
||||
<div class="float R"></div>
|
||||
</div>
|
||||
<div class="clear"><div class="bar"></div></div>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html class="reftest-paged">
|
||||
<style type="text/css">
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.step {
|
||||
height: 1in;
|
||||
border: 15px aqua;
|
||||
border-style: none solid;
|
||||
}
|
||||
.float {
|
||||
float: right;
|
||||
width: 15px;
|
||||
background: aqua;
|
||||
height: 4in;
|
||||
}
|
||||
.L {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
background: red;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: left;
|
||||
height: 0;
|
||||
background: red;
|
||||
}
|
||||
.bar {
|
||||
border-bottom: orange solid;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="step"></div>
|
||||
<div class="container">
|
||||
<div class="float L"></div>
|
||||
<div class="float R"></div>
|
||||
</div>
|
||||
<div class="clear"><div class="bar"></div></div>
|
||||
|
|
|
@ -1,52 +1,52 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<style type="text/css">
|
||||
.multicol {
|
||||
margin: 1em;
|
||||
border: solid silver;
|
||||
width: 300px;
|
||||
column-width: 100px;
|
||||
column-gap: 0;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.step {
|
||||
height: 10px;
|
||||
border: 15px aqua;
|
||||
border-style: none solid;
|
||||
}
|
||||
.float {
|
||||
float: right;
|
||||
width: 15px;
|
||||
background: aqua;
|
||||
height: 240px;
|
||||
}
|
||||
.L {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
background: red;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: left;
|
||||
height: 0;
|
||||
background: red;
|
||||
}
|
||||
.bar {
|
||||
border-bottom: orange solid;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>The orange line should be halfway down the third column
|
||||
(immediately after the end of the aqua lines).
|
||||
|
||||
<div class="multicol">
|
||||
<div class="step"></div>
|
||||
<div class="container">
|
||||
<div class="float L"></div>
|
||||
<div class="float R"></div>
|
||||
</div>
|
||||
<div class="clear"><div class="bar"></div></div>
|
||||
</div>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<style type="text/css">
|
||||
.multicol {
|
||||
margin: 1em;
|
||||
border: solid silver;
|
||||
width: 300px;
|
||||
column-width: 100px;
|
||||
column-gap: 0;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.step {
|
||||
height: 10px;
|
||||
border: 15px aqua;
|
||||
border-style: none solid;
|
||||
}
|
||||
.float {
|
||||
float: right;
|
||||
width: 15px;
|
||||
background: aqua;
|
||||
height: 240px;
|
||||
}
|
||||
.L {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
background: red;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: left;
|
||||
height: 0;
|
||||
background: red;
|
||||
}
|
||||
.bar {
|
||||
border-bottom: orange solid;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>The orange line should be halfway down the third column
|
||||
(immediately after the end of the aqua lines).
|
||||
|
||||
<div class="multicol">
|
||||
<div class="step"></div>
|
||||
<div class="container">
|
||||
<div class="float L"></div>
|
||||
<div class="float R"></div>
|
||||
</div>
|
||||
<div class="clear"><div class="bar"></div></div>
|
||||
</div>
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table >
|
||||
<tbody>
|
||||
<tr style="page-break-after:always"><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table >
|
||||
<tbody>
|
||||
<tr style="page-break-after:always"><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table >
|
||||
<tbody>
|
||||
<tr style="page-break-after:always"><td><div class="spacer"></div></td></tr>
|
||||
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table >
|
||||
<tbody>
|
||||
<tr style="page-break-after:always"><td><div class="spacer"></div></td></tr>
|
||||
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody style="page-break-after:always">
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody style="page-break-after:always">
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
<tbody style="page-break-after:always">
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
<tbody style="page-break-after:always">
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<thead><tr><td><div class="spacer"></div></td></tr></thead>
|
||||
<tbody style="page-break-after:always">
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<thead><tr><td><div class="spacer"></div></td></tr></thead>
|
||||
<tbody style="page-break-after:always">
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height: 1in; width: 0.5in; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class=filler></div>
|
||||
<table cellspacing="0" cellpadding="0" style="page-break-before:always">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height: 1in; width: 0.5in; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class=filler></div>
|
||||
<table cellspacing="0" cellpadding="0" style="page-break-before:always">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height: 1in; width: 0.5in; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class=filler></div>
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height: 1in; width: 0.5in; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class=filler></div>
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height:5px; width: 50px; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 20px;border:thin solid green;}
|
||||
caption {margin-top: 5px; margin-bottom:5px; caption-side:top-outside}
|
||||
table {margin-top: 5px; margin-bottom:5px}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer" style="padding-top:160px"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height:5px; width: 50px; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 20px;border:thin solid green;}
|
||||
caption {margin-top: 5px; margin-bottom:5px; caption-side:top-outside}
|
||||
table {margin-top: 5px; margin-bottom:5px}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer" style="padding-top:160px"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height:5px; width: 50px; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 20px;border:thin solid green;}
|
||||
caption {margin-top: 5px; margin-bottom:5px; caption-side:bottom-outside}
|
||||
table {margin-top: 5px; margin-bottom:5px}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer" style="padding-top:160px"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height:5px; width: 50px; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 20px;border:thin solid green;}
|
||||
caption {margin-top: 5px; margin-bottom:5px; caption-side:bottom-outside}
|
||||
table {margin-top: 5px; margin-bottom:5px}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer" style="padding-top:160px"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height: 0.5in; width: 0.5in; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class=filler></div>
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" style="page-break-before:always">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height: 0.5in; width: 0.5in; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class=filler></div>
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" style="page-break-before:always">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height: 0.5in; width: 0.5in; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class=filler></div>
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height: 0.5in; width: 0.5in; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class=filler></div>
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.1in; margin-bottom:0.2in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" style="page-break-before:always">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.1in; margin-bottom:0.2in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" style="page-break-before:always">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.1in; margin-bottom:0.2in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.1in; margin-bottom:0.2in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.15in; margin-bottom:0.15in}
|
||||
table {margin-top: 0.15in; margin-bottom:0.15in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" style="page-break-before:always">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.15in; margin-bottom:0.15in}
|
||||
table {margin-top: 0.15in; margin-bottom:0.15in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" style="page-break-before:always">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.15in; margin-bottom:0.15in}
|
||||
table {margin-top: 0.15in; margin-bottom:0.15in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.15in; margin-bottom:0.15in}
|
||||
table {margin-top: 0.15in; margin-bottom:0.15in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.15in; margin-bottom:0.15in; caption-side:bottom}
|
||||
table {margin-top: 0.15in; margin-bottom:0.15in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" style="page-break-before:always">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.15in; margin-bottom:0.15in; caption-side:bottom}
|
||||
table {margin-top: 0.15in; margin-bottom:0.15in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" style="page-break-before:always">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.15in; margin-bottom:0.15in; caption-side:bottom}
|
||||
table {margin-top: 0.15in; margin-bottom:0.15in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.15in; margin-bottom:0.15in; caption-side:bottom}
|
||||
table {margin-top: 0.15in; margin-bottom:0.15in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.1in; margin-bottom:0.3in; caption-side:top-outside}
|
||||
table {margin-top: 0.1in; margin-bottom:0.1in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" style="page-break-before:always">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.1in; margin-bottom:0.3in; caption-side:top-outside}
|
||||
table {margin-top: 0.1in; margin-bottom:0.1in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" style="page-break-before:always">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.1in; margin-bottom:0.3in; caption-side:top-outside}
|
||||
table {margin-top: 0.1in; margin-bottom:0.1in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.1in; margin-bottom:0.3in; caption-side:top-outside}
|
||||
table {margin-top: 0.1in; margin-bottom:0.1in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.1in; margin-bottom:0.3in; caption-side:bottom-outside}
|
||||
table {margin-top: 0.1in; margin-bottom:0.1in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" style="page-break-before:always">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.1in; margin-bottom:0.3in; caption-side:bottom-outside}
|
||||
table {margin-top: 0.1in; margin-bottom:0.1in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" style="page-break-before:always">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.1in; margin-bottom:0.3in; caption-side:bottom-outside}
|
||||
table {margin-top: 0.1in; margin-bottom:0.1in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 0px; width: 0px; padding: 0.2in;border:thin solid green;}
|
||||
caption {margin-top: 0.1in; margin-bottom:0.3in; caption-side:bottom-outside}
|
||||
table {margin-top: 0.1in; margin-bottom:0.1in}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height:5px; width: 50px; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 20px;border:thin solid green;}
|
||||
tfoot div {border-color:orange;}
|
||||
caption {margin-top: 5px; margin-bottom:5px; caption-side:top}
|
||||
table {margin-top: 5px; margin-bottom:5px}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer" style="padding-top:160px"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height:5px; width: 50px; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 20px;border:thin solid green;}
|
||||
tfoot div {border-color:orange;}
|
||||
caption {margin-top: 5px; margin-bottom:5px; caption-side:top}
|
||||
table {margin-top: 5px; margin-bottom:5px}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer" style="padding-top:160px"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height:5px; width: 50px; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 20px;border:thin solid green;}
|
||||
caption {margin-top: 5px; margin-bottom:5px; caption-side:bottom}
|
||||
table {margin-top: 5px; margin-bottom:5px}
|
||||
tfoot div.spacer {border-color:orange;}
|
||||
tbody div.spacer{border-width: 4px}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer" style="padding-top:1060px"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height:5px; width: 50px; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 20px;border:thin solid green;}
|
||||
caption {margin-top: 5px; margin-bottom:5px; caption-side:bottom}
|
||||
table {margin-top: 5px; margin-bottom:5px}
|
||||
tfoot div.spacer {border-color:orange;}
|
||||
tbody div.spacer{border-width: 4px}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer" style="padding-top:1060px"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height: 80px; width: 50px; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 20px;border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class=filler></div>
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" style="page-break-before:always">
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height: 80px; width: 50px; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 20px;border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class=filler></div>
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" style="page-break-before:always">
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height: 80px; width: 50px; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 20px;border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class=filler></div>
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height: 80px; width: 50px; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 20px;border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class=filler></div>
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<caption><div class="spacer"></div></caption>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table style="page-break-after:always">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table style="page-break-after:always">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table style="page-break-after:right">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table style="page-break-after:right">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table style="page-break-after:right">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table style="page-break-after:right">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table style="page-break-before:always">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table style="page-break-before:always">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table style="page-break-before:always">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table style="page-break-before:always">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table style= "page-break-before: auto">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table style= "page-break-before: auto">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div style= "page-break-after: always"></div>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div style= "page-break-after: always"></div>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div style="height: 1.4in;"></div>
|
||||
|
||||
<table style= "page-break-before: auto">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div style="height: 1.4in;"></div>
|
||||
|
||||
<table style= "page-break-before: auto">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<thead><tr><td><div class="spacer"></div></td></tr></thead>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div style= "page-break-after: always"></div>
|
||||
<table>
|
||||
<thead><tr><td><div class="spacer"></div></td></tr></thead>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<thead><tr><td><div class="spacer"></div></td></tr></thead>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div style= "page-break-after: always"></div>
|
||||
<table>
|
||||
<thead><tr><td><div class="spacer"></div></td></tr></thead>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div style= "height: 1.4in"></div>
|
||||
<table style="page-break-before:avoid">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div style= "height: 1.4in"></div>
|
||||
<table style="page-break-before:avoid">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table style="page-break-before:left">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table style="page-break-before:left">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table style="page-break-before:right">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table style="page-break-before:right">
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height:5px; width: 50px; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 5px;border:thin solid green;}
|
||||
tfoot div.spacer {border-color:orange;
|
||||
height: 10px}
|
||||
tbody div.spacer{border-width: 4px}
|
||||
thead div.spacer{height: 140px}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="filler"></div>
|
||||
<table cellspacing="1" cellpadding="0">
|
||||
<thead><tr><td><div class="spacer"></div></td></tr></thead>
|
||||
<tbody><tr><td><div class="spacer"></div></td></tr></tbody>
|
||||
</table>
|
||||
|
||||
<table cellspacing="1" cellpadding="0">
|
||||
<tbody> <tr><td><div class="spacer"></div></td></tr></tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height:5px; width: 50px; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 5px;border:thin solid green;}
|
||||
tfoot div.spacer {border-color:orange;
|
||||
height: 10px}
|
||||
tbody div.spacer{border-width: 4px}
|
||||
thead div.spacer{height: 140px}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="filler"></div>
|
||||
<table cellspacing="1" cellpadding="0">
|
||||
<thead><tr><td><div class="spacer"></div></td></tr></thead>
|
||||
<tbody><tr><td><div class="spacer"></div></td></tr></tbody>
|
||||
</table>
|
||||
|
||||
<table cellspacing="1" cellpadding="0">
|
||||
<tbody> <tr><td><div class="spacer"></div></td></tr></tbody>
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height:5px; width: 50px; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 5px;border:thin solid green;}
|
||||
tfoot div.spacer {border-color:orange;
|
||||
height: 10px}
|
||||
tbody div.spacer{border-width: 4px}
|
||||
thead div.spacer{height: 140px}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="filler"></div>
|
||||
<table cellspacing="1" cellpadding="0">
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<thead><tr><td><div class="spacer"></div></td></tr></thead>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.filler {height:5px; width: 50px; border:thin solid blue;}
|
||||
div.spacer { height: 0px; width: 0px; padding: 5px;border:thin solid green;}
|
||||
tfoot div.spacer {border-color:orange;
|
||||
height: 10px}
|
||||
tbody div.spacer{border-width: 4px}
|
||||
thead div.spacer{height: 140px}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="filler"></div>
|
||||
<table cellspacing="1" cellpadding="0">
|
||||
<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<thead><tr><td><div class="spacer"></div></td></tr></thead>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table><tr><td>
|
||||
<table>
|
||||
<tbody style="page-break-after:always">
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" class="reftest-paged">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div.spacer { height: 50px; width: 50px; border:thin solid green;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table><tr><td>
|
||||
<table>
|
||||
<tbody style="page-break-after:always">
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
<tbody>
|
||||
<tr><td><div class="spacer"></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Загрузка…
Ссылка в новой задаче