gecko-dev/layout/base/crashtests/1061028.html

9 строки
186 B
HTML
Исходник Обычный вид История

2014-09-10 17:07:43 +04:00
<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>>