Title: [287430] trunk
Revision
287430
Author
[email protected]
Date
2021-12-24 12:20:17 -0800 (Fri, 24 Dec 2021)

Log Message

Unreviewed, r287356 followups and rebaselining for glib

Source/WebCore:

* css/html.css:
(rt): unprefix usage of -webkit-text-emphasis
* style/StyleBuilderCustom.h:
Sort per Darin Adler's comment

LayoutTests:

* platform/glib/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/glib/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/glib/svg/css/getComputedStyle-basic-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (287429 => 287430)


--- trunk/LayoutTests/ChangeLog	2021-12-24 18:55:35 UTC (rev 287429)
+++ trunk/LayoutTests/ChangeLog	2021-12-24 20:20:17 UTC (rev 287430)
@@ -1,5 +1,14 @@
 2021-12-24  Tim Nguyen  <[email protected]>
 
+        Unreviewed, r287356 followups and rebaselining for glib
+
+        * platform/glib/fast/css/getComputedStyle/computed-style-expected.txt:
+        * platform/glib/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * platform/glib/svg/css/getComputedStyle-basic-expected.txt:
+        * platform/ios/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt:
+
+2021-12-24  Tim Nguyen  <[email protected]>
+
         Remove non-standard -webkit-margin-collapse CSS property and longhands
         https://bugs.webkit.org/show_bug.cgi?id=190788
 

Modified: trunk/LayoutTests/platform/glib/fast/css/getComputedStyle/computed-style-expected.txt (287429 => 287430)


--- trunk/LayoutTests/platform/glib/fast/css/getComputedStyle/computed-style-expected.txt	2021-12-24 18:55:35 UTC (rev 287429)
+++ trunk/LayoutTests/platform/glib/fast/css/getComputedStyle/computed-style-expected.txt	2021-12-24 20:20:17 UTC (rev 287430)
@@ -244,9 +244,6 @@
 -webkit-print-color-adjust: economy;
 -webkit-rtl-ordering: logical;
 -webkit-text-combine: none;
--webkit-text-emphasis-color: rgb(0, 0, 0);
--webkit-text-emphasis-position: over right;
--webkit-text-emphasis-style: none;
 -webkit-text-fill-color: rgb(0, 0, 0);
 -webkit-text-orientation: mixed;
 -webkit-text-security: none;

Modified: trunk/LayoutTests/platform/glib/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt (287429 => 287430)


--- trunk/LayoutTests/platform/glib/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2021-12-24 18:55:35 UTC (rev 287429)
+++ trunk/LayoutTests/platform/glib/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2021-12-24 20:20:17 UTC (rev 287430)
@@ -243,9 +243,6 @@
 -webkit-print-color-adjust: economy
 -webkit-rtl-ordering: logical
 -webkit-text-combine: none
--webkit-text-emphasis-color: rgb(0, 0, 0)
--webkit-text-emphasis-position: over right
--webkit-text-emphasis-style: none
 -webkit-text-fill-color: rgb(0, 0, 0)
 -webkit-text-orientation: mixed
 -webkit-text-security: none

Modified: trunk/LayoutTests/platform/glib/svg/css/getComputedStyle-basic-expected.txt (287429 => 287430)


--- trunk/LayoutTests/platform/glib/svg/css/getComputedStyle-basic-expected.txt	2021-12-24 18:55:35 UTC (rev 287429)
+++ trunk/LayoutTests/platform/glib/svg/css/getComputedStyle-basic-expected.txt	2021-12-24 20:20:17 UTC (rev 287430)
@@ -486,12 +486,6 @@
 rect: style.getPropertyCSSValue(-webkit-rtl-ordering) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-text-combine) : none
 rect: style.getPropertyCSSValue(-webkit-text-combine) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-text-emphasis-color) : rgb(0, 0, 0)
-rect: style.getPropertyCSSValue(-webkit-text-emphasis-color) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-text-emphasis-position) : over right
-rect: style.getPropertyCSSValue(-webkit-text-emphasis-position) : [object CSSValueList]
-rect: style.getPropertyValue(-webkit-text-emphasis-style) : none
-rect: style.getPropertyCSSValue(-webkit-text-emphasis-style) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-text-fill-color) : rgb(0, 0, 0)
 rect: style.getPropertyCSSValue(-webkit-text-fill-color) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-text-orientation) : mixed
@@ -998,12 +992,6 @@
 g: style.getPropertyCSSValue(-webkit-rtl-ordering) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-text-combine) : none
 g: style.getPropertyCSSValue(-webkit-text-combine) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-text-emphasis-color) : rgb(0, 0, 0)
