Title: [287740] trunk/LayoutTests
Revision
287740
Author
[email protected]
Date
2022-01-06 22:41:03 -0800 (Thu, 06 Jan 2022)

Log Message

[GLIB] Unreviewed test gardening, emit baseline for accessibility/accessibility-node-memory-management.html
https://bugs.webkit.org/show_bug.cgi?id=209102


* platform/glib/TestExpectations:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (287739 => 287740)


--- trunk/LayoutTests/ChangeLog	2022-01-07 04:56:41 UTC (rev 287739)
+++ trunk/LayoutTests/ChangeLog	2022-01-07 06:41:03 UTC (rev 287740)
@@ -1,3 +1,10 @@
+2022-01-06  Diego Pino Garcia  <[email protected]>
+
+        [GLIB] Unreviewed test gardening, emit baseline for accessibility/accessibility-node-memory-management.html
+        https://bugs.webkit.org/show_bug.cgi?id=209102
+
+        * platform/glib/TestExpectations:
+
 2022-01-06  Myles C. Maxfield  <[email protected]>
 
         REGRESSION(r281389): Text wraps unnecessarily within intrinsically-sized elements when using certain fonts and the inner HTML of the element contains a new line that is not preceded by a space

Modified: trunk/LayoutTests/platform/glib/TestExpectations (287739 => 287740)


--- trunk/LayoutTests/platform/glib/TestExpectations	2022-01-07 04:56:41 UTC (rev 287739)
+++ trunk/LayoutTests/platform/glib/TestExpectations	2022-01-07 06:41:03 UTC (rev 287740)
@@ -334,8 +334,6 @@
 webkit.org/b/98380 accessibility/th-as-title-ui.html [ Failure ]
 webkit.org/b/98382 accessibility/visible-elements.html [ Timeout ]
 
-webkit.org/b/209102 accessibility/accessibility-node-memory-management.html [ Failure ]
-
 webkit.org/b/215405 accessibility/roles-computedRoleString.html [ Failure ]
 webkit.org/b/215405 [ Release ] accessibility/roles-exposed.html [ Failure ]
 webkit.org/b/215405 [ Debug ] accessibility/canvas-accessibilitynodeobject.html [ Crash ]

Added: trunk/LayoutTests/platform/glib/accessibility/accessibility-node-memory-management-expected.txt (0 => 287740)


--- trunk/LayoutTests/platform/glib/accessibility/accessibility-node-memory-management-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/accessibility/accessibility-node-memory-management-expected.txt	2022-01-07 06:41:03 UTC (rev 287740)
@@ -0,0 +1,16 @@
+This test makes sure that AccessibilityNodeObjects are properly detached when the node they point to is deleted.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Button role: AXRole: AXButton
+Button role after being detached: AXRole: AXInvalid
+PASS buttonRole != detachedRole is true
+Canvas button role: AXRole: AXButton
+PASS canvasButtonRole is buttonRole
+Canvas button role after being detached: AXRole: AXInvalid
+PASS detachedCanvasButtonRole is detachedRole
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to