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

Side by Side Diff: LayoutTests/tables/mozilla/bugs/bug43854-1.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 "http://www.w3.org/TR/REC-html40/loose.dtd"> 2 "http://www.w3.org/TR/REC-html40/loose.dtd">
3 3
4 <html lang="en"> 4 <html lang="en">
5 <head> 5 <head>
6 <title>test case</title> 6 <title>test case</title>
7 <style type="text/css" media="screen"> 7 <style type="text/css" media="screen">
8 <!-- 8 <!--
9 body { 9 body {
10 margin: 0; 10 margin: 0;
11 padding: 5%; 11 padding: 5%;
12 background-color: #000; 12 background-color: #000;
13 color: #ff0; 13 color: #ff0;
14 font-family: sans-serif; 14 font-family: sans-serif;
15 overflow: hidden;
15 } 16 }
16 td { 17 td {
17 color: #0f0; 18 color: #0f0;
18 background-color: #000; 19 background-color: #000;
19 } 20 }
20 table { 21 table {
21 table-layout: fixed; 22 table-layout: fixed;
22 } 23 }
23 --> 24 -->
24 </style> 25 </style>
(...skipping 13 matching lines...) Expand all
38 <tr valign="bottom"> 39 <tr valign="bottom">
39 <td width="300" align="center"><p>border<br>bottom?</p></td> 40 <td width="300" align="center"><p>border<br>bottom?</p></td>
40 <td width="300" align="center"><p>this cell<br>border<br> fine<br>this cell<br>b order<br> fine<br>this cell<br>border<br> fine</p></td> 41 <td width="300" align="center"><p>this cell<br>border<br> fine<br>this cell<br>b order<br> fine<br>this cell<br>border<br> fine</p></td>
41 <td width="300" align="center"><p>this cell<br>border<br> fine<br>this cell<br>b order<br> fine<br>this cell<br>border<br> fine</p></td> 42 <td width="300" align="center"><p>this cell<br>border<br> fine<br>this cell<br>b order<br> fine<br>this cell<br>border<br> fine</p></td>
42 </tr> 43 </tr>
43 44
44 </table> 45 </table>
45 46
46 </body> 47 </body>
47 </html> 48 </html>
OLDNEW
« no previous file with comments | « LayoutTests/tables/mozilla/bugs/bug43039.html ('k') | LayoutTests/tables/mozilla/bugs/bug44505.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698