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

Unified Diff: LayoutTests/fast/table/column-in-inline-expected.html

Issue 895953003: Insert an anonymous inline-table when inserting a table part under an inline. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review - lump similar tests together in one file. 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
« no previous file with comments | « LayoutTests/fast/table/column-in-inline.html ('k') | LayoutTests/fast/table/display-as-inline.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/table/column-in-inline-expected.html
diff --git a/LayoutTests/fast/table/column-in-inline-expected.html b/LayoutTests/fast/table/column-in-inline-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..dcf988c7022d2bfae0fec58cd77352b5f0d08f69
--- /dev/null
+++ b/LayoutTests/fast/table/column-in-inline-expected.html
@@ -0,0 +1,4 @@
+<!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>
+<div style="float:left; width:4em; height:4em; background:blue;"></div>
+&nbsp;There should be a blue square to the left of this line.
« no previous file with comments | « LayoutTests/fast/table/column-in-inline.html ('k') | LayoutTests/fast/table/display-as-inline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698