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

Side by Side Diff: LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml

Issue 208583004: Remove repaint.js from svg tests that pass without it (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove use-instanceRoot-event-bubbling.xhtml 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 html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.o rg/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.o rg/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head> 4 <head>
5 </head> 5 </head>
6 <body onload="runRepaintTest()"> 6 <body onload="forceStyleRecalc();repaintTest();">
7 7
8 <table align="center" border="0" cellspacing="0" cellpadding="10"> 8 <table align="center" border="0" cellspacing="0" cellpadding="10">
9 <tr> 9 <tr>
10 <td align="center" colspan="3"> 10 <td align="center" colspan="3">
11 <table border="0" cellpadding="8"> 11 <table border="0" cellpadding="8">
12 <tr> 12 <tr>
13 <td align="center" colspan="2"> 13 <td align="center" colspan="2">
14 <h1>Both sides should have identical size after zooming</h1> 14 <h1>Both sides should have identical size after zooming</h1>
15 </td> 15 </td>
16 </tr> 16 </tr>
(...skipping 12 matching lines...) Expand all
29 <td align="left"> 29 <td align="left">
30 <img alt="raster image" src="resources/absolute-sized-svg.png"/> 30 <img alt="raster image" src="resources/absolute-sized-svg.png"/>
31 </td> 31 </td>
32 </tr> 32 </tr>
33 </table> 33 </table>
34 </td> 34 </td>
35 </tr> 35 </tr>
36 </table> 36 </table>
37 37
38 <script>var zoomCount = 2; window.shouldZoomOut = true;</script> 38 <script>var zoomCount = 2; window.shouldZoomOut = true;</script>
39 <script src="../../../fast/repaint/resources/repaint.js"></script> 39 <script src="../../../fast/repaint/resources/text-based-repaint.js"></script>
40 <script src="../resources/testPageZoom.js"></script> 40 <script src="../resources/testPageZoom.js"></script>
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698