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

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

Issue 10662003: Allow filters in accessibility tests to specify which attributes to check. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix repetitive code, re-enable webkit strings. Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!--
2 @WIN-ALLOW:IA2_STATE_EDITABLE
3 @WIN-ALLOW:LINKED
4 @WIN-ALLOW:UNAVAILABLE
5 -->
1 <div contenteditable> 6 <div contenteditable>
2 <p>Contentditable with <a href="#">link</a> and <img src="./bullet.png" alt=" image"> and <input type="button" value="button"/></p> 7 <p>Contentditable with <a href="#">link</a> and <img src="./bullet.png" alt=" image"> and <input type="button" value="button"/></p>
3 <table><td>Always expose editable tables as tables</td></table> 8 <table><td>Always expose editable tables as tables</td></table>
4 <ol><li>Editable list item</li></ol> 9 <ol><li>Editable list item</li></ol>
5 </div> 10 </div>
6 <p contenteditable>Keep the role, just change the state</p> 11 <p contenteditable>Keep the role, just change the state</p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698