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

Side by Side Diff: LayoutTests/compositing/overflow/scrollbars-with-clipped-owner.html

Issue 10536221: Merge 120750 - Fix scrollbar layers being misplaced with a clipped owner layer (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 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/overflow/scrollbars-with-clipped-owner-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: 0px; 6 margin: 0px;
7 overflow:hidden; 7 overflow:hidden;
8 } 8 }
9 9
10 #outer-scrollable { 10 #outer-scrollable {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 <body> 52 <body>
53 <div id="outer-scrollable"> 53 <div id="outer-scrollable">
54 <div id="tall"> 54 <div id="tall">
55 <div id="inner-scrollable"> 55 <div id="inner-scrollable">
56 <div id="content"></div> 56 <div id="content"></div>
57 </div> 57 </div>
58 </div> 58 </div>
59 </div> 59 </div>
60 </body> 60 </body>
61 </html> 61 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/compositing/overflow/scrollbars-with-clipped-owner-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698