RESOLVED FIXED 59399
[GTK] Unskip accessibility/aria-combobox.html
https://bugs.webkit.org/show_bug.cgi?id=59399
Summary [GTK] Unskip accessibility/aria-combobox.html
Mario Sanchez Prada
Reported 2011-04-25 16:46:38 PDT
Two things would be needed here to unskip this test: * Implement isExpanded in GTK's DRT * Modify the layout test so it just prints out rolenames and leave the responsibility of checking whether they're correct to the, platform-dependent, expected files. This would imply updating the mac expected file, as it's the only platform providing one.
Attachments
Patch (4.84 KB, patch)
2011-04-25 16:51 PDT, Mario Sanchez Prada
no flags
Patch (6.38 KB, patch)
2011-04-25 16:54 PDT, Mario Sanchez Prada
no flags
Patch (6.96 KB, patch)
2011-04-25 16:57 PDT, Mario Sanchez Prada
eric: review+
Mario Sanchez Prada
Comment 1 2011-04-25 16:51:39 PDT
Mario Sanchez Prada
Comment 2 2011-04-25 16:54:08 PDT
Created attachment 91022 [details] Patch Sorry, stupid mistake in the ChangeLog in previous patch
Mario Sanchez Prada
Comment 3 2011-04-25 16:57:23 PDT
Created attachment 91025 [details] Patch Argh! God dammed jet lag! (read as: "this is finally the good one")
Eric Seidel (no email)
Comment 4 2011-04-26 15:16:56 PDT
Comment on attachment 91025 [details] Patch OK. Seems odd. that we would have these different expectations for gtk, but I Think I understand why.
chris fleizach
Comment 5 2011-04-26 15:31:47 PDT
Comment on attachment 91025 [details] Patch my only comment is that we prefix the role so that looking at a failed test it will be a little clearer ie) debug("Role: " + combobox.role);
Mario Sanchez Prada
Comment 6 2011-04-26 16:13:42 PDT
(In reply to comment #5) > (From update of attachment 91025 [details]) > my only comment is that we prefix the role so that looking at a failed test it will be a little clearer > ie) > debug("Role: " + combobox.role); I agree with this. I'll add that prefix (and update expectations) right before committing then. Thanks
Mario Sanchez Prada
Comment 7 2011-04-26 16:20:49 PDT
Note You need to log in before you can comment on or make changes to this bug.