|
Use RenderStyle::isCollapsibleWhiteSpace when renderer is available.
This patch replaces isCollapsibleWhitespace() with RenderStyle::isCollapsibleWhiteSpace
in places where renderer is available. The latter provides more accurate decision so we
should always use it when possible. Some test results require rebaseline but none of
them failed the test really and the new behavior is correct.
BUG= 357226
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170706
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+51 lines, -58 lines) |
Patch |
|
M |
LayoutTests/editing/deleting/delete-block-table-expected.txt
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/editing/pasteboard/paste-into-anchor-text-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fast/dom/Element/offsetTop-table-cell-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fast/html/object-border-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fast/table/cell-in-row-before-misnested-text-crash-css-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fast/table/cell-in-row-before-misnested-text-crash-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fast/table/table-sections-border-spacing-expected.txt
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/tokenizer/script_extra_close-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fast/xsl/mozilla-tests-expected.txt
|
View
|
|
1 chunk |
+28 lines, -28 lines |
0 comments
|
Download
|
|
M |
LayoutTests/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/editing/HTMLInterchange.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/editing/TextIterator.h
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/TextIterator.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/editing/htmlediting.h
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|