Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(778)

Side by Side Diff: LayoutTests/svg/zoom/text/absolute-sized-document-scrollbars.svg

Issue 205263004: Convert svg repaint tests to pixel test only repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove fixedpos Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 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"> 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 scrollba rs --> 3 <!-- DRT uses 800x600 default, so zooming in three times should show up scrollba rs -->
4 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" width="480" height="360" onload="runRepaintTest()"> 4 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" width="480" height="360" onload="runRepaintAndPixelTest()">
5 <rect x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/> 5 <rect x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
6 6
7 <defs> 7 <defs>
8 <script>var zoomCount = 3;</script> 8 <script>var zoomCount = 3;</script>
9 <script xlink:href="../../../fast/repaint/resources/repaint.js"/> 9 <script xlink:href="../../../fast/repaint/resources/text-based-repaint.j s"/>
10 <script xlink:href="../resources/testTextZoom.js"/> 10 <script xlink:href="../resources/testTextZoom.js"/>
11 </defs> 11 </defs>
12 </svg> 12 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698