Bug 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git] / dom / svg / crashtests / 1683907.html
blobd8286f1c276570a616d14c84c70326e98146a6a4
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 * {
6 block-size: max-content;
7 display: table-column-group;
9 </style>
10 </head>
11 <svg>
12 <rect id='rect' height='18pc' width='64ex'>
13 <animateMotion>
14 <mpath xlink:href='#rect' xlink:type='simple'>
15 </mpath>
16 </animateMotion>
17 </rect>
18 </svg>
19 </html>