-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Whitespace incorrectly suppressed inside table. #47169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
EWS run on previous version of this PR (hash 1675e55) |
https://bugs.webkit.org/show_bug.cgi?id=251178 rdar://104934417 Reviewed by NOBODY (OOPS!). This fixes an issue where blink and webkit ignores the whitespace text nodes in tables against what the specification is saying. See the issue w3c/csswg-drafts#8358 * LayoutTests/TestExpectations: * LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/the-innertext-and-outertext-properties/getter-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-mozilla-162063-expected.txt: * LayoutTests/platform/mac/fast/css-generated-content/015-expected.txt: * LayoutTests/platform/mac/fast/css-generated-content/table-before-after-child-add-expected.txt: * LayoutTests/platform/mac/fast/table/table-after-child-in-table-expected.txt: * LayoutTests/platform/mac/fast/table/table-before-child-in-table-expected.txt: * LayoutTests/platform/mac/fast/table/table-cell-after-child-in-table-expected.txt: * LayoutTests/platform/mac/fast/table/table-cell-before-child-in-table-expected.txt: * LayoutTests/platform/mac/fast/table/table-row-after-child-in-table-expected.txt: * LayoutTests/platform/mac/fast/table/table-row-before-child-in-table-expected.txt: * LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt: * Source/WebCore/rendering/updating/RenderTreeUpdater.cpp: (WebCore::RenderTreeUpdater::textRendererIsNeeded):
1675e55
to
3095539
Compare
EWS run on current version of this PR (hash 3095539) |
These 3 tests are being broken by this change, while Firefox is still behaving the same. The progression creates regression for form elements inside table elements. So something to figure out. |
It also creates interesting regression for ![]() |
3095539
3095539