Title: [294578] trunk/LayoutTests
Revision
294578
Author
commit-qu...@webkit.org
Date
2022-05-20 14:13:28 -0700 (Fri, 20 May 2022)

Log Message

Remove redundant text-indent tests already covered by WPT
https://bugs.webkit.org/show_bug.cgi?id=240730

Patch by Kiet Ho <th...@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

Modified Paths

Removed Paths

  • trunk/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/

Diff

Modified: trunk/LayoutTests/TestExpectations (294577 => 294578)


--- trunk/LayoutTests/TestExpectations	2022-05-20 21:12:52 UTC (rev 294577)
+++ trunk/LayoutTests/TestExpectations	2022-05-20 21:13:28 UTC (rev 294578)
@@ -2911,7 +2911,6 @@
 webkit.org/b/76173 fast/css3-text/css3-text-align-last [ Skip ]
 webkit.org/b/99945 fast/css3-text/css3-text-justify [ Skip ]
 webkit.org/b/112755 fast/css3-text/css3-text-indent/text-indent-each-line-hanging.html [ Skip ]
-webkit.org/b/112755 fast/css3-text/css3-text-indent/getComputedStyle [ Skip ]
 
 # Link prefetch is disabled by default (needs ENABLE_LINK_PREFETCH)
 webkit.org/b/3652 fast/dom/HTMLLinkElement/link-and-subresource-test.html [ Skip ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to