1 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 <style type=
"text/css">
6 div
{ margin: 1em 0; height: 100px; width: 100px; background: navy
; }
9 <body onload=
"runAfterLayoutAndPaint(repaintTest, true);">
10 <p>Zoom in and out. The following two squares should always be the same size.
</p>
12 <svg height=
"100px" width=
"100px" viewBox=
"0 0 100 100" xmlns=
"http://www.w3.org/2000/svg">
13 <rect x=
"0" y=
"0" width=
"100" height=
"100" fill=
"navy"/>
15 <script>var zoomCount
= 2;</script>
16 <script src=
"../../../resources/run-after-layout-and-paint.js"></script>
17 <script src=
"../resources/testTextZoom.js"></script>