Skip to content

Commit

Permalink
AX: Test gardening for WPE after 266917@main
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=260206
rdar://problem/113915705

Unreviewed test gardening.

* LayoutTests/platform/glib/accessibility/form-control-value-settable-expected.txt:
Mark test as passing after 266917@main.

Canonical link: https://commits.webkit.org/266931@main
  • Loading branch information
twilco committed Aug 16, 2023
1 parent 729dbed commit 690422a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ PASS document.activeElement == element is true
PASS axElement.isAttributeSettable('AXValue') is false
submit2
PASS document.activeElement == element is true
FAIL axElement.isAttributeSettable('AXValue') should be true. Was false.
PASS axElement.isAttributeSettable('AXValue') is true
combobox1
PASS document.activeElement == element is true
PASS axElement.isAttributeSettable('AXValue') is true
Expand All @@ -58,7 +58,7 @@ PASS document.activeElement == element is true
PASS axElement.isAttributeSettable('AXValue') is true
listbox2
PASS document.activeElement == element is true
FAIL axElement.isAttributeSettable('AXValue') should be true. Was false.
PASS axElement.isAttributeSettable('AXValue') is true
PASS successfullyParsed is true

TEST COMPLETE
Expand Down

0 comments on commit 690422a

Please sign in to comment.