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

Unified Diff: LayoutTests/fast/table/display-as-inline-expected.txt

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/display-as-inline.html ('k') | LayoutTests/fast/table/row-in-inline-block.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/table/display-as-inline-expected.txt
diff --git a/LayoutTests/fast/table/display-as-inline-expected.txt b/LayoutTests/fast/table/display-as-inline-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..cea5e464b1d91863082ac5048e7b090441f96b1a
--- /dev/null
+++ b/LayoutTests/fast/table/display-as-inline-expected.txt
@@ -0,0 +1,8 @@
+Test that a table row inside a TABLE that's displayed as inline gets wrapped inside an anonymous inline-table.
+
+This text should be on one line.
+PASS firstTop is lastTop
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/table/display-as-inline.html ('k') | LayoutTests/fast/table/row-in-inline-block.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698