|
Insert an anonymous inline-table when inserting a table part under an inline.
The spec says that if the parent of the table part is an inline, we must wrap
it inside an inline-table instead of a table.
Apart from giving correct rendering, this change also helps avoid establishing
(incorrect) inline continuations in some cases.
BUG= 327832, 452591, 53693, 2032
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189941
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+160 lines, -3 lines) |
Patch |
|
M |
LayoutTests/TestExpectations
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/block/float/float-not-removed-from-pre-block-expected.txt
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A |
LayoutTests/fast/table/caption-in-inline.html
|
View
|
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/table/caption-in-inline-expected.txt
|
View
|
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/table/column-in-inline.html
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/table/column-in-inline-expected.html
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/table/display-as-inline.html
|
View
|
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/table/display-as-inline-expected.txt
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/table/row-in-inline-block.html
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/table/row-in-inline-block-expected.txt
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/table/table-parts-in-inline.html
|
View
|
1
2
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/table/table-parts-in-inline-expected.txt
|
View
|
1
2
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/LayoutTable.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderInline.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 14 (5 generated)
|