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

Side by Side Diff: LayoutTests/svg/zoom/page/zoom-svg-through-object-with-huge-size.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 <p>Text above the rect</p> 7 <p>Text above the rect</p>
8 <object width="400" height="400" type="image/svg+xml" data="resources/huge-rect. svg"/> 8 <object width="400" height="400" type="image/svg+xml" data="resources/huge-rect. svg"/>
9 <p>Text below the rect</p> 9 <p>Text below the rect</p>
10 <script>var zoomCount = 2; window.shouldZoomOut = true;</script> 10 <script>var zoomCount = 2; window.shouldZoomOut = true;</script>
11 <script src="../../../fast/repaint/resources/repaint.js"></script> 11 <script src="../../../fast/repaint/resources/text-based-repaint.js"></script>
12 <script src="../resources/testPageZoom.js"></script> 12 <script src="../resources/testPageZoom.js"></script>
13 </body> 13 </body>
14 </html> 14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698