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

Side by Side Diff: LayoutTests/svg/zoom/page/zoom-hixie-mixed-009.xml

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 <html xmlns="http://www.w3.org/1999/xhtml"> 1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head> 2 <head>
3 <title>foreignObject can be transformed</title> 3 <title>foreignObject can be transformed</title>
4 <style type="text/css"> 4 <style type="text/css">
5 p, div { color: navy; margin: 10px 0; } 5 p, div { color: navy; margin: 10px 0; }
6 .test { fill: #EEEEEE; font-size: 10px; } 6 .test { fill: #EEEEEE; font-size: 10px; }
7 .control { width: 400px; height: 120px; background: #EEEEEE; font-size: 100px ; } 7 .control { width: 400px; height: 120px; background: #EEEEEE; font-size: 100px ; }
8 </style> 8 </style>
9 </head> 9 </head>
10 <body onload="runRepaintTest()"> 10 <body onload="forceStyleRecalc();repaintTest();">
11 <p>The word "TEST " should appear twice below, the same size each time.</p> 11 <p>The word "TEST " should appear twice below, the same size each time.</p>
12 <svg xmlns="http://www.w3.org/2000/svg" width="400" height="120" class="test"> 12 <svg xmlns="http://www.w3.org/2000/svg" width="400" height="120" class="test">
13 <rect x="0" y="0" width="60" height="12" transform="scale(10)"/> 13 <rect x="0" y="0" width="60" height="12" transform="scale(10)"/>
14 <foreignObject x="0" y="0" width="60" height="10" transform="scale(10)"> 14 <foreignObject x="0" y="0" width="60" height="10" transform="scale(10)">
15 <div xmlns="http://www.w3.org/1999/xhtml"> TEST </div> 15 <div xmlns="http://www.w3.org/1999/xhtml"> TEST </div>
16 </foreignObject> 16 </foreignObject>
17 </svg> 17 </svg>
18 <div class="control">TEST</div> 18 <div class="control">TEST</div>
19 19
20 <script>var zoomCount = 2;</script> 20 <script>var zoomCount = 2;</script>
21 <script src="../../../fast/repaint/resources/repaint.js"/> 21 <script src="../../../fast/repaint/resources/text-based-repaint.js"/>
22 <script src="../resources/testPageZoom.js"/> 22 <script src="../resources/testPageZoom.js"/>
23 </body> 23 </body>
24 </html> 24 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/zoom/page/zoom-hixie-mixed-008.xml ('k') | LayoutTests/svg/zoom/page/zoom-hixie-rendering-model-004.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698