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

Side by Side Diff: LayoutTests/svg/zoom/page/zoom-svg-through-object-with-override-size.html

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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body onload="runRepaintTest()"> 3 <body onload="forceStyleRecalc();repaintTest();">
4 <object style="border: 1px solid red" data="resources/tux.svg" width="500" heigh t="500"></object> 4 <object style="border: 1px solid red" data="resources/tux.svg" width="500" heigh t="500"></object>
5 <br/> 5 <br/>
6 The image of Tux should fill the entire red square. 6 The image of Tux should fill the entire red square.
7 <script>var zoomCount = 2; window.shouldZoomOut = true;</script> 7 <script>var zoomCount = 2; window.shouldZoomOut = true;</script>
8 <script src="../../../fast/repaint/resources/repaint.js"></script> 8 <script src="../../../fast/repaint/resources/text-based-repaint.js"></script>
9 <script src="../resources/testPageZoom.js"></script> 9 <script src="../resources/testPageZoom.js"></script>
10 </body> 10 </body>
11 </html> 11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698