Closed
Bug 402837
Opened 18 years ago
Closed 14 years ago
print preview renders background but not text on page 2 onwards.
Categories
(Core :: Print Preview, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: riponne, Unassigned)
Details
(Whiteboard: [closeme 2010-06-15])
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a9pre) Gecko/2007110616 Minefield/3.0a9pre
Problem: FIREFOX cannot print data, only background content, on page 2 etc.
The source sample is a series of identical static DIVs with 2 absolute positioned spans inside each. The DIVs have a bottom-border to illustrate the problem.
BRs provide the necessary new line.
This displays correctly in the current and beta Firefox browser.
However, using the Firefox beta version (indicated in the bug report), in Print Preview, Firefox prints the first page correctly (as in the browser) but the rest of the series is on the following pages, to the number that would contain the full series if the print preview worked, and these pages only show the DIV's bottom-border and no data.
However, in the released Firefox version, in Print Preview, Firefox starts print of the series on the first page, but the rest of the series is overprinted on the first printed line of the first page. There are more pages following, to the number that would contain the full series if the print preview worked, but these pages only show the DIV's bottom-border, their contents having "stayed behind" on the 1st page.
If the DIVs are relative, the Print Preview displays correctly.
(Unfortunately, specifying relative is not a solution for our requirements.)
MS Internet Explorer and Opera "print preview" the series on consecutive pages as would be expected, but, they have other print problems.
Reproducible: Always
Steps to Reproduce:
1. use HTML sample provided in Additional Information below.
2. open it in the browser;
3. do "print preview"
4. in currently released browser: overprint of text on line 1 on page 1
5. in beta browser, page 1 ok, page 2 onwards blank except background.
<HTML>
<!-- Problem: FIREFOX cannot print data, only background content, on page 2 etc.
The source sample is a series of identical static DIVs with 2 absolute positioned
spans inside each. The DIVs have a bottom-border to illustrate the problem.
BRs provide the necessary new line.
This displays correctly in the current and beta Firefox browser.
However, using the Firefox beta version (indicated in the bug report),
in Print Preview, Firefox prints the first page correctly (as in the browser)
but the rest of the series is on the following pages, to the number that would
contain the full series if the print preview worked, and these pages only show
the DIV's bottom-border and no data.
However, in the released Firefox version,
in Print Preview, Firefox starts print of the series on the first page,
but the rest of the series is overprinted on the first printed line
of the first page. There are more pages following, to the number that would
contain the full series if the print preview worked, but these pages only show
the DIV's bottom-border, their contents having "stayed behind" on the 1st page.
If the DIVs are relative, the Print Preview displays correctly.
(Unfortunately, specifying relative is not a solution for our requirements.)
MS Internet Explorer and Opera "print preview" the series on consecutive pages
as would be expected, but, they have other print problems.
-->
<HEAD>
<style type="text/css">
BODY {
FONT:400 8pt arial; COLOR:#8B0000; TEXT-ALIGN:left;
}
SPAN {
POSITION:absolute;
WHITE-SPACE:nowrap;
OVERFLOW:hidden;
}
</style>
</HEAD>
<BODY style="width:30em;">
<div id=Main>
<div>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-01-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-02-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-03-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-04-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-05-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-06-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-07-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-08-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-09-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-10-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-11-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-12-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-13-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-14-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-15-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-16-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-17-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-18-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-19-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-20-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-21-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-22-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-23-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-24-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-25-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-26-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-27-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-28-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-29-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-30-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-31-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-32-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-33-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-34-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-35-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-36-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-37-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-38-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-39-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-40-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-41-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-42-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-43-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-44-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-45-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-46-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-47-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-48-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-49-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-50-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-51-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-52-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-53-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-54-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-55-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-56-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-57-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-58-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-59-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-60-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-01-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-02-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-03-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-04-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-05-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-06-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-07-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-08-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-09-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-10-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-11-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-12-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-13-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-14-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-15-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-16-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-17-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-18-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-19-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-20-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-21-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-22-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-23-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-24-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-25-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-26-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-27-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-28-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-29-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-30-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-31-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-32-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-33-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-34-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-35-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-36-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-37-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-38-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-39-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-40-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-41-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-42-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-43-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-44-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-45-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-46-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-47-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-48-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-49-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-50-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-51-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-52-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-53-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-54-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-55-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-56-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-57-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-58-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-59-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-60-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-01-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-02-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-03-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-04-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-05-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-06-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-07-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-08-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-09-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-10-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-11-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-12-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-13-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-14-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-15-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-16-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-17-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-18-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-19-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-20-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-21-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-22-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-23-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-24-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-25-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-26-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-27-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-28-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-29-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-30-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-31-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-32-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-33-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-34-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-35-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-36-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-37-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-38-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-39-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-40-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-41-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-42-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-43-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-44-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-45-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-46-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-47-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-48-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-49-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-50-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-51-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-52-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-53-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-54-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-55-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-56-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-57-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-58-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-59-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-60-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-01-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-02-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-03-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-04-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-05-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-06-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-07-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-08-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-09-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-10-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-11-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-12-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-13-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-14-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-15-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-16-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-17-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-18-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-19-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-20-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-21-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-22-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-23-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-24-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-25-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-26-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-27-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-28-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-29-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-30-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-31-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-32-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-33-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-34-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-35-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-36-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-37-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-38-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-39-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-40-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-41-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-42-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-43-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-44-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-45-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-46-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-47-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-48-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-49-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-50-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-51-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-52-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-53-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-54-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-55-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-56-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-57-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-58-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-59-aEiOu-vWxYz+</SPAN>
<SPAN style="left:15em;width:6em; ">8888088088</SPAN>
<br>
</div><br>
<div style="border-bottom:thin solid silver;">
<SPAN style="left:1em; width:9em; ">A-60-vWxYz-aEiOu+</SPAN>
<SPAN style="left:15em;width:6em; ">9999-99-99</SPAN>
<br>
</div><br>
</div><br>
</div><br>
</BODY>
</HTML>
Updated•17 years ago
|
Component: General → Print Preview
Product: Firefox → Core
QA Contact: general → printing
Version: unspecified → 1.9.0 Branch
Comment 1•15 years ago
|
||
Does this work in version 3.6?
If it does work, please close the bug and set resolution to WORKSFORME.
If it does not work, please update the bug.
(generally speaking, printing is greatly improved in v3.5 and v3.6)
Whiteboard: [closeme 2010-06-15]
Comment 2•14 years ago
|
||
Closing since now after whiteboard closeme date and no reply to last comment.
Please reopen/comment with further info, if you still see this issue with Firefox 3.6.13 or later in safe mode:
http://support.mozilla.com/kb/Safe+Mode
If you wish, you can also try to reproduce in Firefox 4 Beta 8 or later:
http://www.mozilla.com/en-US/firefox/all-beta.html
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•