Tests for bug 409513 and bug 410967

git-svn-id: svn://10.0.0.236/trunk@244552 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
smontagu%smontagu.org
2008-01-30 21:44:31 +00:00
parent 2187210fc2
commit da910c4994
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<DOCTYPE html>
<html>
<head>
</head>
<body style="visibility: collapse;" onload="document.getElementById('div').style.direction = 'rtl';">
<div style="display: -moz-groupbox;" id="div">
aaaaa bbbbb ccccc ddddd eeeee fffff ggggg hhhhh iiiii
</div>
</body>
</html>

View File

@@ -0,0 +1,17 @@
<DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function boom()
{
var t = document.body.firstChild;
t.data = "a" + t.data;
}
</script>
</head>
<body onload="boom();" style="width: 1px;">b c&#1603;</body>
</html>

View File

@@ -89,6 +89,8 @@ load 405184-1.xhtml
load 405186-1.xhtml
load 408292.html
load 408299.html
load 409513.html
load 409461-1.xhtml
load 410967.html
load 411870-1.html