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

Unified Diff: content/test/data/accessibility/css/language.html

Issue 2382343002: Fix issue with font family and language in accessibility tree (Closed)
Patch Set: Fix win expectation Created 4 years, 2 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/css/language.html
diff --git a/content/test/data/accessibility/css/language.html b/content/test/data/accessibility/css/language.html
index 3d46856c39c88dc9670e9d359453c200cc83848d..38742de101e58b8d8d489d0c61126994a3560cc5 100644
--- a/content/test/data/accessibility/css/language.html
+++ b/content/test/data/accessibility/css/language.html
@@ -7,6 +7,6 @@
<html>
<body>
<p lang="en-US">How are you?</p>
- <p lang="fr-FR">Comment allez-vous?</p>
+ <p role="presentation" lang="fr-FR">Comment allez-vous?</p>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698