Bug 666751 - Crash tests. r=roc

This commit is contained in:
Mats Palmgren 2011-06-24 21:12:52 +02:00
parent 02e05ea2e7
commit bc1e9d8cb9
3 changed files with 26 additions and 0 deletions

View File

@ -362,3 +362,5 @@ load 650499-1.html
load 660416.html
load text-overflow-form-elements.html
load text-overflow-iframe.html
load text-overflow-bug666751-1.html
load text-overflow-bug666751-2.html

View File

@ -0,0 +1,12 @@
<html class="reftest-wait"><head><script>
function finish() {
window.removeEventListener("MozAfterPaint", finish, false);
document.documentElement.removeAttribute("class");
}
</script>
</head><body onload="window.addEventListener('MozAfterPaint', finish, false); document.body.style.backgroundColor='lime';">
<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
</p>
</div>
</body></html>

View File

@ -0,0 +1,12 @@
<html class="reftest-wait"><head><script>
function finish() {
window.removeEventListener("MozAfterPaint", finish, false);
document.documentElement.removeAttribute("class");
}
</script>
</head><body onload="window.addEventListener('MozAfterPaint', finish, false); document.body.style.backgroundColor='lime';">
<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: absolute;">m
</p>
</div>
</body></html>