Browse Source

Add test for loading many image elements

This test has been created Feb/Mar 2012 for testing http keep alive
connections and connection speed and stability in general.
bel 10 năm trước cách đây
mục cha
commit
cec38e983a
100 tập tin đã thay đổi với 160 bổ sung0 xóa
  1. 160 0
      test/100images.htm
  2. BIN
      test/imagetest/00.PNG
  3. BIN
      test/imagetest/01.PNG
  4. BIN
      test/imagetest/02.PNG
  5. BIN
      test/imagetest/03.PNG
  6. BIN
      test/imagetest/04.PNG
  7. BIN
      test/imagetest/05.PNG
  8. BIN
      test/imagetest/06.PNG
  9. BIN
      test/imagetest/07.PNG
  10. BIN
      test/imagetest/08.PNG
  11. BIN
      test/imagetest/09.PNG
  12. BIN
      test/imagetest/10.PNG
  13. BIN
      test/imagetest/11.PNG
  14. BIN
      test/imagetest/12.PNG
  15. BIN
      test/imagetest/13.PNG
  16. BIN
      test/imagetest/14.PNG
  17. BIN
      test/imagetest/15.PNG
  18. BIN
      test/imagetest/16.PNG
  19. BIN
      test/imagetest/17.PNG
  20. BIN
      test/imagetest/18.PNG
  21. BIN
      test/imagetest/19.PNG
  22. BIN
      test/imagetest/20.PNG
  23. BIN
      test/imagetest/21.PNG
  24. BIN
      test/imagetest/22.PNG
  25. BIN
      test/imagetest/23.PNG
  26. BIN
      test/imagetest/24.PNG
  27. BIN
      test/imagetest/25.PNG
  28. BIN
      test/imagetest/26.PNG
  29. BIN
      test/imagetest/27.PNG
  30. BIN
      test/imagetest/28.PNG
  31. BIN
      test/imagetest/29.PNG
  32. BIN
      test/imagetest/30.PNG
  33. BIN
      test/imagetest/31.PNG
  34. BIN
      test/imagetest/32.PNG
  35. BIN
      test/imagetest/33.PNG
  36. BIN
      test/imagetest/34.PNG
  37. BIN
      test/imagetest/35.PNG
  38. BIN
      test/imagetest/36.PNG
  39. BIN
      test/imagetest/37.PNG
  40. BIN
      test/imagetest/38.PNG
  41. BIN
      test/imagetest/39.PNG
  42. BIN
      test/imagetest/40.PNG
  43. BIN
      test/imagetest/41.PNG
  44. BIN
      test/imagetest/42.PNG
  45. BIN
      test/imagetest/43.PNG
  46. BIN
      test/imagetest/44.PNG
  47. BIN
      test/imagetest/45.PNG
  48. BIN
      test/imagetest/46.PNG
  49. BIN
      test/imagetest/47.PNG
  50. BIN
      test/imagetest/48.PNG
  51. BIN
      test/imagetest/49.PNG
  52. BIN
      test/imagetest/50.PNG
  53. BIN
      test/imagetest/51.PNG
  54. BIN
      test/imagetest/52.PNG
  55. BIN
      test/imagetest/53.PNG
  56. BIN
      test/imagetest/54.PNG
  57. BIN
      test/imagetest/55.PNG
  58. BIN
      test/imagetest/56.PNG
  59. BIN
      test/imagetest/57.PNG
  60. BIN
      test/imagetest/58.PNG
  61. BIN
      test/imagetest/59.PNG
  62. BIN
      test/imagetest/60.PNG
  63. BIN
      test/imagetest/61.PNG
  64. BIN
      test/imagetest/62.PNG
  65. BIN
      test/imagetest/63.PNG
  66. BIN
      test/imagetest/64.PNG
  67. BIN
      test/imagetest/65.PNG
  68. BIN
      test/imagetest/66.PNG
  69. BIN
      test/imagetest/67.PNG
  70. BIN
      test/imagetest/68.PNG
  71. BIN
      test/imagetest/69.PNG
  72. BIN
      test/imagetest/70.PNG
  73. BIN
      test/imagetest/71.PNG
  74. BIN
      test/imagetest/72.PNG
  75. BIN
      test/imagetest/73.PNG
  76. BIN
      test/imagetest/74.PNG
  77. BIN
      test/imagetest/75.PNG
  78. BIN
      test/imagetest/76.PNG
  79. BIN
      test/imagetest/77.PNG
  80. BIN
      test/imagetest/78.PNG
  81. BIN
      test/imagetest/79.PNG
  82. BIN
      test/imagetest/80.PNG
  83. BIN
      test/imagetest/81.PNG
  84. BIN
      test/imagetest/82.PNG
  85. BIN
      test/imagetest/83.PNG
  86. BIN
      test/imagetest/84.PNG
  87. BIN
      test/imagetest/85.PNG
  88. BIN
      test/imagetest/86.PNG
  89. BIN
      test/imagetest/87.PNG
  90. BIN
      test/imagetest/88.PNG
  91. BIN
      test/imagetest/89.PNG
  92. BIN
      test/imagetest/90.PNG
  93. BIN
      test/imagetest/91.PNG
  94. BIN
      test/imagetest/92.PNG
  95. BIN
      test/imagetest/93.PNG
  96. BIN
      test/imagetest/94.PNG
  97. BIN
      test/imagetest/95.PNG
  98. BIN
      test/imagetest/96.PNG
  99. BIN
      test/imagetest/97.PNG
  100. BIN
      test/imagetest/98.PNG

