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

Side by Side Diff: LayoutTests/fast/table/empty-cells-spread-2.html

Issue 988443003: Don't add artifical 1 pixel width to empty tables (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 6 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
(Empty)
1 <!DOCTYPE HTML>
2 <style>
3 #blue { background-color: blue; width:90%;height:25px; }
4 </style>
5 <script src="../../resources/check-layout.js"></script>
6 <div style="width: 500px">
7 <table width=100% cellspacing=0 cellpadding=0>
8 <tr>
9 <td nowrap="1" data-expected-width=50>
10 <td nowrap="1" id="blue" data-expected-width=450>Text</td>
11 </tr>
12 </table>
13 </div>
14 <p> crbug.com/476370: Test empty cells get appropriate width when spread across a percent width table. </p>
15 <div id="console"></div>
16 <script>
17 checkLayout('td', document.getElementById('console'));
18 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/empty-cells-spread.html ('k') | LayoutTests/fast/table/empty-cells-spread-2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698