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

Unified Diff: content/test/data/accessibility/html/samp.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
« no previous file with comments | « content/test/data/accessibility/html/legend.html ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/accessibility/html/samp.html
diff --git a/content/test/data/accessibility/html/samp.html b/content/test/data/accessibility/html/samp.html
index 9a56eed863c42ce5de4d4bfe334d6f79321ca6cc..6e890bda756b56d12d12571abff79a80f4d0c4f1 100644
--- a/content/test/data/accessibility/html/samp.html
+++ b/content/test/data/accessibility/html/samp.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<body>
- <samp>Sample output from a computer program</samp><br>
+ <samp>Sample output from a computer program</samp>
</body>
</html>
« no previous file with comments | « content/test/data/accessibility/html/legend.html ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698