Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html class="reftest-print"> |
michael@0 | 3 | <body> |
michael@0 | 4 | Something |
michael@0 | 5 | <div> |
michael@0 | 6 | <div style="width: 60%; float: left; border: 5px solid green;"> |
michael@0 | 7 | This should print on page 1 |
michael@0 | 8 | </div> |
michael@0 | 9 | |
michael@0 | 10 | <!-- This just needs to be taller than a page --> |
michael@0 | 11 | <div style="width: 30%; float: right; border: 5px solid purple; height: 3in"> |
michael@0 | 12 | </div> |
michael@0 | 13 | |
michael@0 | 14 | <!-- This is needed! --> |
michael@0 | 15 | <div style="clear: both"></div> |
michael@0 | 16 | </body> |
michael@0 | 17 | </html> |