|
Allow whitespace inside anonymous table cells
IE and FF allow whitespace inside anonymous table cells. We don't because we're
not careful enough when determining when to allow whitespace. Check if the space
we want to add will end up in anonymous table cell and if so, allow it.
Test=LayoutTests/fast/table/whitespace-in-anonymous-table-cells.html
BUG= 473832
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198429
Total comments: 9
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+140 lines, -1 line) |
Patch |
 |
M |
LayoutTests/TestExpectations
|
View
|
1
2
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/block/float/float-not-removed-from-pre-block-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/table/table-row-before-after-content-around-table-cell-expected.txt
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/table/table-row-split2-expected.txt
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/table/table-section-split2-expected.txt
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/table/whitespace-in-anonymous-table-cells.html
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/table/whitespace-in-anonymous-table-cells-expected.html
|
View
|
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/linux/css2.1/20110323/dynamic-top-change-002-expected.txt
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/linux/fast/css-generated-content/015-expected.txt
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/linux/fast/css-generated-content/table-before-after-child-add-expected.txt
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/linux/fast/table/add-before-anonymous-child-expected.txt
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/linux/fast/table/table-after-child-in-table-expected.txt
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/linux/fast/table/table-before-child-in-table-expected.txt
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/linux/fast/table/table-cell-after-child-in-table-expected.txt
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/linux/fast/table/table-display-types-expected.txt
|
View
|
1
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/linux/fast/table/table-display-types-strict-expected.txt
|
View
|
1
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/linux/fast/table/table-display-types-vertical-expected.txt
|
View
|
1
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/linux/fast/table/table-row-after-child-in-table-expected.txt
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/linux/tables/mozilla/bugs/bug2479-1-expected.txt
|
View
|
1
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/linux/tables/mozilla/bugs/bug30985-expected.txt
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/linux/tables/mozilla/bugs/bug72359-expected.txt
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Text.cpp
|
View
|
1
2
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 27 (6 generated)
|