Tests for bug 579655, a=test

This commit is contained in:
Simon Montagu 2010-10-20 18:18:04 +02:00
parent 3c47aaf992
commit ebdb9dc179
5 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<script type="text/javascript">
function load()
{
var bs=document.getElementById("b");
if(bs.lastChild){
bs.lastChild.textContent="text\/css";
bs.textContent="head";
}
}
</script>
<body onload="load();">
<table >
<td>
<p id="b">aaaa aaaa aaa aa aaaa aa aaaaaa aaaa aa aa aaa aaa aaaa aaaaaaa aaa aaaa aa a aaaa aaaa aaaaaaa aa aa aa aa aaaaaaa .</p>
<body style="white-space:pre-wrap" >
</body>
</td>
<td dir="rtl" >
<body contenteditable="true">
</body>
</td>
</table>
</body>
</html>

View File

@ -310,5 +310,6 @@ load 567292-1.xhtml
load 569018-1.html
load 572003.xul
load 572582-1.xhtml
load 579655.html
load 580494-1.html
load 580834-1.xhtml

View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<body style="white-space:pre">
<table>
<td>
<p>Hello</p>
<body>
</body>
</td>
<td>
<body>
</body>
</td>
</table>
</body>
</html>

View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<body>
<table>
<td>
<p>Hello</p>
<body style="white-space:pre">
</body>
</td>
<td>
<body contenteditable="true">
</body>
</td>
</table>
</body>
</html>

View File

@ -1490,6 +1490,7 @@ random-if(layersGPUAccelerated) == 564991-1.html 564991-1-ref.html
== 571347-3.html 571347-3-ref.html
== 572598-1.html 572598-ref.html
== 574898-1.html 574898-ref.html
== 579655-1.html 579655-1-ref.html
== 577838-1.html 577838-1-ref.html
== 577838-2.html 577838-2-ref.html
random-if(layersGPUAccelerated) == 579323-1.html 579323-1-ref.html