1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/text-overflow-bug666751-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +<html class="reftest-wait"><head><script> 1.5 +function finish() { 1.6 + window.removeEventListener("MozAfterPaint", finish, false); 1.7 + document.documentElement.removeAttribute("class"); 1.8 +} 1.9 +</script> 1.10 +</head><body onload="window.addEventListener('MozAfterPaint', finish, false); document.body.style.backgroundColor='lime';"> 1.11 +<div style="overflow: scroll; text-indent: -100px; white-space: pre; text-overflow: ellipsis;"><span style="font-family: -moz-fixed; white-space: normal;"></code><p style="position: fixed;">m 1.12 +</p> 1.13 +</div> 1.14 + 1.15 +</body></html>