-g: style.getPropertyCSSValue(-webkit-text-emphasis-color) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-text-emphasis-position) : over right
-g: style.getPropertyCSSValue(-webkit-text-emphasis-position) : [object CSSValueList]
-g: style.getPropertyValue(-webkit-text-emphasis-style) : none
-g: style.getPropertyCSSValue(-webkit-text-emphasis-style) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-text-fill-color) : rgb(0, 0, 0)
 g: style.getPropertyCSSValue(-webkit-text-fill-color) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-text-orientation) : mixed

Modified: trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt (287429 => 287430)


--- trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt	2021-12-24 18:55:35 UTC (rev 287429)
+++ trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt	2021-12-24 20:20:17 UTC (rev 287430)
@@ -258,6 +258,9 @@
 PASS text-decoration-skip
 PASS text-decoration-style
 PASS text-decoration-thickness
+PASS text-emphasis-color
+PASS text-emphasis-position
+PASS text-emphasis-style
 PASS text-indent
 PASS text-orientation
 PASS text-overflow
@@ -360,9 +363,6 @@
 PASS -webkit-rtl-ordering
 PASS -webkit-ruby-position
 PASS -webkit-text-combine
-PASS -webkit-text-emphasis-color
-PASS -webkit-text-emphasis-position
-PASS -webkit-text-emphasis-style
 PASS -webkit-text-fill-color
 PASS -webkit-text-orientation
 PASS -webkit-text-security

Modified: trunk/Source/WebCore/ChangeLog (287429 => 287430)


--- trunk/Source/WebCore/ChangeLog	2021-12-24 18:55:35 UTC (rev 287429)
+++ trunk/Source/WebCore/ChangeLog	2021-12-24 20:20:17 UTC (rev 287430)
@@ -1,5 +1,14 @@
 2021-12-24  Tim Nguyen  <[email protected]>
 
+        Unreviewed, r287356 followups and rebaselining for glib
+
+        * css/html.css:
+        (rt): unprefix usage of -webkit-text-emphasis
+        * style/StyleBuilderCustom.h:
+        Sort per Darin Adler's comment
+
+2021-12-24  Tim Nguyen  <[email protected]>
+
         Remove non-standard -webkit-margin-collapse CSS property and longhands
         https://bugs.webkit.org/show_bug.cgi?id=190788
 

Modified: trunk/Source/WebCore/css/html.css (287429 => 287430)


--- trunk/Source/WebCore/css/html.css	2021-12-24 18:55:35 UTC (rev 287429)
+++ trunk/Source/WebCore/css/html.css	2021-12-24 20:20:17 UTC (rev 287430)
@@ -1300,7 +1300,7 @@
 
 rt {
     line-height: normal;
-    -webkit-text-emphasis: none;
+    text-emphasis: none;
 }
 
 ruby > rt {

Modified: trunk/Source/WebCore/style/StyleBuilderCustom.h (287429 => 287430)


--- trunk/Source/WebCore/style/StyleBuilderCustom.h	2021-12-24 18:55:35 UTC (rev 287429)
+++ trunk/Source/WebCore/style/StyleBuilderCustom.h	2021-12-24 20:20:17 UTC (rev 287430)
@@ -99,6 +99,7 @@
     DECLARE_PROPERTY_CUSTOM_HANDLERS(OutlineStyle);
     DECLARE_PROPERTY_CUSTOM_HANDLERS(Size);
     DECLARE_PROPERTY_CUSTOM_HANDLERS(Stroke);
+    DECLARE_PROPERTY_CUSTOM_HANDLERS(TextEmphasisStyle);
     DECLARE_PROPERTY_CUSTOM_HANDLERS(TextIndent);
     DECLARE_PROPERTY_CUSTOM_HANDLERS(TextShadow);
     DECLARE_PROPERTY_CUSTOM_HANDLERS(WebkitBoxShadow);
@@ -112,7 +113,6 @@
     DECLARE_PROPERTY_CUSTOM_HANDLERS(WebkitMaskBoxImageRepeat);
     DECLARE_PROPERTY_CUSTOM_HANDLERS(WebkitMaskBoxImageSlice);
     DECLARE_PROPERTY_CUSTOM_HANDLERS(WebkitMaskBoxImageWidth);
-    DECLARE_PROPERTY_CUSTOM_HANDLERS(TextEmphasisStyle);
     DECLARE_PROPERTY_CUSTOM_HANDLERS(Zoom);
 
     // Custom handling of initial + inherit value setting only.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to