Title: [283125] trunk/LayoutTests
Revision
283125
Author
[email protected]
Date
2021-09-27 10:13:06 -0700 (Mon, 27 Sep 2021)

Log Message

[ MacOS ] inspector/dom/getAccessibilityPropertiesForNode.html is failing
https://bugs.webkit.org/show_bug.cgi?id=230840

Patch by Tyler Wilcock <[email protected]> on 2021-09-27
Reviewed by Ryan Haddad.

Remove `expanded` property from expected output for this test.
Following https://trac.webkit.org/changeset/283078/webkit, we don't
expose expanded in this case anymore.

* inspector/dom/getAccessibilityPropertiesForNode-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (283124 => 283125)


--- trunk/LayoutTests/ChangeLog	2021-09-27 16:55:02 UTC (rev 283124)
+++ trunk/LayoutTests/ChangeLog	2021-09-27 17:13:06 UTC (rev 283125)
@@ -1,3 +1,16 @@
+2021-09-27  Tyler Wilcock  <[email protected]>
+
+        [ MacOS ] inspector/dom/getAccessibilityPropertiesForNode.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=230840
+
+        Reviewed by Ryan Haddad.
+
+        Remove `expanded` property from expected output for this test.
+        Following https://trac.webkit.org/changeset/283078/webkit, we don't
+        expose expanded in this case anymore.
+
+        * inspector/dom/getAccessibilityPropertiesForNode-expected.txt:
+
 2021-09-27  Eric Hutchison  <[email protected]>
 
         [ Catalina BigSur wk1 Debug ] webrtc/datachannel/datachannel-gc.html is a flaky crash.

Modified: trunk/LayoutTests/inspector/dom/getAccessibilityPropertiesForNode-expected.txt (283124 => 283125)


--- trunk/LayoutTests/inspector/dom/getAccessibilityPropertiesForNode-expected.txt	2021-09-27 16:55:02 UTC (rev 283124)
+++ trunk/LayoutTests/inspector/dom/getAccessibilityPropertiesForNode-expected.txt	2021-09-27 17:13:06 UTC (rev 283125)
@@ -292,7 +292,6 @@
     label:
     role: combobox
     controlledNodeIds.length: 1
-    expanded: false
     focused: false
     ownedNodeIds.length: 1
     required: false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to