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

Side by Side Diff: LayoutTests/compositing/repaint/shrink-layer.html

Issue 7210023: Merge 88386 - 2011-06-08 John Bauman <jbauman@chromium.org> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 6 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/compositing/repaint/shrink-layer-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 <html> 1 <html>
2 <head> 2 <head>
3 <title>Test for bug 62243</title> 3 <title>Test for bug 62243</title>
4 <style type="text/css"> 4 <style type="text/css">
5 #ruler { 5 #ruler {
6 -webkit-transform: translateZ(0); 6 -webkit-transform: translateZ(0);
7 border-bottom: 10px solid black; 7 border-bottom: 10px solid black;
8 width: 550px; 8 width: 550px;
9 height: 500px; 9 height: 500px;
10 } 10 }
11 </style> 11 </style>
12 <script src="../../fast/repaint/resources/repaint.js"></script> 12 <script src="../../fast/repaint/resources/repaint.js"></script>
13 <script> 13 <script>
14 if (window.layoutTestController) 14 if (window.layoutTestController)
15 layoutTestController.dumpAsText(true); 15 layoutTestController.dumpAsText(true);
16 function repaintTest() 16 function repaintTest()
17 { 17 {
18 document.getElementById("ruler").style.height = "450px"; 18 document.getElementById("ruler").style.height = "450px";
19 } 19 }
20 </script> 20 </script>
21 </head> 21 </head>
22 <body onload="runRepaintTest()"> 22 <body onload="runRepaintTest()">
23 <div id="ruler"> 23 <div id="ruler">
24 </body> 24 </body>
25 </html> 25 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/compositing/repaint/shrink-layer-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698