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

Side by Side Diff: LayoutTests/platform/chromium/compositing/layout-width-change.html

Issue 6597014: Merge 79699 - 2011-02-25 Vangelis Kokkevis <vangelis@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 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/compositing/layout-width-change-expected.checksum » ('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> 1 <!DOCTYPE>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Layout width change</title> 4 <title>Layout width change</title>
5 5
6 <style type="text/css" media="screen"> 6 <style type="text/css" media="screen">
7 .container { 7 .container {
8 position: absolute; 8 position: absolute;
9 width: 400px; 9 width: 400px;
10 height: 1500px; 10 height: 1500px;
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 <body> 52 <body>
53 53
54 <p>There should be no white gap at the right hand side of the box.</p> 54 <p>There should be no white gap at the right hand side of the box.</p>
55 <div id="container" class="container"> 55 <div id="container" class="container">
56 <div id="panel" class="panel"> 56 <div id="panel" class="panel">
57 </div> 57 </div>
58 </div> 58 </div>
59 59
60 </body> 60 </body>
61 </html> 61 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/platform/chromium/compositing/layout-width-change-expected.checksum » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698