diff --git a/Meta/Generators/generate_libweb_css_pseudo_element.py b/Meta/Generators/generate_libweb_css_pseudo_element.py index 73159a3cd3..a322fdb734 100644 --- a/Meta/Generators/generate_libweb_css_pseudo_element.py +++ b/Meta/Generators/generate_libweb_css_pseudo_element.py @@ -137,32 +137,15 @@ PROPERTY_GROUPS = { "#inline-typesetting-properties": [ # https://drafts.csswg.org/css-text-4/#property-index # FIXME: hanging-punctuation - # FIXME: hyphenate-character - # FIXME: hyphenate-limit-chars - # FIXME: hyphenate-limit-last - # FIXME: hyphenate-limit-lines - # FIXME: hyphenate-limit-zone - # FIXME: hyphens "letter-spacing", - # FIXME: line-break # FIXME: line-padding - "overflow-wrap", - "tab-size", # FIXME: text-autospace "text-justify", # FIXME: text-spacing # FIXME: text-spacing-trim "text-transform", - "text-wrap-mode", - "white-space", - "white-space-collapse", - "white-space-trim", - "word-break", # FIXME: word-space-transform "word-spacing", - # FIXME: wrap-after - # FIXME: wrap-before - # FIXME: wrap-inside ], "#margin-properties": [ "margin", diff --git a/Tests/LibWeb/Text/expected/wpt-import/css/css-pseudo/first-letter-allowed-properties.txt b/Tests/LibWeb/Text/expected/wpt-import/css/css-pseudo/first-letter-allowed-properties.txt index d29bf0d8d5..674d15565e 100644 --- a/Tests/LibWeb/Text/expected/wpt-import/css/css-pseudo/first-letter-allowed-properties.txt +++ b/Tests/LibWeb/Text/expected/wpt-import/css/css-pseudo/first-letter-allowed-properties.txt @@ -2,8 +2,8 @@ Harness status: OK Found 36 tests -33 Pass -3 Fail +34 Pass +2 Fail Pass pre test setup Pass backgroundAttachment should be applied to first-letter pseudo elements. Pass backgroundBlendMode should be applied to first-letter pseudo elements. @@ -39,4 +39,4 @@ Pass wordSpacing should be applied to first-letter pseudo elements. Pass position should not be applied to first-letter pseudo elements. Fail transition should not be applied to first-letter pseudo elements. Pass transform should not be applied to first-letter pseudo elements. -Fail wordBreak should not be applied to first-letter pseudo elements. \ No newline at end of file +Pass wordBreak should not be applied to first-letter pseudo elements. \ No newline at end of file