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

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

Issue 10038027: Test accessibility tree of contenteditable. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add expected-mac file to skip" Created 8 years, 8 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/contenteditable-descendants.html
diff --git a/content/test/data/accessibility/contenteditable-descendants.html b/content/test/data/accessibility/contenteditable-descendants.html
new file mode 100644
index 0000000000000000000000000000000000000000..5821ef17adc72420d4f8dcf7a75c68c410d3fd2b
--- /dev/null
+++ b/content/test/data/accessibility/contenteditable-descendants.html
@@ -0,0 +1,6 @@
+<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