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

Unified Diff: content/test/data/accessibility/aria-none.html

Issue 592683002: Adds conversion rule for WebAXRoleNone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding expectations for Mac and android Created 6 years, 3 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/aria-none.html
diff --git a/content/test/data/accessibility/del.html b/content/test/data/accessibility/aria-none.html
similarity index 52%
copy from content/test/data/accessibility/del.html
copy to content/test/data/accessibility/aria-none.html
index bf175303f0f1cd0ee1bea41d9b8bb558cfe6c841..d7057543e3c09686e0a60c9b27eeb81a1902cabd 100644
--- a/content/test/data/accessibility/del.html
+++ b/content/test/data/accessibility/aria-none.html
@@ -2,7 +2,7 @@
<html>
<body>
-<p>I am <del>vegetarian</del></p>
+<h1 role="none"> With aria-role none </h1>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698