diff options
author | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-23 17:48:30 +0000 |
---|---|---|
committer | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-23 17:48:30 +0000 |
commit | c92f932d557e0d8221ddcd37010bfe0fd04dfe14 (patch) | |
tree | 386ff8f16eaa4804c6c916cdba5274f26f10726d /content/test | |
parent | 98eaa7d419df56d43d36abf027d2a3b00cc4ad89 (diff) | |
download | chromium_src-c92f932d557e0d8221ddcd37010bfe0fd04dfe14.zip chromium_src-c92f932d557e0d8221ddcd37010bfe0fd04dfe14.tar.gz chromium_src-c92f932d557e0d8221ddcd37010bfe0fd04dfe14.tar.bz2 |
On Win, the accessible value of a document should be its url.
This matches Firefox's behavior, may improve screen reader support
slightly.
BUG=none
TBR=dtseng
Review URL: https://chromiumcodereview.appspot.com/12481022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190047 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test')
-rw-r--r-- | content/test/data/accessibility/input-color.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/test/data/accessibility/input-color.html b/content/test/data/accessibility/input-color.html index bcc48da..d2832cc 100644 --- a/content/test/data/accessibility/input-color.html +++ b/content/test/data/accessibility/input-color.html @@ -2,6 +2,7 @@ <!-- @MAC-DENY:title* @WIN-ALLOW:value* +@WIN-DENY:value='file://* --> <html> <body> |