Title: [272403] trunk/LayoutTests
Revision
272403
Author
lmo...@igalia.com
Date
2021-02-04 19:56:27 -0800 (Thu, 04 Feb 2021)

Log Message

[GLIB] Gardening accessibility and font failures

Unreviewed test gardening.

The img-with-svg-source.html test differed only in the content of the
image.description field, with empty AXDescription text, like other
accessibility tests.

* platform/glib/TestExpectations:
* platform/glib/accessibility/img-with-svg-source-expected.txt: Added.
* platform/gtk/TestExpectations:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (272402 => 272403)


--- trunk/LayoutTests/ChangeLog	2021-02-05 01:36:25 UTC (rev 272402)
+++ trunk/LayoutTests/ChangeLog	2021-02-05 03:56:27 UTC (rev 272403)
@@ -1,3 +1,17 @@
+2021-02-04  Lauro Moura  <lmo...@igalia.com>
+
+        [GLIB] Gardening accessibility and font failures
+
+        Unreviewed test gardening.
+
+        The img-with-svg-source.html test differed only in the content of the
+        image.description field, with empty AXDescription text, like other
+        accessibility tests.
+
+        * platform/glib/TestExpectations:
+        * platform/glib/accessibility/img-with-svg-source-expected.txt: Added.
+        * platform/gtk/TestExpectations:
+
 2021-02-04  Julian Gonzalez  <julian_a_gonza...@apple.com>
 
         Null dereference in DocumentLoader::commitData()

Modified: trunk/LayoutTests/platform/glib/TestExpectations (272402 => 272403)


--- trunk/LayoutTests/platform/glib/TestExpectations	2021-02-05 01:36:25 UTC (rev 272402)
+++ trunk/LayoutTests/platform/glib/TestExpectations	2021-02-05 03:56:27 UTC (rev 272403)
@@ -257,6 +257,9 @@
 # Key events for AX actions seems to not be not being emitted
 webkit.org/b/221022 accessibility/keyevents-for-actions-mimic-real-key-events.html [ Timeout ]
 
+webkit.org/b/221447 accessibility/aria-current.html [ Failure ]
+webkit.org/b/221447 accessibility/aria-current-state-changed-notification.html [ Timeout ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Accessibility-related bugs
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -426,6 +429,16 @@
 webkit.org/b/218372 http/tests/canvas/color-fonts/text-sbix-3.html [ ImageOnlyFailure ]
 webkit.org/b/218372 http/tests/canvas/color-fonts/text-sbix-4.html [ ImageOnlyFailure ]
 
+# system-ui support
+webkit.org/b/221445 fast/text/system-font-width-2.html [ Skip ]
+webkit.org/b/221445 fast/text/system-font-width-3.html [ Skip ]
+webkit.org/b/221445 fast/text/system-font-width-4.html [ Skip ]
+webkit.org/b/221445 fast/text/system-font-width-6.html [ Skip ]
+webkit.org/b/221445 fast/text/system-font-width-7.html [ Skip ]
+webkit.org/b/221445 fast/text/system-font-width-8.html [ Skip ]
+webkit.org/b/221445 fast/text/system-font-width-9.html [ Skip ]
+webkit.org/b/221445 fast/text/system-font-width.html [ Skip ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Fonts-related bugs
 #////////////////////////////////////////////////////////////////////////////////////////

Added: trunk/LayoutTests/platform/glib/accessibility/img-with-svg-source-expected.txt (0 => 272403)


--- trunk/LayoutTests/platform/glib/accessibility/img-with-svg-source-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/accessibility/img-with-svg-source-expected.txt	2021-02-05 03:56:27 UTC (rev 272403)
@@ -0,0 +1,28 @@
+
+This tests that images with SVG source are indeed exposed as images and not as SVG groups, if the SVG source is not accessible.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+PASS image.role is 'AXRole: AXImage'
+AXDescription:
+PASS image.role is 'AXRole: AXImage'
+AXDescription:
+PASS image.role is 'AXRole: AXImage'
+AXDescription:
+PASS image.role is 'AXRole: AXImage'
+AXDescription:
+PASS image.role is 'AXRole: AXImage'
+AXDescription:
+PASS image.role is 'AXRole: AXImage'
+AXDescription:
+PASS image.role is 'AXRole: AXImage'
+AXDescription:
+PASS image.role is 'AXRole: AXImage'
+AXDescription:
+PASS image.role is 'AXRole: AXImage'
+AXDescription:
+

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (272402 => 272403)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2021-02-05 01:36:25 UTC (rev 272402)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2021-02-05 03:56:27 UTC (rev 272403)
@@ -1329,7 +1329,7 @@
 webkit.org/b/181767 fast/hidpi/filters-hue-rotate.html [ Pass ImageOnlyFailure ]
 
 webkit.org/b/182761 accessibility/gtk/aria-busy-changed-notification.html [ Pass Failure ]
-accessibility/aria-current-state-changed-notification.html [ Skip ]
+
 webkit.org/b/182761 accessibility/gtk/aria-current-changed-notification.html [ Pass Failure ]
 webkit.org/b/182761 accessibility/gtk/aria-disabled-changed-notification.html [ Pass Failure ]
 webkit.org/b/182761 accessibility/gtk/aria-expanded-changed-notification.html [ Pass Failure ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to