mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
16
layout/reftests/printing/381497-n.html
Normal file
16
layout/reftests/printing/381497-n.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html class="reftest-print">
|
||||
<title>Height test</title>
|
||||
<style type="text/css">
|
||||
html, body { height: 100%; margin: 0; padding: 0;}
|
||||
</style>
|
||||
|
||||
|
||||
<div style="height: 100%; border-left: 2em blue solid;">
|
||||
The left border of this box must span the entire page content area.
|
||||
This box must be repeated on the second page.
|
||||
</div>
|
||||
<div style="height: 100%; border-left: 2em blue solid;">
|
||||
The left border of this box must span the entire page content area.
|
||||
This box must be repeated on the second page.
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue