Bug 199860 - [GTK] accessibility/button-with-aria-haspopup-role.html is failing
Summary: [GTK] accessibility/button-with-aria-haspopup-role.html is failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-17 08:11 PDT by Alicia Boya García
Modified: 2019-07-17 08:11 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alicia Boya García 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