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

Side by Side Diff: LayoutTests/fast/flexbox/flex-hang.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 2
3 <html lang="en"> 3 <html lang="en">
4 <head> 4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6 <title>untitled</title> 6 <title>untitled</title>
7 7
8 <style type="text/css" media="screen"> 8 <style type="text/css" media="screen">
9 body 9 body
10 { 10 {
11 margin: 0; 11 margin: 0;
12 overflow: hidden;
12 } 13 }
13 div 14 div
14 { 15 {
15 display: -webkit-box; 16 display: -webkit-box;
16 border: 1px solid black; 17 border: 1px solid black;
17 } 18 }
18 19
19 #container 20 #container
20 { 21 {
21 height: 100%; 22 height: 100%;
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 </div> 78 </div>
78 <div class="bottom right"> 79 <div class="bottom right">
79 80
80 </div> 81 </div>
81 </div> 82 </div>
82 83
83 </div> 84 </div>
84 85
85 </body> 86 </body>
86 </html> 87 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/flexbox/016.html ('k') | LayoutTests/fast/forms/file/file-input-direction.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698