NEW 199860
[GTK] accessibility/button-with-aria-haspopup-role.html is failing
https://bugs.webkit.org/show_bug.cgi?id=199860
Summary [GTK] accessibility/button-with-aria-haspopup-role.html is failing
Alicia Boya García
Reported 2019-07-17 08:11:02 PDT
accessibility/button-with-aria-haspopup-role.html "AX popupValue = 'null'" is appearing after each, otherwise correct, test output line. --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/accessibility/button-with-aria-haspopup-role-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/accessibility/button-with-aria-haspopup-role-actual.txt @@ -3,16 +3,26 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -test1 AXRole: AXButton for aria-haspopup=(null) -test2 AXRole: AXButton for aria-haspopup='true' -test3 AXRole: AXButton for aria-haspopup='false' -test4 AXRole: AXButton for aria-haspopup='dialog' -test5 AXRole: AXButton for aria-haspopup='grid' -test6 AXRole: AXButton for aria-haspopup='listbox' -test7 AXRole: AXButton for aria-haspopup='menu' -test8 AXRole: AXButton for aria-haspopup='tree' -test9 AXRole: AXButton for aria-haspopup='foo' -test10 AXRole: AXButton for aria-haspopup='' +test1 AXRole: AXButton for aria-haspopup = (null) +AX popupValue = 'null' +test2 AXRole: AXButton for aria-haspopup = 'true' +AX popupValue = 'null' +test3 AXRole: AXButton for aria-haspopup = 'false' +AX popupValue = 'null' +test4 AXRole: AXButton for aria-haspopup = 'dialog' +AX popupValue = 'null' +test5 AXRole: AXButton for aria-haspopup = 'grid' +AX popupValue = 'null' +test6 AXRole: AXButton for aria-haspopup = 'listbox' +AX popupValue = 'null' +test7 AXRole: AXButton for aria-haspopup = 'menu' +AX popupValue = 'null' +test8 AXRole: AXButton for aria-haspopup = 'tree' +AX popupValue = 'null' +test9 AXRole: AXButton for aria-haspopup = 'foo' +AX popupValue = 'null' +test10 AXRole: AXButton for aria-haspopup = '' +AX popupValue = 'null' PASS successfullyParsed is true TEST COMPLETE
Attachments
Note You need to log in before you can comment on or make changes to this bug.