Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Issue 750933002: Modifying AX test for html select element (Closed)

Created:
6 years ago by shreeramk
Modified:
6 years ago
Reviewers:
dmazzoni
CC:
chromium-reviews, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, jam, yuzo+watch_chromium.org, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Modifying AX test for html select element. Adding case when select element with multiple or size attribute is present. BUG=169564 Committed: https://crrev.com/929152bfb4a0805e3a8e9822fa82409e682c8b22 Cr-Commit-Position: refs/heads/master@{#306135}

Patch Set 1 #

Patch Set 2 : enabling test #

Total comments: 1

Patch Set 3 : updating expectations #

Patch Set 4 : updating expectations on mac and android #

Patch Set 5 : updating expectations for windows #

Patch Set 6 : incorporating comments #

Patch Set 7 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -17 lines) Patch
M content/browser/accessibility/dump_accessibility_tree_browsertest.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/test/data/accessibility/select.html View 1 2 2 chunks +15 lines, -1 line 1 comment Download
M content/test/data/accessibility/select-expected-android.txt View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M content/test/data/accessibility/select-expected-mac.txt View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M content/test/data/accessibility/select-expected-win.txt View 1 2 3 4 5 6 1 chunk +21 lines, -14 lines 0 comments Download

Messages

Total messages: 23 (2 generated)
shreeramk
Still blink is returning PopupButtonRole for select tag. Reason: AXMenuList.h virtual AccessibilityRole roleValue() const override ...
6 years ago (2014-11-25 06:23:34 UTC) #2
dmazzoni
On 2014/11/25 06:23:34, shreeramk wrote: > Still blink is returning PopupButtonRole for select tag. > ...
6 years ago (2014-11-25 07:55:46 UTC) #3
dmazzoni
https://codereview.chromium.org/750933002/diff/20001/content/test/data/accessibility/select.html File content/test/data/accessibility/select.html (right): https://codereview.chromium.org/750933002/diff/20001/content/test/data/accessibility/select.html#newcode25 content/test/data/accessibility/select.html:25: <select id="D" name="Select D" multiple="2"> What's also needed is ...
6 years ago (2014-11-25 07:55:54 UTC) #4
shreeramk
On 2014/11/25 07:55:46, dmazzoni wrote: > On 2014/11/25 06:23:34, shreeramk wrote: > > Still blink ...
6 years ago (2014-11-25 08:03:21 UTC) #5
shreeramk
Comments incorporated. PTAL. Thanks!!
6 years ago (2014-11-25 18:09:06 UTC) #6
shreeramk
@Dominic: Please review the changes. I have incorporated the changes.
6 years ago (2014-11-26 19:11:04 UTC) #7
dmazzoni
Sorry, was just looking over the spec again and I'm not sure all of these ...
6 years ago (2014-11-26 23:22:06 UTC) #8
shreeramk
On 2014/11/26 23:22:06, dmazzoni wrote: > Sorry, was just looking over the spec again and ...
6 years ago (2014-11-27 04:14:56 UTC) #9
dmazzoni
> > So, select (with NO multiple attribute and NO size attribute having value > ...
6 years ago (2014-11-27 07:45:48 UTC) #10
shreeramk
> On Mac, it's not ambiguous. If it's a control that pops up a list, ...
6 years ago (2014-11-27 07:50:22 UTC) #11
dmazzoni
The original AAPI mapped <select> to AXPopUpButton: http://www.w3.org/TR/html-aapi/ That section is noticeably absent from the ...
6 years ago (2014-11-27 07:53:19 UTC) #12
shreeramk
Yes, in old spec it was AXPopupButton. Ok. I'd make like how it was before.
6 years ago (2014-11-27 08:18:13 UTC) #13
dmazzoni
OK. At first glance, maybe we only want a difference on Windows, since Windows exposes ...
6 years ago (2014-11-27 08:19:43 UTC) #14
shreeramk
On 2014/11/27 08:19:43, dmazzoni wrote: > OK. At first glance, maybe we only want a ...
6 years ago (2014-11-27 08:26:48 UTC) #15
shreeramk
On 2014/11/27 08:26:48, shreeramk wrote: > On 2014/11/27 08:19:43, dmazzoni wrote: > > OK. At ...
6 years ago (2014-11-27 18:05:43 UTC) #16
shreeramk
Please take a look. Thanks!
6 years ago (2014-11-27 18:06:09 UTC) #17
dmazzoni
lgtm Looks great, but the change description is still out of date. Please rewrite it ...
6 years ago (2014-11-29 07:52:18 UTC) #18
shreeramk
> https://codereview.chromium.org/750933002/diff/120001/content/test/data/accessibility/select.html#newcode6 > content/test/data/accessibility/select.html:6: @WIN-ALLOW:HASPOPUP > Optional: consider @WIN-ALLOW:xml-roles to show that you get an ...
6 years ago (2014-11-30 12:38:52 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/750933002/120001
6 years ago (2014-11-30 12:45:56 UTC) #21
commit-bot: I haz the power
Committed patchset #7 (id:120001)
6 years ago (2014-11-30 14:34:22 UTC) #22
commit-bot: I haz the power
6 years ago (2014-11-30 14:35:07 UTC) #23
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/929152bfb4a0805e3a8e9822fa82409e682c8b22
Cr-Commit-Position: refs/heads/master@{#306135}

Powered by Google App Engine
This is Rietveld 408576698