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

Side by Side Diff: LayoutTests/compositing/geometry/foreground-offset-change.html

Issue 9187066: Merge 104782 - Repaint all graphics layers when their renderer offset changes (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 11 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/geometry/foreground-offset-change-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 <style> 3 <style>
4 #clipper { 4 #clipper {
5 width: 550px; 5 width: 550px;
6 height: 550px; 6 height: 550px;
7 overflow:hidden; 7 overflow:hidden;
8 } 8 }
9 9
10 #trigger { 10 #trigger {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 <body> 64 <body>
65 <div id="trigger"></div> 65 <div id="trigger"></div>
66 <div id="clipper"> 66 <div id="clipper">
67 <div id="container"> 67 <div id="container">
68 <img id="contents"> 68 <img id="contents">
69 <div id="stretch"></div> 69 <div id="stretch"></div>
70 <div id="negative"></div> 70 <div id="negative"></div>
71 </div> 71 </div>
72 </div> 72 </div>
73 </body> 73 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/compositing/geometry/foreground-offset-change-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698