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

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

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Rebase Created 3 years, 7 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/div.html
diff --git a/content/test/data/accessibility/html/div.html b/content/test/data/accessibility/html/div.html
index 48305536b0e329683e397715f9e90e3f3ab14a0f..3ba3665f1ffe76b2e08a2f441dca8b316e86b476 100644
--- a/content/test/data/accessibility/html/div.html
+++ b/content/test/data/accessibility/html/div.html
@@ -1,5 +1,6 @@
<html>
<body>
+<div>Unfocusable div</div>
<div tabindex=0>Focusable div</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698