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

Side by Side Diff: content/test/data/accessibility/input-color.html

Issue 12481022: On Win, the accessible value of a document should be its url. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/browser/accessibility/browser_accessibility_win.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 @MAC-DENY:title* 3 @MAC-DENY:title*
4 @WIN-ALLOW:value* 4 @WIN-ALLOW:value*
5 @WIN-DENY:value='file://*
aboxhall 2013/03/20 23:01:53 Why is this necessary here but in none of the othe
dmazzoni 2013/03/21 03:48:48 Believe it or not, this was the only file where we
5 --> 6 -->
6 <html> 7 <html>
7 <body> 8 <body>
8 <input type="color" value="#ff9900"> 9 <input type="color" value="#ff9900">
9 </body> 10 </body>
10 </html> 11 </html>
OLDNEW
« no previous file with comments | « content/browser/accessibility/browser_accessibility_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698