Skip to content

Commit

Permalink
Remove gender-differentiating test expectations for family emoji.
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=269947
rdar://122569544

Reviewed by Anne van Kesteren.

Unicode ESC's latest recommendations are to render all gendered family emoji
as gender-neutral, see:
- https://www.unicode.org/L2/L2022/22276-family-emoji-guidelines.pdf
- https://www.unicode.org/L2/L2023/23029-family-emoji.pdf

Therefore our tests requiring that they mismatch need to be removed.

* LayoutTests/fast/text/emoji-single-parent-family-3-expected-mismatch.html: Removed.
* LayoutTests/fast/text/emoji-single-parent-family-expected-mismatch.html: Removed.
* LayoutTests/platform/gtk/TestExpectations: Remove corresponding skip line.

Canonical link: https://commits.webkit.org/275427@main
  • Loading branch information
fantasai authored and annevk committed Feb 28, 2024
1 parent 1396165 commit 3108fcc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 25 deletions.

This file was deleted.

6 changes: 0 additions & 6 deletions LayoutTests/fast/text/emoji-single-parent-family-3.html

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions LayoutTests/fast/text/emoji-single-parent-family.html

This file was deleted.

1 change: 0 additions & 1 deletion LayoutTests/platform/gtk/TestExpectations
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,6 @@ webkit.org/b/160120 editing/deleting/delete-emoji-6.html [ Skip ]
webkit.org/b/160120 editing/deleting/delete-emoji-7.html [ Skip ]
webkit.org/b/160120 editing/deleting/delete-emoji-8.html [ Skip ]
webkit.org/b/160120 editing/deleting/delete-emoji-9.html [ Skip ]
webkit.org/b/160120 fast/text/emoji-single-parent-family.html [ Skip ]
webkit.org/b/160120 editing/caret/emoji.html [ Skip ]

# No support for font-variant-* properties in @font-face declarations
Expand Down

0 comments on commit 3108fcc

Please sign in to comment.