Bug 534768. Add crashtest.

This commit is contained in:
Timothy Nikkel 2010-06-27 16:00:13 -05:00
parent 3ba589c76e
commit 0b0bd05f6f
3 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<html style="direction: rtl;">
<head>
<style>
body:after { content: '0'; }
body:first-letter { float: right; }
</style>
<script>
function boom()
{
document.documentElement.style.direction = "";
document.documentElement.offsetHeight;
document.documentElement.style.textIndent = "3px";
}
</script>
</head>
<body onload="boom();"> &#x202E;</body>
</html>

View File

@ -0,0 +1,22 @@
<html style="direction: rtl;">
<head>
<style>
body:first-letter { float: right; }
</style>
<script>
function boom()
{
document.documentElement.style.direction = "";
document.documentElement.offsetHeight;
document.documentElement.style.textIndent = "3px";
}
</script>
</head>
<body onload="boom();"> &#x202E;</body>
</html>

View File

@ -281,6 +281,8 @@ load 522374-1.html
load 522374-2.html
load 526378-1.xul
load 534367-1.xhtml
load 534768-1.html
load 534768-2.html
load 535721-1.xhtml
load 535911-1.xhtml
load 536623-1.xhtml