1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/468645-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-print"> 1.5 + 1.6 +<div style="-moz-binding: url(#xbl); display: table-cell;"> 1.7 +<span style="display: inline-block;"> 1.8 +<input style="page-break-after: right;"/> 1.9 +</span> 1.10 +</div> 1.11 + 1.12 + 1.13 +<bindings xmlns="http://www.mozilla.org/xbl"> 1.14 +<binding id="xbl" inheritstyle="false"> 1.15 + <resources> 1.16 + <stylesheet src="data:text/css;charset=utf-8,"/> 1.17 + </resources> 1.18 +</binding> 1.19 +</bindings> 1.20 +</html>