4 This tests slow loading png images referenced from a image element inside a SVG pattern resource.
<br>
5 You should see a
400x300 rect containing a tiled rendering of the Acid3 reference image.
7 <svg width=
"400" height=
"300" style=
"position: absolute; left: 10px; top: 50px; border: solid;">
9 <pattern id=
"pattern" x=
"0" y=
"0" width=
"100" height=
"100" patternUnits=
"userSpaceOnUse" viewBox=
"0 0 800 600">
10 <image width=
"800" height=
"600" xlink:
href=
"resources/slow-png-load.pl?name=acid3-output.png&loadtime=1"/>
13 <rect width=
"400" height=
"300" fill=
"url(#pattern)"/>