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 | <!-- Key: no whitespace between float and inline-block --> |
michael@0 | 5 | <div> |
michael@0 | 6 | <div style="float: left; width: 3.5in; |
michael@0 | 7 | height: 1.5in;"></div></div><div><div |
michael@0 | 8 | style="display: inline-block; width: 1in; height: 1in"> |
michael@0 | 9 | Should be on second page |
michael@0 | 10 | </div> |
michael@0 | 11 | </div> |
michael@0 | 12 | </html> |