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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/max-width-integer-overflow.html

Issue 1921973005: [css tables] Don't pass table width increase due to % columns to parents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge ToT Created 4 years, 7 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
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html> 2 <p>There should be a smattering of blue and green in this bar. TODO(dgrogan):
3 <head> 3 convert to checkLayout or just delete.</p>
4 </head> 4 <table style="width: 780px; background-color: blue;" cellspacing="0" cellpadding ="0">
5 <body> 5 <tr>
6 <table style="width: 780px; background-color: red;" cellspacing="0" cellpadd ing="0"> 6 <td>
7 <tr> 7 <table cellspacing="0" cellpadding="0">
8 <td> 8 <tr>
9 <table cellspacing="0" cellpadding="0"> 9 <td>
10 <tr> 10 <div style="width: 100%;">
11 <td> 11 <table style="background-color: green;">
12 <div style="width: 100%;"> 12 <tr style="height: 20px;">
13 <table style="background-color: green;"> 13 <td width="100%"></td>
14 <tr style="height: 20px;"> 14 <td width="300"></td>
15 <td width="100%"></td> 15 </tr>
16 <td width="300"></td> 16 </table>
17 </tr> 17 </div>
18 </table> 18 </td>
19 </div> 19 </tr>
20 </td> 20 </table>
21 </tr> 21 </td>
22 </table> 22 <td>
23 </td> 23 <div style="width: 10px; background-color: green; height: 24px;"></d iv>
24 <td> 24 </td>
25 <div style="width: 10px; background-color: green; height: 24px;" ></div> 25 </tr>
26 </td> 26 </table>
27 </tr>
28 </table>
29 </body>
30 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698