+ 160 - 0
test/100images.htm

@@ -0,0 +1,160 @@
+<html>
+
+  <!-- Test case description:                              -->
+  <!-- This test contains 100 small images in a table.     -->
+  <!-- Once a browser opens the html file, it will request -->
+  <!-- all these images from the server very quickly.      -->
+  <!-- Depending on the "keep-alive" settings, it will     -->
+  <!-- either open/close 100 connections quite rapidly     -->
+  <!-- if keep-alive=no, or otherwise establish only a few -->
+  <!-- connections, typically one or two, and reuse them.  -->
+  <!-- If the test succeeds, all 100 images are displayed. -->
+
+  <!-- Bug: I saw cases where more than 40 were missing.   -->
+
+  <head>
+    <title>100 images</title>
+  </head>
+  <body>
+    <h1>A gallery of small images:</h1>
+    <p>
+      <table>
+        <tr>
+          <td><img src="imagetest/00.png"></td>
+          <td><img src="imagetest/01.png"></td>
+          <td><img src="imagetest/02.png"></td>
+          <td><img src="imagetest/03.png"></td>
+          <td><img src="imagetest/04.png"></td>
+          <td><img src="imagetest/05.png"></td>
+          <td><img src="imagetest/06.png"></td>
+          <td><img src="imagetest/07.png"></td>
+          <td><img src="imagetest/08.png"></td>
+          <td><img src="imagetest/09.png"></td>
+        </tr>
+        <tr>
+          <td><img src="imagetest/10.png"></td>
+          <td><img src="imagetest/11.png"></td>
+          <td><img src="imagetest/12.png"></td>
+          <td><img src="imagetest/13.png"></td>
+          <td><img src="imagetest/14.png"></td>
+          <td><img src="imagetest/15.png"></td>
+          <td><img src="imagetest/16.png"></td>
+          <td><img src="imagetest/17.png"></td>
+          <td><img src="imagetest/18.png"></td>
+          <td><img src="imagetest/19.png"></td>
+        </tr>
+        <tr>
+          <td><img src="imagetest/20.png"></td>
+          <td><img src="imagetest/21.png"></td>
+          <td><img src="imagetest/22.png"></td>
+          <td><img src="imagetest/23.png"></td>
+          <td><img src="imagetest/24.png"></td>
+          <td><img src="imagetest/25.png"></td>
+          <td><img src="imagetest/26.png"></td>
+          <td><img src="imagetest/27.png"></td>
+          <td><img src="imagetest/28.png"></td>
+          <td><img src="imagetest/29.png"></td>
+        </tr>
+        <tr>
+          <td><img src="imagetest/20.png"></td>
+          <td><img src="imagetest/21.png"></td>
+          <td><img src="imagetest/22.png"></td>
+          <td><img src="imagetest/23.png"></td>
+          <td><img src="imagetest/24.png"></td>
+          <td><img src="imagetest/25.png"></td>
+          <td><img src="imagetest/26.png"></td>
+          <td><img src="imagetest/27.png"></td>
+          <td><img src="imagetest/28.png"></td>
+          <td><img src="imagetest/29.png"></td>
+        </tr>
+        <tr>
+          <td><img src="imagetest/30.png"></td>
+          <td><img src="imagetest/31.png"></td>
+          <td><img src="imagetest/32.png"></td>
+          <td><img src="imagetest/33.png"></td>
+          <td><img src="imagetest/34.png"></td>
+          <td><img src="imagetest/35.png"></td>
+          <td><img src="imagetest/36.png"></td>
+          <td><img src="imagetest/37.png"></td>
+          <td><img src="imagetest/38.png"></td>
+          <td><img src="imagetest/39.png"></td>
+        </tr>
+        <tr>
+          <td><img src="imagetest/40.png"></td>
+          <td><img src="imagetest/41.png"></td>
+          <td><img src="imagetest/42.png"></td>
+          <td><img src="imagetest/43.png"></td>
+          <td><img src="imagetest/44.png"></td>
+          <td><img src="imagetest/45.png"></td>
+          <td><img src="imagetest/46.png"></td>
+          <td><img src="imagetest/47.png"></td>
+          <td><img src="imagetest/48.png"></td>
+          <td><img src="imagetest/49.png"></td>
+        </tr>
+        <tr>
+          <td><img src="imagetest/50.png"></td>
+          <td><img src="imagetest/51.png"></td>
+          <td><img src="imagetest/52.png"></td>
+          <td><img src="imagetest/53.png"></td>
+          <td><img src="imagetest/54.png"></td>
+          <td><img src="imagetest/55.png"></td>
+          <td><img src="imagetest/56.png"></td>
+          <td><img src="imagetest/57.png"></td>
+          <td><img src="imagetest/58.png"></td>
+          <td><img src="imagetest/59.png"></td>
+        </tr>
+        <tr>
+          <td><img src="imagetest/60.png"></td>
+          <td><img src="imagetest/61.png"></td>
+          <td><img src="imagetest/62.png"></td>
+          <td><img src="imagetest/63.png"></td>
+          <td><img src="imagetest/64.png"></td>
+          <td><img src="imagetest/65.png"></td>
+          <td><img src="imagetest/66.png"></td>
+          <td><img src="imagetest/67.png"></td>
+          <td><img src="imagetest/68.png"></td>
+          <td><img src="imagetest/69.png"></td>
+        </tr>
+        <tr>
+          <td><img src="imagetest/70.png"></td>
+          <td><img src="imagetest/71.png"></td>
+          <td><img src="imagetest/72.png"></td>
+          <td><img src="imagetest/73.png"></td>
+          <td><img src="imagetest/74.png"></td>
+          <td><img src="imagetest/75.png"></td>
+          <td><img src="imagetest/76.png"></td>
+          <td><img src="imagetest/77.png"></td>
+          <td><img src="imagetest/78.png"></td>
+          <td><img src="imagetest/79.png"></td>
+        </tr>
+        <tr>
+          <td><img src="imagetest/80.png"></td>
+          <td><img src="imagetest/81.png"></td>
+          <td><img src="imagetest/82.png"></td>
+          <td><img src="imagetest/83.png"></td>
+          <td><img src="imagetest/84.png"></td>
+          <td><img src="imagetest/85.png"></td>
+          <td><img src="imagetest/86.png"></td>
+          <td><img src="imagetest/87.png"></td>
+          <td><img src="imagetest/88.png"></td>
+          <td><img src="imagetest/89.png"></td>
+        </tr>
+        <tr>
+          <td><img src="imagetest/90.png"></td>
+          <td><img src="imagetest/91.png"></td>
+          <td><img src="imagetest/92.png"></td>
+          <td><img src="imagetest/93.png"></td>
+          <td><img src="imagetest/94.png"></td>
+          <td><img src="imagetest/95.png"></td>
+          <td><img src="imagetest/96.png"></td>
+          <td><img src="imagetest/97.png"></td>
+          <td><img src="imagetest/98.png"></td>
+          <td><img src="imagetest/99.png"></td>
+        </tr>
+      </table>
+    </p>
+    <p>
+      Test case: all images are displayed.
+    </p>    
+  </body>
+</html>

