Title: [287403] trunk/LayoutTests
- Revision
- 287403
- Author
- [email protected]
- Date
- 2021-12-23 09:55:01 -0800 (Thu, 23 Dec 2021)
Log Message
Rebaseline getComputedStyle tests for iOS after r287356
Unreviewed test gardening.
Also combine results for ios-wk2 and ios, since they are the same, except ios is stale.
* platform/ios-wk2/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
* platform/ios-wk2/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
* platform/ios-wk2/svg/css/getComputedStyle-basic-expected.txt: Removed.
* platform/ios/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/ios/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/ios/svg/css/getComputedStyle-basic-expected.txt:
Modified Paths
Removed Paths
- trunk/LayoutTests/platform/ios-wk2/fast/css/getComputedStyle/
- trunk/LayoutTests/platform/ios-wk2/svg/css/
Diff
Modified: trunk/LayoutTests/ChangeLog (287402 => 287403)
--- trunk/LayoutTests/ChangeLog 2021-12-23 17:31:27 UTC (rev 287402)
+++ trunk/LayoutTests/ChangeLog 2021-12-23 17:55:01 UTC (rev 287403)
@@ -1,3 +1,18 @@
+2021-12-23 Tim Nguyen <[email protected]>
+
+ Rebaseline getComputedStyle tests for iOS after r287356
+
+ Unreviewed test gardening.
+
+ Also combine results for ios-wk2 and ios, since they are the same, except ios is stale.
+
+ * platform/ios-wk2/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
+ * platform/ios-wk2/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
+ * platform/ios-wk2/svg/css/getComputedStyle-basic-expected.txt: Removed.
+ * platform/ios/fast/css/getComputedStyle/computed-style-expected.txt:
+ * platform/ios/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * platform/ios/svg/css/getComputedStyle-basic-expected.txt:
+
2021-12-22 Simon Fraser <[email protected]>
Share macOS code between ScrollAnimator::handleWheelEvent() and ScrollingEffectsController::handleWheelEvent()
Modified: trunk/LayoutTests/platform/ios/fast/css/getComputedStyle/computed-style-expected.txt (287402 => 287403)
--- trunk/LayoutTests/platform/ios/fast/css/getComputedStyle/computed-style-expected.txt 2021-12-23 17:31:27 UTC (rev 287402)
+++ trunk/LayoutTests/platform/ios/fast/css/getComputedStyle/computed-style-expected.txt 2021-12-23 17:55:01 UTC (rev 287403)
@@ -118,7 +118,10 @@
marker-end: none;
marker-mid: none;
marker-start: none;
-mask: none;
+mask-image: none;
+mask-origin: border-box;
+mask-repeat: repeat;
+mask-size: auto;
mask-type: luminance;
max-height: none;
max-width: none;
@@ -239,17 +242,10 @@
-webkit-mask-box-image-width: auto;
-webkit-mask-clip: border-box;
-webkit-mask-composite: source-over;
--webkit-mask-image: none;
--webkit-mask-origin: border-box;
--webkit-mask-repeat: repeat;
--webkit-mask-size: auto;
-webkit-nbsp-mode: normal;
-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/ios/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt (287402 => 287403)
--- trunk/LayoutTests/platform/ios/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt 2021-12-23 17:31:27 UTC (rev 287402)
+++ trunk/LayoutTests/platform/ios/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt 2021-12-23 17:55:01 UTC (rev 287403)
@@ -117,7 +117,10 @@
marker-end: none
marker-mid: none
marker-start: none
-mask: none
+mask-image: none
+mask-origin: border-box
+mask-repeat: repeat
+mask-size: auto
mask-type: luminance
max-height: none
max-width: none
@@ -238,17 +241,10 @@
-webkit-mask-box-image-width: auto
-webkit-mask-clip: border-box
-webkit-mask-composite: source-over
--webkit-mask-image: none
--webkit-mask-origin: border-box
--webkit-mask-repeat: repeat
--webkit-mask-size: auto
-webkit-nbsp-mode: normal
-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/ios/svg/css/getComputedStyle-basic-expected.txt (287402 => 287403)
--- trunk/LayoutTests/platform/ios/svg/css/getComputedStyle-basic-expected.txt 2021-12-23 17:31:27 UTC (rev 287402)
+++ trunk/LayoutTests/platform/ios/svg/css/getComputedStyle-basic-expected.txt 2021-12-23 17:55:01 UTC (rev 287403)
@@ -234,8 +234,14 @@
rect: style.getPropertyCSSValue(marker-mid) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(marker-start) : none
rect: style.getPropertyCSSValue(marker-start) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(mask) : none
-rect: style.getPropertyCSSValue(mask) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(mask-image) : none
+rect: style.getPropertyCSSValue(mask-image) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(mask-origin) : border-box
+rect: style.getPropertyCSSValue(mask-origin) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(mask-repeat) : repeat
+rect: style.getPropertyCSSValue(mask-repeat) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(mask-size) : auto
+rect: style.getPropertyCSSValue(mask-size) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(mask-type) : luminance
rect: style.getPropertyCSSValue(mask-type) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(max-height) : none
@@ -476,14 +482,6 @@
rect: style.getPropertyCSSValue(-webkit-mask-clip) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(-webkit-mask-composite) : source-over
rect: style.getPropertyCSSValue(-webkit-mask-composite) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-mask-image) : none
-rect: style.getPropertyCSSValue(-webkit-mask-image) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-mask-origin) : border-box
-rect: style.getPropertyCSSValue(-webkit-mask-origin) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-mask-repeat) : repeat
-rect: style.getPropertyCSSValue(-webkit-mask-repeat) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-mask-size) : auto
-rect: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(-webkit-nbsp-mode) : normal
rect: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(-webkit-print-color-adjust) : economy
@@ -492,12 +490,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
@@ -752,8 +744,14 @@
g: style.getPropertyCSSValue(marker-mid) : [object CSSPrimitiveValue]
g: style.getPropertyValue(marker-start) : none
g: style.getPropertyCSSValue(marker-start) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(mask) : none
-g: style.getPropertyCSSValue(mask) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(mask-image) : none
+g: style.getPropertyCSSValue(mask-image) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(mask-origin) : border-box
+g: style.getPropertyCSSValue(mask-origin) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(mask-repeat) : repeat
+g: style.getPropertyCSSValue(mask-repeat) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(mask-size) : auto
+g: style.getPropertyCSSValue(mask-size) : [object CSSPrimitiveValue]
g: style.getPropertyValue(mask-type) : luminance
g: style.getPropertyCSSValue(mask-type) : [object CSSPrimitiveValue]
g: style.getPropertyValue(max-height) : none
@@ -994,14 +992,6 @@
g: style.getPropertyCSSValue(-webkit-mask-clip) : [object CSSPrimitiveValue]
g: style.getPropertyValue(-webkit-mask-composite) : source-over
g: style.getPropertyCSSValue(-webkit-mask-composite) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-mask-image) : none
-g: style.getPropertyCSSValue(-webkit-mask-image) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-mask-origin) : border-box
-g: style.getPropertyCSSValue(-webkit-mask-origin) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-mask-repeat) : repeat
-g: style.getPropertyCSSValue(-webkit-mask-repeat) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-mask-size) : auto
-g: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
g: style.getPropertyValue(-webkit-nbsp-mode) : normal
g: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
g: style.getPropertyValue(-webkit-print-color-adjust) : economy
@@ -1010,12 +1000,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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes