1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/605138-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<html> 1.5 +<head> 1.6 + <link href="data:text/css,%23master{display:table; width: 100%;}" 1.7 + rel="stylesheet" type="text/css" media="screen"> 1.8 + <style> 1.9 + #master { outline: 1px dashed black; } 1.10 + </style> 1.11 +</head> 1.12 +<body> 1.13 +<div id="master"> 1.14 +<div style="height:10000px; background: -moz-linear-gradient(right bottom, rgb(0,0,0) 0%, rgb(255,255,255) 100%);"> 1.15 +</div> 1.16 + 1.17 +<div style="height:100px"></div> 1.18 + 1.19 +</div> 1.20 +</html>