Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/table/column-in-inline.html

Issue 927653002: Revert of Insert an anonymous inline-table when inserting a table part under an inline. (patchset #… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>Test that a table-column with a table-cell sibling are wrapped inside an inli ne-table when the parent is inline.</p>
3 <span style="vertical-align:top;">
4 <div style="display:table-column; width:4em; background:blue;"></div>
5 <div style="vertical-align:top; display:table-cell; height:4em;">&nbsp;</div >
6 There should be a blue square to the left of this line.
7 </span>
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/caption-in-inline-expected.txt ('k') | LayoutTests/fast/table/column-in-inline-expected.html » ('j') | no next file with comments »

Powered by Google App Engine