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

Unified Diff: content/test/data/accessibility/input-file.html

Issue 774603002: Adding AX test for input-file and enabling ax test for HR tag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: exposing AXDescription on mac Created 6 years 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/accessibility/input-file.html
diff --git a/chrome/test/data/extensions/api_test/browser_action/add_popup/another_popup.html b/content/test/data/accessibility/input-file.html
similarity index 67%
copy from chrome/test/data/extensions/api_test/browser_action/add_popup/another_popup.html
copy to content/test/data/accessibility/input-file.html
index e3dfd254fc683ddd6e7c7b6c117d78a6de714a20..2c4ef05993da2d5421e1acfdf4ff02406bc04486 100644
--- a/chrome/test/data/extensions/api_test/browser_action/add_popup/another_popup.html
+++ b/content/test/data/accessibility/input-file.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<body>
- Another popup.
+ <input type="file">
</body>
</html>
« no previous file with comments | « content/test/data/accessibility/hr-expected-win.txt ('k') | content/test/data/accessibility/input-file-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698