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

Side by Side Diff: LayoutTests/css2.1/t0803-c5505-mrgn-02-c.html

Issue 249963002: FCMify layout tests with scrollbar rendering diffs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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/css2.1/t0803-c5502-mrgn-r-02-c.html ('k') | LayoutTests/fast/block/float/021.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 HTML 4.01//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>CSS 2.1 Test Suite: margin</title> 4 <title>CSS 2.1 Test Suite: margin</title>
5 <style type="text/css"> 5 <style type="text/css">
6 html { margin: 0; padding: 8px; } 6 html { margin: 0; padding: 8px; }
7 body { margin: 0; padding: 0; } 7 body { margin: 0; padding: 0; }
8 .five { margin: -10px; color: navy; } 8 .five { margin: -10px; color: navy; }
9 </style> 9 </style>
10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#margin-properties" title="8.3 Margin properties: 'margin-top', 'margin-right', 'margin-bottom', ' margin-left', and 'margin'"> 10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#margin-properties" title="8.3 Margin properties: 'margin-top', 'margin-right', 'margin-bottom', ' margin-left', and 'margin'">
11 </head> 11 </head>
12 <script>
13 if (window.internals) {
14 window.internals.settings.setForceCompositingMode(true);
15 }
16 </script>
12 <body> 17 <body>
13 <p class="five"> <br>  This page should have a horizontal scroll bar. </p> 18 <p class="five"> <br>  This page should have a horizontal scroll bar. </p>
14 </body> 19 </body>
15 </html> 20 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t0803-c5502-mrgn-r-02-c.html ('k') | LayoutTests/fast/block/float/021.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698