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

Side by Side Diff: LayoutTests/fast/overflow/overflow-auto-table.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/overflow/006.html ('k') | LayoutTests/fast/overflow/overflow-stacking.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 Transitional//EN" "http://www.w3.or g/TR/REC-html40/loose.dtd"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.or g/TR/REC-html40/loose.dtd">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Table-Width Problem</title> 4 <title>Table-Width Problem</title>
5 </head> 5 </head>
6 <body> 6 <body style="overflow: hidden;">
7 <p>This tests the interaction of overflow on some very wide text with 7 <p>This tests the interaction of overflow on some very wide text with
8 auto table layout. The CSS 2.1 spec does not define how overflow 8 auto table layout. The CSS 2.1 spec does not define how overflow
9 interacts with intrinsic width, so we copy the IE behavior. Therefore 9 interacts with intrinsic width, so we copy the IE behavior. Therefore
10 the lines should come out very very wide and scroll along with the 10 the lines should come out very very wide and scroll along with the
11 border.</p> 11 border.</p>
12 <table style="border: 1px solid red; width: 80%"> 12 <table style="border: 1px solid red; width: 80%">
13 <tr> 13 <tr>
14 <td> 14 <td>
15 <pre style="overflow:auto; border: 1px solid blue"> 15 <pre style="overflow:auto; border: 1px solid blue">
16 this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line 16 this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line
17 this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line 17 this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line this is a very long line
18 </pre> 18 </pre>
19 </td> 19 </td>
20 </tr> 20 </tr>
21 </table> 21 </table>
22 </body> 22 </body>
23 </html> 23 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/overflow/006.html ('k') | LayoutTests/fast/overflow/overflow-stacking.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698