Commit 8fc2e5a
display: list-item should not be supported on fieldset
https://bugs.webkit.org/show_bug.cgi?id=188999
rdar://95638460
Reviewed by Antti Koivisto.
This patch aligns WebKit with Gecko / Firefox and Blink / Chromium.
As per HTML issue [1], the display: list-item should not be supported on
fieldset, we were still supporting and showing marker but now this patch
fixes the issue and aligns with other browsers and no longer show marker
for `fieldset`.
[1] whatwg/html#3955
* Source/WebCore/rendering/updating/RenderTreeBuilderList.cpp:
(WebCore::RenderTreeBuilder::List::updateItemMarker):
* LayoutTests/TestExpectations: Progression (Removed failing expectation)
Canonical link: https://commits.webkit.org/304102@main1 parent fc05be6 commit 8fc2e5a
File tree
2 files changed
+7
-2
lines changed- LayoutTests
- Source/WebCore/rendering/updating
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
872 | 872 | | |
873 | 873 | | |
874 | 874 | | |
875 | | - | |
876 | 875 | | |
877 | 876 | | |
878 | 877 | | |
| |||
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
117 | 123 | | |
118 | 124 | | |
119 | 125 | | |
| |||
0 commit comments