Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
michael@0 | 2 | <html class="reftest-print"> |
michael@0 | 3 | <title>Height test</title> |
michael@0 | 4 | <style type="text/css"> |
michael@0 | 5 | html, body { height: 100%; margin: 0; padding: 0;} |
michael@0 | 6 | </style> |
michael@0 | 7 | |
michael@0 | 8 | |
michael@0 | 9 | <div style="height: 100%; border-left: 2em blue solid;"> |
michael@0 | 10 | The left border of this box must span the entire page content area. |
michael@0 | 11 | This box must be repeated on the second page. |
michael@0 | 12 | </div> |
michael@0 | 13 | <div style="height: 100%; border-left: 2em blue solid;"> |
michael@0 | 14 | The left border of this box must span the entire page content area. |
michael@0 | 15 | This box must be repeated on the second page. |
michael@0 | 16 | </div> |