Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / zoom / text / absolute-sized-document-scrollbars.svg
blob2ac6c3b6f36429467c11ecee248af546c1df51ef
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 three times should show up scrollbars -->
4 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="480" height="360" onload="runRepaintAndPixelTest()">
5 <rect x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
7 <defs>
8 <script>var zoomCount = 3;</script>
9 <script xlink:href="../../../fast/repaint/resources/text-based-repaint.js"/>
10 <script xlink:href="../resources/testTextZoom.js"/>
11 </defs>
12 </svg>