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

Side by Side Diff: LayoutTests/fast/repaint/percent-minheight-resize-expected.html

Issue 9617034: Merge 109104 - Percent width/height SVG not always scaled on window resize (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="resources/repaint.js"></script> 4 <script src="resources/repaint.js"></script>
5 </head> 5 </head>
6 6
7 <body style="margin: 0; padding: 0; overflow: hidden;" onload="runRepaintTest()" > 7 <body style="margin: 0; padding: 0; overflow: hidden;" onload="runRepaintTest()" >
8 <div style="width: 100px; height: 100px; background-color: green; position: abso lute;"></div> 8 <div style="width: 100px; height: 100px; background-color: green; position: abso lute;"></div>
9 9
10 <script> 10 <script>
11 function repaintTest() { 11 function repaintTest() {
12 window.resizeBy(0, -window.innerHeight / 2); 12 window.resizeBy(0, -window.innerHeight / 2);
13 } 13 }
14 </script> 14 </script>
15 </body> 15 </body>
16 </html> 16 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/percent-minheight-resize.html ('k') | LayoutTests/svg/custom/svg-percent-scale.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698