1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/backgrounds/table-background-print.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,41 @@ 1.4 +<html class="reftest-print"> 1.5 +<body> 1.6 +<table background="aqua-yellow-32x32.png"> 1.7 + <thead background="blue-16x20-green-16x20.png"> 1.8 + <tr> 1.9 + <td> 1.10 + Foo 1.11 + </td> 1.12 + <td background="yellow-32x32.png"> 1.13 + Bar 1.14 + </td> 1.15 + </tr> 1.16 + </thead> 1.17 + <tbody background="red-32x32.png"> 1.18 + <tr> 1.19 + <th background="fuchsia-32x32.png"> 1.20 + Foo 1.21 + </th> 1.22 + <th> 1.23 + Bar 1.24 + </th> 1.25 + </tr> 1.26 + <tr background="fuchsia-32x32.png"> 1.27 + <td> 1.28 + Foo 1.29 + </td> 1.30 + <td background="yellow-32x32.png"> 1.31 + Bar 1.32 + </td> 1.33 + </tr> 1.34 + </tbody> 1.35 + <tfoot background="yellow-32x32.png"> 1.36 + <tr> 1.37 + <td> 1.38 + Baz 1.39 + </td> 1.40 + </tr> 1.41 + </tfoot> 1.42 +</table> 1.43 +</body> 1.44 +</html>