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

Unified Diff: LayoutTests/fast/table/caption-in-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/caption-in-inline.html ('k') | LayoutTests/fast/table/column-in-inline.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/table/caption-in-inline-expected.txt
diff --git a/LayoutTests/fast/table/caption-in-inline-expected.txt b/LayoutTests/fast/table/caption-in-inline-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2ae6d04796a34d924aab92edb68c475fa188331d
--- /dev/null
+++ b/LayoutTests/fast/table/caption-in-inline-expected.txt
@@ -0,0 +1,17 @@
+Test that a table-caption with a table-cell sibling is wrapped inside an inline-table when the parent is inline.
+
+ There should be a blue square to the left of this line.
+PASS firstRects.length is 1
+PASS secondRects.length is 1
+PASS lastRects.length is 1
+PASS secondRects[0].top is firstRects[0].top + 40
+PASS secondRects[0].left is firstRects[0].left
+PASS secondRects[0].bottom is secondRects[0].top + 40
+PASS lastRects[0].right is >= secondRects[0].left
+PASS lastRects[0].top is >= firstRects[0].top
+PASS secondRects[0].bottom is >= lastRects[0].bottom
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/table/caption-in-inline.html ('k') | LayoutTests/fast/table/column-in-inline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698