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

Unified Diff: content/test/data/accessibility/html/hr.html

Issue 1695673004: Exposes <hr> elements that do not have an ARIA label. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Windows tests. Created 4 years, 10 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 | « no previous file | content/test/data/accessibility/html/hr-expected-android.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/accessibility/html/hr.html
diff --git a/content/test/data/accessibility/html/hr.html b/content/test/data/accessibility/html/hr.html
index f53b36ddc7d32b6d4694e0ade91655baf7ac01ec..c804cb7176e13d81349b865ca5e76abd536faf56 100644
--- a/content/test/data/accessibility/html/hr.html
+++ b/content/test/data/accessibility/html/hr.html
@@ -5,8 +5,10 @@
<!DOCTYPE html>
<html>
<body>
-Before
+<p>Before.</p>
<hr aria-label="Dividing line">
-After
+<p>Middle.</p>
+<hr>
+<p>After.</p>
</body>
</html>
« no previous file with comments | « no previous file | content/test/data/accessibility/html/hr-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698