Bug 1061028 - crashtest.

This commit is contained in:
Abhishek Arya 2014-09-10 13:07:43 +00:00
parent 981990a55c
commit 7d3c8167ac
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<style>td:first-letter {
</style>
><table border=0>
<td><table id=test1>><td id=test2>
<script>
setTimeout("tCFcrash()", 41);
function tCFcrash() {
test1.appendChild(test2);
}</script>>

View File

@ -440,3 +440,4 @@ load 942690.html
load 973390-1.html
load 1001237.html
load 1043163-1.html
load 1061028.html