no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 1780191-1.svg
blob6413b726110005534c0e7e3dc5aa094292298ae0
1 <?xml version="1.0" standalone="no"?>
2 <svg width="315px" height="445px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3 <svg viewBox="0 0 21000 29700" id="thetarget">
4 <script>
5 // <![CDATA[
6 function insertRect(x,y,w,h) {
7 const rect = document.createElementNS("http://www.w3.org/2000/svg", "rect");
8 rect.setAttribute("x", x.toString());
9 rect.setAttribute("y", y.toString());
10 rect.setAttribute("height", h.toString());
11 rect.setAttribute("width", w.toString());
12 document.getElementById("thetarget").appendChild(rect);
14 function place() {
15 let baseleft = 2000;
16 let basetop = 2000;
17 let width = 18;
18 let height = 539;
19 let coldiff = 66;
20 let rowdiff = 600;
21 for (let row = 0; row <= 60; row++) {
22 for (let col = 0; col <= 360; col++) {
23 insertRect(baseleft + col*coldiff + row, basetop + rowdiff*row, width, height);
27 place();
28 // ]]>
29 </script>
32 </svg>
33 </svg>