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

Side by Side Diff: LayoutTests/accessibility/dl-role-expected.txt

Issue 623693002: Add LayoutTest for AX Role of dl element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 unified diff | Download patch
« no previous file with comments | « LayoutTests/accessibility/dl-role.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This verifies that the browser does not crash when drawing text to a canvas in a frame-less document. 1 This tests that AXRole for dl element is AXDescriptionList.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS dlElement.role is 'AXRole: AXDescriptionList'
7 PASS dtElement.role is 'AXRole: AXDescriptionListTerm'
8 PASS ddElement.role is 'AXRole: AXDescriptionListDetail'
6 PASS successfullyParsed is true 9 PASS successfullyParsed is true
7 10
8 TEST COMPLETE 11 TEST COMPLETE
9 12 term
13 definition
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/dl-role.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698