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

Side by Side Diff: LayoutTests/svg/custom/svg-percent-scale-block-expected.html

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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../fast/repaint/resources/repaint.js"></script> 4 <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
5 <script> 5 <script>
6 function repaintTest() 6 function repaintTest()
7 { 7 {
8 document.getElementById('resize-target').style.height = '200px'; 8 document.getElementById('resize-target').style.height = '200px';
9 } 9 }
10 </script> 10 </script>
11 </head> 11 </head>
12 12
13 <body style="margin: 0; padding: 0; overflow: hidden;" onload="runRepaintTest()" > 13 <body style="margin: 0; padding: 0; overflow: hidden;" onload="runRepaintAndPixe lTest()">
14 <div id="resize-target" style="width: 400px; height: 400px; position: absolute ;"></div> 14 <div id="resize-target" style="width: 400px; height: 400px; position: absolute ;"></div>
15 <div style="width: 100px; height: 100px; position: absolute; background-color: green;"></div> 15 <div style="width: 100px; height: 100px; position: absolute; background-color: green;"></div>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/svg-percent-scale-block.html ('k') | LayoutTests/svg/custom/svg-percent-scale-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698