1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE svg PUBLIC
"-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
3 <!-- DRT uses 800x600 default, so zooming in once should not lead to visible scrollbars -->
4 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" width=
"100%" height=
"100%" onload=
"runRepaintAndPixelTest()">
5 <rect x=
"1%" y=
"1%" width=
"98%" height=
"98%" fill=
"none" stroke=
"#000000"/>
8 <script>var zoomCount =
3;
</script>
9 <script xlink:
href=
"../../../fast/repaint/resources/text-based-repaint.js"/>
10 <script xlink:
href=
"../resources/testTextZoom.js"/>