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

Side by Side Diff: LayoutTests/fast/table/caption-in-inline-expected.txt

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 unified diff | Download patch
OLDNEW
(Empty)
1 Test that a table-caption with a table-cell sibling is wrapped inside an inline- table when the parent is inline.
2
3  
4  There should be a blue square to the left of this line.
5 PASS firstRects.length is 1
6 PASS secondRects.length is 1
7 PASS lastRects.length is 1
8 PASS secondRects[0].top is firstRects[0].top + 40
9 PASS secondRects[0].left is firstRects[0].left
10 PASS secondRects[0].bottom is secondRects[0].top + 40
11 PASS lastRects[0].right is >= secondRects[0].left
12 PASS lastRects[0].top is >= firstRects[0].top
13 PASS secondRects[0].bottom is >= lastRects[0].bottom
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW
« 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