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

Side by Side Diff: LayoutTests/fast/block/float/013.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
« no previous file with comments | « LayoutTests/fast/block/basic/truncation-rtl.html ('k') | LayoutTests/fast/block/float/019.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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or g/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd"><html xmlns="http://w ww.w3.org/1999/xhtml"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or g/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd"><html xmlns="http://w ww.w3.org/1999/xhtml">
2 <head> 2 <head>
3 3
4 <title>Macromedia - Products</title> 4 <title>Macromedia - Products</title>
5 5
6 6
7 <style type="text/css"> 7 <style type="text/css">
8 body { overflow: hidden; }
8 9
9 #bluebox { 10 #bluebox {
10 background-color: blue; 11 background-color: blue;
11 position: absolute; 12 position: absolute;
12 top: 64px; 13 top: 64px;
13 width: 100%; 14 width: 100%;
14 height: 100px; 15 height: 100px;
15 padding: 8px 0px 0px 0px; 16 padding: 8px 0px 0px 0px;
16 margin: 0px; 17 margin: 0px;
17 text-align: center; 18 text-align: center;
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 </div> 60 </div>
60 61
61 <div id="yellowbox" style="width: 100px;">Feh 62 <div id="yellowbox" style="width: 100px;">Feh
62 63
63 64
64 65
65 </div> 66 </div>
66 67
67 </div> 68 </div>
68 69
69 </body><!-- InstanceEnd --></html> 70 </body><!-- InstanceEnd --></html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/block/basic/truncation-rtl.html ('k') | LayoutTests/fast/block/float/019.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698