BIN
test/imagetest/00.PNG


BIN
test/imagetest/01.PNG


BIN
test/imagetest/02.PNG


BIN
test/imagetest/03.PNG


BIN
test/imagetest/04.PNG


BIN
test/imagetest/05.PNG


BIN
test/imagetest/06.PNG


BIN
test/imagetest/07.PNG


BIN
test/imagetest/08.PNG


BIN
test/imagetest/09.PNG


BIN
test/imagetest/10.PNG


BIN
test/imagetest/11.PNG


BIN
test/imagetest/12.PNG


BIN
test/imagetest/13.PNG


BIN
test/imagetest/14.PNG


BIN
test/imagetest/15.PNG


BIN
test/imagetest/16.PNG


BIN
test/imagetest/17.PNG


BIN
test/imagetest/18.PNG


BIN
test/imagetest/19.PNG


BIN
test/imagetest/20.PNG


BIN
test/imagetest/21.PNG


BIN
test/imagetest/22.PNG


BIN
test/imagetest/23.PNG


BIN
test/imagetest/24.PNG


BIN
test/imagetest/25.PNG


BIN
test/imagetest/26.PNG


BIN
test/imagetest/27.PNG


BIN
test/imagetest/28.PNG


BIN
test/imagetest/29.PNG


BIN
test/imagetest/30.PNG


