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

Unified 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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/table/column-in-inline.html
diff --git a/LayoutTests/fast/table/column-in-inline.html b/LayoutTests/fast/table/column-in-inline.html
deleted file mode 100644
index 713b854d9d44e3ef2f5dd3858eedf0600dd9d701..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/table/column-in-inline.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<!DOCTYPE html>
-<p>Test that a table-column with a table-cell sibling are wrapped inside an inline-table when the parent is inline.</p>
-<span style="vertical-align:top;">
- <div style="display:table-column; width:4em; background:blue;"></div>
- <div style="vertical-align:top; display:table-cell; height:4em;">&nbsp;</div>
- There should be a blue square to the left of this line.
-</span>
« 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
This is Rietveld 408576698