Fix highlight text decorations to work with all decoration types and colors
Created attachment 390469 [details] Patch
<rdar://problem/59374153>
Comment on attachment 390469 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=390469&action=review > Source/WebCore/ChangeLog:11 > + Extended http/wpt/css/css-highlight-api/highlight-text-decorations.html. What are our plans to contribute this back to WPT? > Source/WebCore/rendering/TextDecorationPainter.cpp:377 > + Color result = style.visitedDependentColorWithColorFilter(CSSPropertyTextDecorationColor); auto?
Comment on attachment 390469 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=390469&action=review > LayoutTests/http/wpt/css/css-highlight-api/highlight-text-decorations-expected.html:10 > + text-decoration: underline; > + text-decoration-color: red; Bad indentation or tabs.
Dean, we plan on pushing them back at some point in time, but probably not until we fix the issues that require the obscurers.
Created attachment 390530 [details] Patch for landing
Comment on attachment 390530 [details] Patch for landing Clearing flags on attachment: 390530 Committed r256451: <https://trac.webkit.org/changeset/256451>
All reviewed patches have been landed. Closing bug.