Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html lang="en-US" class="reftest-print"> |
michael@0 | 3 | <head> |
michael@0 | 4 | <title>CSS Test: CSS 2.1 page-break-inside:avoid</title> |
michael@0 | 5 | <link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show_bug.cgi?id=685012"> |
michael@0 | 6 | <link rel="help" href="http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside"> |
michael@0 | 7 | <meta name="flags" content="paged"> |
michael@0 | 8 | <style type="text/css"> |
michael@0 | 9 | @page { size:5in 3in; margin:0.5in; } |
michael@0 | 10 | html,body { |
michael@0 | 11 | color:black; background-color:white; font-size:16px; padding:0; margin:0; |
michael@0 | 12 | } |
michael@0 | 13 | p { height: 0.5in; width: 1in; margin:0; background-color:blue; float:left; } |
michael@0 | 14 | .test { float:left; clear:left; page-break-inside:avoid; width:3.3in; } |
michael@0 | 15 | </style> |
michael@0 | 16 | </head> |
michael@0 | 17 | <body> |
michael@0 | 18 | <br style="clear:both"> |
michael@0 | 19 | <div class="test"> |
michael@0 | 20 | <p>1</p><p>2</p><p>3</p> |
michael@0 | 21 | <p>4</p><p>5</p><p>6</p> |
michael@0 | 22 | </div> |
michael@0 | 23 | <div class="test"> |
michael@0 | 24 | <p>1</p><p>2</p><p>3</p> |
michael@0 | 25 | <p>4</p><p>5</p><p>6</p> |
michael@0 | 26 | </div> |
michael@0 | 27 | <div class="test"> |
michael@0 | 28 | <p>1</p><p>2</p><p>3</p> |
michael@0 | 29 | <p>4</p><p>5</p><p>6</p> |
michael@0 | 30 | </div> |
michael@0 | 31 | |
michael@0 | 32 | |
michael@0 | 33 | </body> |
michael@0 | 34 | </html> |