6 border:
1px solid #f90; padding:
0px;
10 function loadAndStall()
12 return "http://127.0.0.1:8000/resources/load-and-stall.php";
17 return "?name=../../../fast/css/resources/bikes.bmp&mimeType=image%bmp";
22 var images
= document
.querySelectorAll("img");
23 for (var i
= 0, len
= images
.length
; i
< len
; i
++) {
24 var image
= images
[i
];
25 image
.src
= loadAndStall() + pngImage() + "&stallAt=0&stallFor=0";
31 <p> https://bugs.webkit.org/show_bug.cgi?id=
108357: There should be no space between the top of the image and the orange border.
</p>
35 <td><img></td><td><video autoplay
></video></td>
38 <td><img></td><td><video autoplay
></video></td>
41 <script>runTest();</script>