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

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

Issue 825853002: Expose br tag in AX Tree as ROLE_SYSTEM_WHITESPACE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adding br as platform leaf Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/accessibility/html/input-submit.html
diff --git a/content/test/data/accessibility/html/input-submit.html b/content/test/data/accessibility/html/input-submit.html
index c918934841b77f70a976ecd23ab414c8287e7fae..14be9210c0dd2971d19fb6dfcc43352bc030cba9 100644
--- a/content/test/data/accessibility/html/input-submit.html
+++ b/content/test/data/accessibility/html/input-submit.html
@@ -6,7 +6,7 @@
<body>
<form>
- <input type="text" name="Name"><br>
+ <input type="text" name="Name">
<input type="submit" value="Submit">
</form>
« no previous file with comments | « content/test/data/accessibility/html/dfn-expected-win.txt ('k') | content/test/data/accessibility/html/legend.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698