Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove redundant text-indent tests already covered by WPT
https://bugs.webkit.org/show_bug.cgi?id=240730 Patch by Kiet Ho <tho22@apple.com> on 2022-05-20 Reviewed by Simon Fraser. getComputedStyle-text-indent.html is covered by the following WPT tests: * LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/text-indent-computed.html * LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/text-indent-invalid.html * LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/text-indent-valid.html getComputedStyle-text-indent-inherited.html is covered by the WPT test LayoutTests/imported/w3c/web-platform-tests/css/css-text/inheritance.html They are also obsolete, since they still use the prefixed keywords '-webkit-each-line' and '-webkit-hanging', while WebKit has supported the non-prefixed keywords since https://bugs.webkit.org/show_bug.cgi?id=223851. They were also marked as skipped since a long time ago. Therefore there's no reason not to remove them. * LayoutTests/TestExpectations: * LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-expected.txt: Removed. * LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited-expected.txt: Removed. * LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited.html: Removed. * LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent.html: Removed. Canonical link: https://commits.webkit.org/250815@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@294578 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information