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

Side by Side Diff: LayoutTests/fast/table/table-display-types.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 <html> 1 <html>
2 <head> 2 <head>
3 <style type="text/css" media="screen"> 3 <style type="text/css" media="screen">
4 body { overflow: hidden; }
4 table { 5 table {
5 border: 1px solid black; 6 border: 1px solid black;
6 display: block; 7 display: block;
7 margin: 10px; 8 margin: 10px;
8 } 9 }
9 10
10 .test tr, .test thead, .test tfoot { 11 .test tr, .test thead, .test tfoot {
11 display: table-cell; 12 display: table-cell;
12 } 13 }
13 14
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 <tbody> 68 <tbody>
68 <tr><td>Cell 1</td><td>Cell 2</td></tr> 69 <tr><td>Cell 1</td><td>Cell 2</td></tr>
69 <tr><td>Cell 3</td><td>Cell 4</td></tr> 70 <tr><td>Cell 3</td><td>Cell 4</td></tr>
70 </tbody> 71 </tbody>
71 </table> 72 </table>
72 73
73 <p class="para"> 74 <p class="para">
74 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tem por incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis n ostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Dui s aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fug iat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culp a qui officia deserunt mollit anim id est laborum. 75 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tem por incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis n ostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Dui s aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fug iat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culp a qui officia deserunt mollit anim id est laborum.
75 </p> 76 </p>
76 </body> 77 </body>
77 </html> 78 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/height-percent-test-vertical.html ('k') | LayoutTests/fast/table/wide-colspan.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698