WebKit Bugzilla
Attachment 371775 Details for
Bug 198680
: Automate generation of computedProperties
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198680-20190610143003.patch (text/plain), 20.11 KB, created by
Devin Rousso
on 2019-06-10 14:30:04 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Devin Rousso
Created:
2019-06-10 14:30:04 PDT
Size:
20.11 KB
patch
obsolete
>diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index c68b020b0055606e052c2ad4a916bc6e8367dda9..9f3242334bcb17002aa8b9cc5397699d762d621e 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,26 @@ >+2019-06-10 Devin Rousso <drousso@apple.com> >+ >+ Automate generation of computedProperties >+ https://bugs.webkit.org/show_bug.cgi?id=198680 >+ <rdar://problem/51507834> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ A property should be listed as part of a `CSSStyleâDeclarationâ` if: >+ - it's not `internal-only` >+ - it has more than one non-`internal-only` property in `longhands` >+ - if all the `longhands` are `internal-only` then the property doesn't really "have" any >+ longhand properties >+ - if there's only one property in `longhands`, then it's more of an alias than a longhand >+ >+ * css/makeprop.pl: >+ >+ * css/CSSComputedStyleDeclaration.cpp: >+ (WebCore::CSSComputedStyleDeclaration::cssText const): >+ (WebCore::CSSComputedStyleDeclaration::length const): >+ (WebCore::CSSComputedStyleDeclaration::item const): >+ (WebCore::ComputedStyleExtractor::copyProperties): >+ > 2019-06-10 Sihui Liu <sihui_liu@apple.com> > > [WKHTTPCookieStore getAllCookies:] may return duplicate cookies >diff --git a/Source/WebCore/css/CSSComputedStyleDeclaration.cpp b/Source/WebCore/css/CSSComputedStyleDeclaration.cpp >index 5c5c33833684105ef399f7725c42c598d0c00b91..bf66fd05b1810a53f87d21700db0afff1f11a5b8 100644 >--- a/Source/WebCore/css/CSSComputedStyleDeclaration.cpp >+++ b/Source/WebCore/css/CSSComputedStyleDeclaration.cpp >@@ -92,384 +92,6 @@ namespace WebCore { > > WTF_MAKE_ISO_ALLOCATED_IMPL(CSSComputedStyleDeclaration); > >-// List of all properties we know how to compute, omitting shorthands. >-static const CSSPropertyID computedProperties[] = { >- CSSPropertyAlt, >- CSSPropertyAnimationDelay, >- CSSPropertyAnimationDirection, >- CSSPropertyAnimationDuration, >- CSSPropertyAnimationFillMode, >- CSSPropertyAnimationIterationCount, >- CSSPropertyAnimationName, >- CSSPropertyAnimationPlayState, >- CSSPropertyAnimationTimingFunction, >- CSSPropertyBackgroundAttachment, >- CSSPropertyBackgroundBlendMode, >- CSSPropertyBackgroundClip, >- CSSPropertyBackgroundColor, >- CSSPropertyBackgroundImage, >- CSSPropertyBackgroundOrigin, >- CSSPropertyBackgroundPosition, // more-specific background-position-x/y are non-standard >- CSSPropertyBackgroundRepeat, >- CSSPropertyBackgroundSize, >- CSSPropertyBorderBottomColor, >- CSSPropertyBorderBottomLeftRadius, >- CSSPropertyBorderBottomRightRadius, >- CSSPropertyBorderBottomStyle, >- CSSPropertyBorderBottomWidth, >- CSSPropertyBorderCollapse, >- CSSPropertyBorderImageOutset, >- CSSPropertyBorderImageRepeat, >- CSSPropertyBorderImageSlice, >- CSSPropertyBorderImageSource, >- CSSPropertyBorderImageWidth, >- CSSPropertyBorderLeftColor, >- CSSPropertyBorderLeftStyle, >- CSSPropertyBorderLeftWidth, >- CSSPropertyBorderRightColor, >- CSSPropertyBorderRightStyle, >- CSSPropertyBorderRightWidth, >- CSSPropertyBorderTopColor, >- CSSPropertyBorderTopLeftRadius, >- CSSPropertyBorderTopRightRadius, >- CSSPropertyBorderTopStyle, >- CSSPropertyBorderTopWidth, >- CSSPropertyBottom, >- CSSPropertyBoxShadow, >- CSSPropertyBoxSizing, >- CSSPropertyCaptionSide, >- CSSPropertyCaretColor, >- CSSPropertyClear, >- CSSPropertyClip, >- CSSPropertyColor, >- CSSPropertyAppleColorFilter, >- CSSPropertyCounterIncrement, >- CSSPropertyCounterReset, >- CSSPropertyContent, >- CSSPropertyCursor, >- CSSPropertyDirection, >- CSSPropertyDisplay, >- CSSPropertyEmptyCells, >- CSSPropertyFloat, >- CSSPropertyFontFamily, >- CSSPropertyFontSize, >- CSSPropertyFontStretch, >- CSSPropertyFontStyle, >- CSSPropertyFontSynthesis, >- CSSPropertyFontVariant, >- CSSPropertyFontWeight, >-#if ENABLE(VARIATION_FONTS) >- CSSPropertyFontOpticalSizing, >-#endif >- CSSPropertyHangingPunctuation, >- CSSPropertyHeight, >-#if ENABLE(CSS_IMAGE_ORIENTATION) >- CSSPropertyImageOrientation, >-#endif >- CSSPropertyImageRendering, >-#if ENABLE(CSS_IMAGE_RESOLUTION) >- CSSPropertyImageResolution, >-#endif >- CSSPropertyLeft, >- CSSPropertyLetterSpacing, >- CSSPropertyLineHeight, >- CSSPropertyListStyleImage, >- CSSPropertyListStylePosition, >- CSSPropertyListStyleType, >- CSSPropertyMarginBottom, >- CSSPropertyMarginLeft, >- CSSPropertyMarginRight, >- CSSPropertyMarginTop, >- CSSPropertyMaxHeight, >- CSSPropertyMaxWidth, >- CSSPropertyMinHeight, >- CSSPropertyMinWidth, >- CSSPropertyObjectFit, >- CSSPropertyObjectPosition, >- CSSPropertyOpacity, >- CSSPropertyOrphans, >- CSSPropertyOutlineColor, >- CSSPropertyOutlineOffset, >- CSSPropertyOutlineStyle, >- CSSPropertyOutlineWidth, >- CSSPropertyOverflowWrap, >- CSSPropertyOverflowX, >- CSSPropertyOverflowY, >- CSSPropertyPaddingBottom, >- CSSPropertyPaddingLeft, >- CSSPropertyPaddingRight, >- CSSPropertyPaddingTop, >- CSSPropertyPageBreakAfter, >- CSSPropertyPageBreakBefore, >- CSSPropertyPageBreakInside, >- CSSPropertyPointerEvents, >- CSSPropertyPosition, >- CSSPropertyResize, >- CSSPropertyRight, >- CSSPropertySpeakAs, >- CSSPropertyTableLayout, >- CSSPropertyTabSize, >- CSSPropertyTextAlign, >- CSSPropertyTextDecoration, >-#if ENABLE(CSS3_TEXT) >- CSSPropertyWebkitTextAlignLast, >- CSSPropertyWebkitTextJustify, >-#endif // CSS3_TEXT >- CSSPropertyTextDecorationLine, >- CSSPropertyTextDecorationStyle, >- CSSPropertyTextDecorationColor, >- CSSPropertyTextDecorationSkip, >- CSSPropertyTextUnderlinePosition, >- CSSPropertyTextIndent, >- CSSPropertyTextRendering, >- CSSPropertyTextShadow, >- CSSPropertyTextOverflow, >- CSSPropertyTextTransform, >- CSSPropertyTop, >- CSSPropertyTransform, >- CSSPropertyTransformBox, >- CSSPropertyTransformOrigin, >- CSSPropertyTransformStyle, >- CSSPropertyTransitionDelay, >- CSSPropertyTransitionDuration, >- CSSPropertyTransitionProperty, >- CSSPropertyTransitionTimingFunction, >- CSSPropertyUnicodeBidi, >- CSSPropertyVerticalAlign, >- CSSPropertyVisibility, >- CSSPropertyWhiteSpace, >- CSSPropertyWidows, >- CSSPropertyWidth, >- CSSPropertyWillChange, >- CSSPropertyWordBreak, >- CSSPropertyWordSpacing, >- CSSPropertyWordWrap, >-#if ENABLE(CSS_SCROLL_SNAP) >- CSSPropertyScrollSnapMargin, >- CSSPropertyScrollSnapMarginLeft, >- CSSPropertyScrollSnapMarginTop, >- CSSPropertyScrollSnapMarginRight, >- CSSPropertyScrollSnapMarginBottom, >- CSSPropertyScrollPadding, >- CSSPropertyScrollPaddingLeft, >- CSSPropertyScrollPaddingTop, >- CSSPropertyScrollPaddingRight, >- CSSPropertyScrollPaddingBottom, >- CSSPropertyScrollSnapType, >- CSSPropertyScrollSnapAlign, >-#endif >- CSSPropertyZIndex, >- CSSPropertyZoom, >- CSSPropertyWebkitAppearance, >- CSSPropertyWebkitBackfaceVisibility, >- CSSPropertyWebkitBackgroundClip, >- CSSPropertyWebkitBackgroundComposite, >- CSSPropertyWebkitBackgroundOrigin, >- CSSPropertyWebkitBackgroundSize, >-#if ENABLE(CSS_COMPOSITING) >- CSSPropertyMixBlendMode, >- CSSPropertyIsolation, >-#endif >- CSSPropertyWebkitBorderFit, >- CSSPropertyWebkitBorderHorizontalSpacing, >- CSSPropertyWebkitBorderImage, >- CSSPropertyWebkitBorderVerticalSpacing, >- CSSPropertyWebkitBoxAlign, >-#if ENABLE(CSS_BOX_DECORATION_BREAK) >- CSSPropertyWebkitBoxDecorationBreak, >-#endif >- CSSPropertyWebkitBoxDirection, >- CSSPropertyWebkitBoxFlex, >- CSSPropertyWebkitBoxFlexGroup, >- CSSPropertyWebkitBoxLines, >- CSSPropertyWebkitBoxOrdinalGroup, >- CSSPropertyWebkitBoxOrient, >- CSSPropertyWebkitBoxPack, >- CSSPropertyWebkitBoxReflect, >- CSSPropertyWebkitBoxShadow, >- CSSPropertyWebkitClipPath, >- CSSPropertyWebkitColumnBreakAfter, >- CSSPropertyWebkitColumnBreakBefore, >- CSSPropertyWebkitColumnBreakInside, >- CSSPropertyWebkitColumnAxis, >- CSSPropertyColumnCount, >- CSSPropertyColumnFill, >- CSSPropertyColumnGap, >- CSSPropertyRowGap, >- CSSPropertyWebkitColumnProgression, >- CSSPropertyColumnRuleColor, >- CSSPropertyColumnRuleStyle, >- CSSPropertyColumnRuleWidth, >- CSSPropertyColumnSpan, >- CSSPropertyColumnWidth, >-#if ENABLE(CURSOR_VISIBILITY) >- CSSPropertyWebkitCursorVisibility, >-#endif >-#if ENABLE(DASHBOARD_SUPPORT) >- CSSPropertyWebkitDashboardRegion, >-#endif >- CSSPropertyAlignContent, >- CSSPropertyAlignItems, >- CSSPropertyAlignSelf, >- CSSPropertyFilter, >- CSSPropertyFlexBasis, >- CSSPropertyFlexDirection, >- CSSPropertyFlexFlow, >- CSSPropertyFlexGrow, >- CSSPropertyFlexShrink, >- CSSPropertyFlexWrap, >- CSSPropertyJustifyContent, >- CSSPropertyJustifySelf, >- CSSPropertyJustifyItems, >- CSSPropertyPlaceContent, >- CSSPropertyPlaceItems, >- CSSPropertyPlaceSelf, >-#if ENABLE(FILTERS_LEVEL_2) >- CSSPropertyWebkitBackdropFilter, >-#endif >- CSSPropertyWebkitFontKerning, >- CSSPropertyWebkitFontSmoothing, >- CSSPropertyFontVariantLigatures, >- CSSPropertyFontVariantPosition, >- CSSPropertyFontVariantCaps, >- CSSPropertyFontVariantNumeric, >- CSSPropertyFontVariantAlternates, >- CSSPropertyFontVariantEastAsian, >-#if ENABLE(VARIATION_FONTS) >- CSSPropertyFontVariationSettings, >-#endif >- CSSPropertyGridAutoColumns, >- CSSPropertyGridAutoFlow, >- CSSPropertyGridAutoRows, >- CSSPropertyGridColumnEnd, >- CSSPropertyGridColumnStart, >- CSSPropertyGridTemplateAreas, >- CSSPropertyGridTemplateColumns, >- CSSPropertyGridTemplateRows, >- CSSPropertyGridRowEnd, >- CSSPropertyGridRowStart, >- CSSPropertyWebkitHyphenateCharacter, >- CSSPropertyWebkitHyphenateLimitAfter, >- CSSPropertyWebkitHyphenateLimitBefore, >- CSSPropertyWebkitHyphenateLimitLines, >- CSSPropertyWebkitHyphens, >- CSSPropertyWebkitInitialLetter, >- CSSPropertyWebkitLineAlign, >- CSSPropertyWebkitLineBoxContain, >- CSSPropertyLineBreak, >- CSSPropertyWebkitLineClamp, >- CSSPropertyWebkitLineGrid, >- CSSPropertyWebkitLineSnap, >- CSSPropertyWebkitLocale, >- CSSPropertyWebkitMarginBeforeCollapse, >- CSSPropertyWebkitMarginAfterCollapse, >- CSSPropertyWebkitMarqueeDirection, >- CSSPropertyWebkitMarqueeIncrement, >- CSSPropertyWebkitMarqueeRepetition, >- CSSPropertyWebkitMarqueeStyle, >- CSSPropertyWebkitMaskBoxImage, >- CSSPropertyWebkitMaskBoxImageOutset, >- CSSPropertyWebkitMaskBoxImageRepeat, >- CSSPropertyWebkitMaskBoxImageSlice, >- CSSPropertyWebkitMaskBoxImageSource, >- CSSPropertyWebkitMaskBoxImageWidth, >- CSSPropertyWebkitMaskClip, >- CSSPropertyWebkitMaskComposite, >- CSSPropertyWebkitMaskImage, >- CSSPropertyWebkitMaskOrigin, >- CSSPropertyWebkitMaskPosition, >- CSSPropertyWebkitMaskRepeat, >- CSSPropertyWebkitMaskSize, >- CSSPropertyWebkitMaskSourceType, >- CSSPropertyWebkitNbspMode, >- CSSPropertyOrder, >-#if ENABLE(OVERFLOW_SCROLLING_TOUCH) >- CSSPropertyWebkitOverflowScrolling, >-#endif >- CSSPropertyPerspective, >- CSSPropertyPerspectiveOrigin, >- CSSPropertyWebkitPrintColorAdjust, >- CSSPropertyWebkitRtlOrdering, >-#if PLATFORM(IOS_FAMILY) >- CSSPropertyWebkitTouchCallout, >-#endif >-#if ENABLE(TOUCH_EVENTS) >- CSSPropertyWebkitTapHighlightColor, >-#endif >- CSSPropertyWebkitTextCombine, >- CSSPropertyWebkitTextDecorationsInEffect, >- CSSPropertyWebkitTextEmphasisColor, >- CSSPropertyWebkitTextEmphasisPosition, >- CSSPropertyWebkitTextEmphasisStyle, >- CSSPropertyWebkitTextFillColor, >- CSSPropertyWebkitTextOrientation, >- CSSPropertyWebkitTextSecurity, >-#if ENABLE(TEXT_AUTOSIZING) >- CSSPropertyWebkitTextSizeAdjust, >-#endif >- CSSPropertyWebkitTextStrokeColor, >- CSSPropertyWebkitTextStrokeWidth, >- CSSPropertyWebkitTextZoom, >- CSSPropertyWebkitTransformStyle, >- CSSPropertyWebkitUserDrag, >- CSSPropertyWebkitUserModify, >- CSSPropertyWebkitUserSelect, >- CSSPropertyShapeImageThreshold, >- CSSPropertyShapeMargin, >- CSSPropertyShapeOutside, >- CSSPropertyShapeRendering, >- CSSPropertyBufferedRendering, >- CSSPropertyClipPath, >- CSSPropertyClipRule, >- CSSPropertyCx, >- CSSPropertyCy, >- CSSPropertyMask, >- CSSPropertyMaskType, >- CSSPropertyFloodColor, >- CSSPropertyFloodOpacity, >- CSSPropertyLightingColor, >- CSSPropertyStopColor, >- CSSPropertyStopOpacity, >- CSSPropertyColorInterpolation, >- CSSPropertyColorInterpolationFilters, >- CSSPropertyColorRendering, >- CSSPropertyFill, >- CSSPropertyFillOpacity, >- CSSPropertyFillRule, >- CSSPropertyMarkerEnd, >- CSSPropertyMarkerMid, >- CSSPropertyMarkerStart, >- CSSPropertyPaintOrder, >- CSSPropertyR, >- CSSPropertyRx, >- CSSPropertyRy, >- CSSPropertyStroke, >- CSSPropertyStrokeColor, >- CSSPropertyStrokeDasharray, >- CSSPropertyStrokeDashoffset, >- CSSPropertyStrokeLinecap, >- CSSPropertyStrokeLinejoin, >- CSSPropertyStrokeMiterlimit, >- CSSPropertyStrokeOpacity, >- CSSPropertyStrokeWidth, >-#if ENABLE(DARK_MODE_CSS) >- CSSPropertyColorScheme, >-#endif >- CSSPropertyAlignmentBaseline, >- CSSPropertyBaselineShift, >- CSSPropertyDominantBaseline, >- CSSPropertyKerning, >- CSSPropertyTextAnchor, >- CSSPropertyWritingMode, >- CSSPropertyGlyphOrientationHorizontal, >- CSSPropertyGlyphOrientationVertical, >- CSSPropertyVectorEffect, >- CSSPropertyX, >- CSSPropertyY >-}; >- >-const unsigned numComputedProperties = WTF_ARRAY_LENGTH(computedProperties); >- > static CSSValueID valueForRepeatRule(int rule) > { > switch (rule) { >@@ -1686,12 +1308,12 @@ String CSSComputedStyleDeclaration::cssText() const > { > StringBuilder result; > >- for (unsigned i = 0; i < numComputedProperties; i++) { >+ for (unsigned i = 0; i < numComputedPropertyIDs; i++) { > if (i) > result.append(' '); >- result.append(getPropertyName(computedProperties[i])); >+ result.append(getPropertyName(computedPropertyIDs[i])); > result.appendLiteral(": "); >- result.append(getPropertyValue(computedProperties[i])); >+ result.append(getPropertyValue(computedPropertyIDs[i])); > result.append(';'); > } > >@@ -4252,7 +3874,7 @@ unsigned CSSComputedStyleDeclaration::length() const > if (!style) > return 0; > >- return numComputedProperties + style->inheritedCustomProperties().size() + style->nonInheritedCustomProperties().size(); >+ return numComputedPropertyIDs + style->inheritedCustomProperties().size() + style->nonInheritedCustomProperties().size(); > } > > String CSSComputedStyleDeclaration::item(unsigned i) const >@@ -4260,8 +3882,8 @@ String CSSComputedStyleDeclaration::item(unsigned i) const > if (i >= length()) > return String(); > >- if (i < numComputedProperties) >- return getPropertyNameString(computedProperties[i]); >+ if (i < numComputedPropertyIDs) >+ return getPropertyNameString(computedPropertyIDs[i]); > > auto* style = m_element->computedStyle(m_pseudoElementSpecifier); > if (!style) >@@ -4269,14 +3891,14 @@ String CSSComputedStyleDeclaration::item(unsigned i) const > > const auto& inheritedCustomProperties = style->inheritedCustomProperties(); > >- if (i < numComputedProperties + inheritedCustomProperties.size()) { >+ if (i < numComputedPropertyIDs + inheritedCustomProperties.size()) { > auto results = copyToVector(inheritedCustomProperties.keys()); >- return results.at(i - numComputedProperties); >+ return results.at(i - numComputedPropertyIDs); > } > > const auto& nonInheritedCustomProperties = style->nonInheritedCustomProperties(); > auto results = copyToVector(nonInheritedCustomProperties.keys()); >- return results.at(i - inheritedCustomProperties.size() - numComputedProperties); >+ return results.at(i - inheritedCustomProperties.size() - numComputedPropertyIDs); > } > > bool ComputedStyleExtractor::propertyMatches(CSSPropertyID propertyID, const CSSValue* value) >@@ -4299,7 +3921,7 @@ bool ComputedStyleExtractor::propertyMatches(CSSPropertyID propertyID, const CSS > > Ref<MutableStyleProperties> ComputedStyleExtractor::copyProperties() > { >- return copyPropertiesInSet(computedProperties, numComputedProperties); >+ return copyPropertiesInSet(computedPropertyIDs, numComputedPropertyIDs); > } > > Ref<CSSValueList> ComputedStyleExtractor::getCSSPropertyValuesForShorthandProperties(const StylePropertyShorthand& shorthand) >diff --git a/Source/WebCore/css/makeprop.pl b/Source/WebCore/css/makeprop.pl >index 869735f10a89c452f6154984f9db61f1b980d506..251b002e7550c06b756047d2490f9857b0f4a916 100755 >--- a/Source/WebCore/css/makeprop.pl >+++ b/Source/WebCore/css/makeprop.pl >@@ -480,7 +480,36 @@ print HEADER "const int firstCSSProperty = $first;\n"; > print HEADER "const int numCSSProperties = $num;\n"; > print HEADER "const int lastCSSProperty = $last;\n"; > print HEADER "const size_t maxCSSPropertyNameLength = $maxLen;\n"; >-print HEADER "const CSSPropertyID lastHighPriorityProperty = CSSProperty" . $nameToId{$lastHighPriorityPropertyName} . ";\n"; >+print HEADER "const CSSPropertyID lastHighPriorityProperty = CSSProperty" . $nameToId{$lastHighPriorityPropertyName} . ";\n\n"; >+ >+print HEADER "static const CSSPropertyID computedPropertyIDs[] = {\n"; >+my $numComputedPropertyIDs = 0; >+foreach my $name (@names) { >+ next if (exists $propertiesWithStyleBuilderOptions{$name}{"skip-builder"}); >+ next if (grep { $_ eq $name } @internalProprerties); >+ >+ # Skip Shorthand properties if they have a non-internal longhand property. >+ if (exists $propertiesWithStyleBuilderOptions{$name}{"longhands"}) { >+ my @longhands = @{$propertiesWithStyleBuilderOptions{$name}{"longhands"}}; >+ if (scalar @longhands != 1) { >+ my $hasNonInternalLonghand = 0; >+ foreach my $longhand (@longhands) { >+ if (!grep { $_ eq $longhand } @internalProprerties) { >+ $hasNonInternalLonghand = 1; >+ last; >+ } >+ } >+ if ($hasNonInternalLonghand) { >+ next; >+ } >+ } >+ } >+ >+ print HEADER " CSSProperty" . $nameToId{$name} . ",\n"; >+ $numComputedPropertyIDs = $numComputedPropertyIDs + 1; >+} >+print HEADER "};\n"; >+print HEADER "const size_t numComputedPropertyIDs = $numComputedPropertyIDs;\n"; > > print HEADER << "EOF"; > >diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index 238810e789086dbd7e7626a025f58dc44f3f031d..654a4c354578ef5241f8fd07a986931128e03543 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,13 @@ >+2019-06-10 Devin Rousso <drousso@apple.com> >+ >+ Automate generation of computedProperties >+ https://bugs.webkit.org/show_bug.cgi?id=198680 >+ <rdar://problem/51507834> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * imported/w3c/web-platform-tests/infrastructure/assumptions/html-elements-expected.txt: >+ > 2019-06-10 Youenn Fablet <youenn@apple.com> > > Call was negotiated with H264 Base Profile 42e01f but encoded in High Profile >diff --git a/LayoutTests/imported/w3c/web-platform-tests/infrastructure/assumptions/html-elements-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/infrastructure/assumptions/html-elements-expected.txt >index fad0283a339f756d3bd67009eef0f46f252aabc6..9def12fc6c51357f9a7006f1aced75f4e76ee21e 100644 >--- a/LayoutTests/imported/w3c/web-platform-tests/infrastructure/assumptions/html-elements-expected.txt >+++ b/LayoutTests/imported/w3c/web-platform-tests/infrastructure/assumptions/html-elements-expected.txt >@@ -1,8 +1,8 @@ > > PASS (pre-req for comparison tests) all CSS short-hand supported > PASS (pre-req for comparison tests) initial CSS value supported >-FAIL Compare CSS div definitions (only valid if pre-reqs pass) assert_equals: Different value for -webkit-mask-box-image-slice expected "0" but got "0 fill" >-FAIL Compare CSS span definitions (only valid if pre-reqs pass) assert_equals: Different value for -webkit-mask-box-image-slice expected "0" but got "0 fill" >+FAIL Compare CSS div definitions (only valid if pre-reqs pass) assert_equals: Different value for stroke-color expected "rgb(0, 0, 0)" but got "rgba(0, 0, 0, 0)" >+FAIL Compare CSS span definitions (only valid if pre-reqs pass) assert_equals: Different value for stroke-color expected "rgb(0, 0, 0)" but got "rgba(0, 0, 0, 0)" > PASS p is display: block > PASS ul > li is display: list-item > PASS ol > li is display: list-item
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198680
:
371670
|
371671
|
371672
|
371673
|
371674
|
371675
|
371676
|
371677
|
371679
|
371680
|
371684
|
371685
|
371698
|
371699
|
371775
|
371787
|
371788
|
371791
|
371794
|
371795
|
371796
|
371797
|
371803
|
371807
|
371808
|
371810
|
371815
|
371899
|
371901
|
371904
|
371907
|
371910
|
371911
|
371913
|
371916
|
371926
|
371927
|
371928
|
371931
|
371975
|
371977
|
372101
|
381834