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

Side by Side Diff: LayoutTests/fast/table/038-vertical.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 <body style="overflow: hidden;">
1 The two rows below should look identical. In both, the spanning cells in column s 2-3 should consume as 2 The two rows below should look identical. In both, the spanning cells in column s 2-3 should consume as
2 much width as possible, while column 1 should be tiny. 3 much width as possible, while column 1 should be tiny.
3 4
4 <table border=2 height=100% style="-webkit-writing-mode: vertical-rl;"> 5 <table border=2 height=100% style="-webkit-writing-mode: vertical-rl;">
5 <tr> 6 <tr>
6 <td>1<td colspan=2>2-3 7 <td>1<td colspan=2>2-3
7 </tr> 8 </tr>
8 <tr> 9 <tr>
9 <td>1</td> 10 <td>1</td>
10 <td colspan=2 height=100%>2-3</td> 11 <td colspan=2 height=100%>2-3</td>
11 </tr> 12 </tr>
12 </table> 13 </table>
14 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/034.html ('k') | LayoutTests/fast/table/border-collapsing/002-vertical.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698