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

Side by Side Diff: LayoutTests/compositing/iframes/resources/fixed-position-transformed-subframe.html

Issue 10392139: Merge 115471 - Infinite backgroundClipRect should not be scrolled. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 7 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/iframes/scroll-fixed-transformed-element.html » ('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 type='text/css'> 4 <style type='text/css'>
5 body { 5 body {
6 height: 1000px; 6 height: 1000px;
7 } 7 }
8 8
9 .green { 9 .green {
10 background-color: green; 10 background-color: green;
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 </script> 48 </script>
49 </head> 49 </head>
50 <body> 50 <body>
51 <div class="green fixed box"> 51 <div class="green fixed box">
52 <div class="container"> 52 <div class="container">
53 <div class="perspective"></div> 53 <div class="perspective"></div>
54 </div> 54 </div>
55 </div> 55 </div>
56 </body> 56 </body>
57 </html> 57 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/compositing/iframes/scroll-fixed-transformed-element.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698