Title: [282773] trunk/LayoutTests
Revision
282773
Author
[email protected]
Date
2021-09-20 13:18:36 -0700 (Mon, 20 Sep 2021)

Log Message

[GLIB] Update test baselines and expectation. Unreviewed test gardening.
https://bugs.webkit.org/show_bug.cgi?id=230501

Patch by Arcady Goldmints-Orlov <[email protected]> on 2021-09-20

* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssTransformComponent-toMatrix-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/css/css-typed-om/rotate-by-added-angle-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/css/css-typed-om/rotate-by-added-angle-expected.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (282772 => 282773)


--- trunk/LayoutTests/ChangeLog	2021-09-20 20:17:25 UTC (rev 282772)
+++ trunk/LayoutTests/ChangeLog	2021-09-20 20:18:36 UTC (rev 282773)
@@ -1,3 +1,13 @@
+2021-09-20  Arcady Goldmints-Orlov  <[email protected]>
+
+        [GLIB] Update test baselines and expectation. Unreviewed test gardening.
+        https://bugs.webkit.org/show_bug.cgi?id=230501
+
+        * platform/glib/TestExpectations:
+        * platform/glib/imported/w3c/web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssTransformComponent-toMatrix-expected.txt: Added.
+        * platform/gtk/imported/w3c/web-platform-tests/css/css-typed-om/rotate-by-added-angle-expected.txt:
+        * platform/wpe/imported/w3c/web-platform-tests/css/css-typed-om/rotate-by-added-angle-expected.txt:
+
 2021-09-20  Eric Hutchison  <[email protected]>
 
         [ Win EWS] js/dfg-int16array.html is a flaky crash under WebCore::LayoutIntegration::LineLayout::constructContent.

Modified: trunk/LayoutTests/platform/glib/TestExpectations (282772 => 282773)


--- trunk/LayoutTests/platform/glib/TestExpectations	2021-09-20 20:17:25 UTC (rev 282772)
+++ trunk/LayoutTests/platform/glib/TestExpectations	2021-09-20 20:18:36 UTC (rev 282773)
@@ -1836,6 +1836,8 @@
 fast/replaced/pdf-as-image.html [ Skip ]
 webkit.org/b/120844 fast/images/pdf-as-image-with-annotations.html [ Skip ]
 
+http/tests/webshare [ Skip ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of UNSUPPORTED tests.
 #////////////////////////////////////////////////////////////////////////////////////////

Added: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssTransformComponent-toMatrix-expected.txt (0 => 282773)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssTransformComponent-toMatrix-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssTransformComponent-toMatrix-expected.txt	2021-09-20 20:18:36 UTC (rev 282773)
@@ -0,0 +1,10 @@
+
+FAIL CSSTranslate.toMatrix() returns correct matrix assert_array_approx_equals: property 12, expected 1 +/- 1e-8, expected 1 but got 0
+FAIL CSSRotate.toMatrix() returns correct matrix assert_array_approx_equals: property 0, expected 0.07142857142857148 +/- 0.000001, expected 0.07142857142857148 but got 1
+FAIL CSSScale.toMatrix() returns correct matrix assert_array_approx_equals: property 5, expected 2 +/- 0.000001, expected 2 but got 1
+FAIL CSSSkew.toMatrix() returns correct matrix assert_array_approx_equals: property 1, expected 2.237160944224742 +/- 0.000001, expected 2.237160944224742 but got 0
+FAIL CSSSkewX.toMatrix() returns correct matrix assert_array_approx_equals: property 4, expected 0.17632698070846498 +/- 0.000001, expected 0.17632698070846498 but got 0
+FAIL CSSSkewY.toMatrix() returns correct matrix assert_array_approx_equals: property 1, expected 0.17632698070846498 +/- 0.000001, expected 0.17632698070846498 but got 0
+FAIL CSSPerspective.toMatrix() returns correct matrix assert_array_approx_equals: property 11, expected -0.1 +/- 0.000001, expected -0.1 but got 0
+FAIL CSSMatrixComponent.toMatrix() returns correct matrix assert_array_approx_equals: property 1, expected 2 +/- 0.000001, expected 2 but got 0
+

Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-typed-om/rotate-by-added-angle-expected.txt (282772 => 282773)


--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-typed-om/rotate-by-added-angle-expected.txt	2021-09-20 20:17:25 UTC (rev 282772)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-typed-om/rotate-by-added-angle-expected.txt	2021-09-20 20:18:36 UTC (rev 282773)
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: ReferenceError: Can't find variable: CSSTransformValue
+CONSOLE MESSAGE: TypeError: target.attributeStyleMap.set is not a function. (In 'target.attributeStyleMap.set('transform', transform)', 'target.attributeStyleMap.set' is undefined)
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x50

Modified: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/css-typed-om/rotate-by-added-angle-expected.txt (282772 => 282773)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/css-typed-om/rotate-by-added-angle-expected.txt	2021-09-20 20:17:25 UTC (rev 282772)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/css-typed-om/rotate-by-added-angle-expected.txt	2021-09-20 20:18:36 UTC (rev 282773)
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: ReferenceError: Can't find variable: CSSTransformValue
+CONSOLE MESSAGE: TypeError: target.attributeStyleMap.set is not a function. (In 'target.attributeStyleMap.set('transform', transform)', 'target.attributeStyleMap.set' is undefined)
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x50
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to