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

Side by Side Diff: LayoutTests/fast/repaint/repaint-during-scroll-with-zoom.html

Issue 10696152: Merge 121722 - Position replaced elements on pixel bounds (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 5 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
« no previous file with comments | « no previous file | LayoutTests/platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 body { 5 body {
6 margin: 0; 6 margin: 0;
7 background: silver; 7 background: silver;
8 zoom: 1.25; 8 zoom: 1.25;
9 } 9 }
10 iframe { 10 iframe {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 42
43 if (window.layoutTestController) { 43 if (window.layoutTestController) {
44 layoutTestController.display(); 44 layoutTestController.display();
45 testScrollRepaint(); 45 testScrollRepaint();
46 } else { 46 } else {
47 setTimeout(testScrollRepaint, 100); 47 setTimeout(testScrollRepaint, 100);
48 } 48 }
49 </script> 49 </script>
50 </body> 50 </body>
51 </html> 51 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698