BIN
test/imagetest/31.PNG


BIN
test/imagetest/32.PNG


BIN
test/imagetest/33.PNG


BIN
test/imagetest/34.PNG


BIN
test/imagetest/35.PNG


BIN
test/imagetest/36.PNG


BIN
test/imagetest/37.PNG


BIN
test/imagetest/38.PNG


BIN
test/imagetest/39.PNG


BIN
test/imagetest/40.PNG


BIN
test/imagetest/41.PNG


BIN
test/imagetest/42.PNG


BIN
test/imagetest/43.PNG


BIN
test/imagetest/44.PNG


BIN
test/imagetest/45.PNG


BIN
test/imagetest/46.PNG


BIN
test/imagetest/47.PNG


BIN
test/imagetest/48.PNG


BIN
test/imagetest/49.PNG


BIN
test/imagetest/50.PNG


BIN
test/imagetest/51.PNG


BIN
test/imagetest/52.PNG


BIN
test/imagetest/53.PNG


BIN
test/imagetest/54.PNG


BIN
test/imagetest/55.PNG


BIN
test/imagetest/56.PNG


BIN
test/imagetest/57.PNG


BIN
test/imagetest/58.PNG


BIN
test/imagetest/59.PNG


BIN
test/imagetest/60.PNG


BIN
test/imagetest/61.PNG


BIN
test/imagetest/62.PNG


BIN
test/imagetest/63.PNG


BIN
test/imagetest/64.PNG


BIN
test/imagetest/65.PNG


BIN
test/imagetest/66.PNG


BIN
test/imagetest/67.PNG


BIN
test/imagetest/68.PNG


BIN
test/imagetest/69.PNG


BIN
test/imagetest/70.PNG


BIN
test/imagetest/71.PNG


BIN
test/imagetest/72.PNG


BIN
test/imagetest/73.PNG


BIN
test/imagetest/74.PNG


BIN
test/imagetest/75.PNG


BIN
test/imagetest/76.PNG


BIN
test/imagetest/77.PNG


BIN
test/imagetest/78.PNG


BIN
test/imagetest/79.PNG


BIN
test/imagetest/80.PNG


BIN
test/imagetest/81.PNG


BIN
test/imagetest/82.PNG


BIN
test/imagetest/83.PNG


BIN
test/imagetest/84.PNG


BIN
test/imagetest/85.PNG


BIN
test/imagetest/86.PNG


BIN
test/imagetest/87.PNG


BIN
test/imagetest/88.PNG


BIN
test/imagetest/89.PNG


BIN
test/imagetest/90.PNG


BIN
test/imagetest/91.PNG


BIN
test/imagetest/92.PNG


BIN
test/imagetest/93.PNG


BIN
test/imagetest/94.PNG


BIN
test/imagetest/95.PNG


BIN
test/imagetest/96.PNG


BIN
test/imagetest/97.PNG


BIN
test/imagetest/98.PNG


Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác