1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/w3c-css/submitted/css21/pagination/moz-css21-rowgroup-page-break-inside-avoid-7-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +<!DOCTYPE html> 1.5 +<html lang="en-US" class="reftest-print"> 1.6 +<head> 1.7 + <title>CSS Test: CSS 2.1 page-break-inside:avoid</title> 1.8 + <link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show_bug.cgi?id=685012"> 1.9 + <meta name="flags" content="paged"> 1.10 +<style type="text/css"> 1.11 +@page { size:5in 3in; margin:0.5in; } 1.12 +p { height: 1in; width: 1in; margin:0; background-color:blue; } 1.13 +.bb { page-break-before:always; } 1.14 +</style> 1.15 +</head> 1.16 +<body> 1.17 +1 1.18 +<table border="1" class="bb"> 1.19 +<tbody> 1.20 +<tr><td><p>2</p></td></tr> 1.21 +<tr><td><p>2</p><p>3</p></td></tr> 1.22 +</tbody> 1.23 +</table> 1.24 + 1.25 + 1.26 +</body> 1.27 +</html>