Title: [285066] trunk/LayoutTests
Revision
285066
Author
[email protected]
Date
2021-10-29 17:48:53 -0700 (Fri, 29 Oct 2021)

Log Message

[GTK] Layout Tests for experimental <attachment> element are failing since added
https://bugs.webkit.org/show_bug.cgi?id=141699

Mark the tests that rely on the attachment element as skipped for
glib platforms, as it is not standard nor supported on that platform.

Unreviewed test gardening.

Patch by Arcady Goldmints-Orlov <[email protected]> on 2021-10-29

* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (285065 => 285066)


--- trunk/LayoutTests/ChangeLog	2021-10-30 00:46:27 UTC (rev 285065)
+++ trunk/LayoutTests/ChangeLog	2021-10-30 00:48:53 UTC (rev 285066)
@@ -1,3 +1,17 @@
+2021-10-29  Arcady Goldmints-Orlov  <[email protected]>
+
+        [GTK] Layout Tests for experimental <attachment> element are failing since added
+        https://bugs.webkit.org/show_bug.cgi?id=141699
+
+        Mark the tests that rely on the attachment element as skipped for
+        glib platforms, as it is not standard nor supported on that platform.
+
+        Unreviewed test gardening.
+
+        * platform/glib/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/wpe/TestExpectations:
+
 2021-10-29  Ayumi Kojima  <[email protected]>
 
         [ iOS macOS ] imported/w3c/web-platform-tests/css/css-sizing/aspect-ratio/flex-aspect-ratio-021.html and flex-aspect-ratio-022.html are failing after reverting r284440, r284397, and r284359.

Modified: trunk/LayoutTests/platform/glib/TestExpectations (285065 => 285066)


--- trunk/LayoutTests/platform/glib/TestExpectations	2021-10-30 00:46:27 UTC (rev 285065)
+++ trunk/LayoutTests/platform/glib/TestExpectations	2021-10-30 00:48:53 UTC (rev 285066)
@@ -1808,6 +1808,12 @@
 # privateClickMeasurement is disabled on glib
 http/tests/privateClickMeasurement [ Skip ]
 
+# The attachment element is not stadandard and not currently supported on glib
+fast/attachment [ Skip ]
+editing/pasteboard/copy-paste-attachment.html [ Skip ]
+editing/text-iterator/backwards-text-iterator-attachment.html [ Skip ]
+fast/css/has-attachment.html [ Skip ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of UNSUPPORTED tests.
 #////////////////////////////////////////////////////////////////////////////////////////

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (285065 => 285066)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2021-10-30 00:46:27 UTC (rev 285065)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2021-10-30 00:48:53 UTC (rev 285066)
@@ -605,14 +605,6 @@
 webkit.org/b/141467 fast/multicol/pagination/LeftToRight-tb-hittest.html [ Failure ]
 webkit.org/b/141467 fast/multicol/pagination/RightToLeft-rl-hittest.html [ Failure ]
 
-webkit.org/b/141699 fast/attachment/attachment-disabled-rendering.html [ Failure ]
-webkit.org/b/141699 fast/attachment/attachment-rendering.html [ Failure ]
-webkit.org/b/141699 editing/pasteboard/copy-paste-attachment.html [ Failure ]
-webkit.org/b/141699 fast/attachment/attachment-dom.html [ Failure ]
-webkit.org/b/141699 fast/attachment/attachment-respects-css-size.html [ ImageOnlyFailure ]
-webkit.org/b/141699 fast/css/has-attachment.html [ Failure ]
-webkit.org/b/141699 editing/text-iterator/backwards-text-iterator-attachment.html [ Failure ]
-
 webkit.org/b/141458 imported/mozilla/svg/blend-overlay.svg [ ImageOnlyFailure Pass ]
 webkit.org/b/141458 imported/mozilla/svg/pattern-scale-01a.svg [ ImageOnlyFailure Pass ]
 webkit.org/b/141458 imported/mozilla/svg/pattern-scale-01b.svg [ ImageOnlyFailure Pass ]

Modified: trunk/LayoutTests/platform/wpe/TestExpectations (285065 => 285066)


--- trunk/LayoutTests/platform/wpe/TestExpectations	2021-10-30 00:46:27 UTC (rev 285065)
+++ trunk/LayoutTests/platform/wpe/TestExpectations	2021-10-30 00:48:53 UTC (rev 285066)
@@ -1387,8 +1387,6 @@
 
 webkit.org/b/212157 imported/blink/editing/execCommand/4128080-2.html [ Failure ]
 
-webkit.org/b/141699 fast/attachment/attachment-respects-css-size.html [ ImageOnlyFailure ]
-
 webkit.org/b/212200 fast/spatial-navigation/snav-input.html [ Failure ]
 webkit.org/b/212200 fast/spatial-navigation/snav-textarea.html [ Failure ]
 webkit.org/b/212200 fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html [ Failure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to