new regression test
git-svn-id: svn://10.0.0.236/trunk@50942 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c04a6a88dc
commit
0ee3058ec4
17
mozilla/layout/html/tests/table/bugs/bug11321.html
Normal file
17
mozilla/layout/html/tests/table/bugs/bug11321.html
Normal file
@ -0,0 +1,17 @@
|
||||
<HTML>
|
||||
<BODY onload="run()">
|
||||
<SCRIPT>
|
||||
<!--
|
||||
function run(){
|
||||
tbl = document.body.appendChild(document.createElement("TABLE"));
|
||||
//alert("Appending TR to TABLE");
|
||||
tr = tbl.appendChild(document.createElement("TR"));
|
||||
tmp_td = document.createElement("TD")
|
||||
td1 = tr.appendChild(tmp_td); // <-- Causes Crash
|
||||
td1_text = td1.appendChild(document.createTextNode("testing"));
|
||||
}
|
||||
//-->
|
||||
</SCRIPT>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
@ -12,6 +12,7 @@ file:///s:/mozilla/layout/html/tests/table/bugs/bug1067-1.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug1067-2.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug11026.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug1128.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug11321.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug1163-1.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug1164.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug1188.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user