Add test for slow performance in bug 438509, as suggested by dholbert, and based on a testcase he wrote. a=blocking1.9.1+

This commit is contained in:
L. David Baron 2008-11-25 13:27:53 -08:00
Родитель dfaeda62ab
Коммит 33f58c38b5
2 изменённых файлов: 81 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,80 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
div.wrapper { height: 400px; }
table { height: 100%; }
</style>
</head>
<body>
<div class="wrapper">
<!-- NOTE: Every layer of "table/td" seems to double the load-time -->
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
<table><td>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</td></table>
</div>
</body>
</html>

Просмотреть файл

@ -155,5 +155,6 @@ load 429981-1.html
load 430352-1.html
load 437156-1.html
load 438259-1.html
load 438509-1.html
load 448903-1.html
load 451334-1.html