Changeset 290888 in webkit for trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
- Timestamp:
- Mar 7, 2022, 6:26:58 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
r290772 r290888 3571 3571 case TextEmphasisMark::Sesame: 3572 3572 auto list = CSSValueList::createSpaceSeparated(); 3573 list->append(cssValuePool.createValue(style.textEmphasisFill())); 3573 if (style.textEmphasisFill() != TextEmphasisFill::Filled) 3574 list->append(cssValuePool.createValue(style.textEmphasisFill())); 3574 3575 list->append(cssValuePool.createValue(style.textEmphasisMark())); 3575 3576 return list;
Note:
See TracChangeset
for help on using the changeset viewer.