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

Unified Diff: content/test/data/accessibility/contenteditable-descendants.html

Issue 815463006: Separating ARIA, HTML & event AX test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/contenteditable-descendants.html
diff --git a/content/test/data/accessibility/contenteditable-descendants.html b/content/test/data/accessibility/contenteditable-descendants.html
deleted file mode 100644
index f6050965ea5c46d20a3087924fcdecb8f8849335..0000000000000000000000000000000000000000
--- a/content/test/data/accessibility/contenteditable-descendants.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!--
-@WIN-ALLOW:IA2_STATE_EDITABLE
-@WIN-ALLOW:LINKED
-@WIN-ALLOW:UNAVAILABLE
--->
-<div contenteditable>
- <p>Contentditable with <a href="#">link</a> and <img src="./bullet.png" alt="image"> and <input type="button" value="button"/></p>
- <table><td>Always expose editable tables as tables</td></table>
- <ol><li>Editable list item</li></ol>
-</div>
-<p contenteditable>Keep the role, just change the state</p>

Powered by Google App Engine
This is Rietveld 408576698