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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/accessibility/dl-role.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/dl-role-expected.txt
diff --git a/LayoutTests/fast/canvas/canvas-frameless-document-text-expected.txt b/LayoutTests/accessibility/dl-role-expected.txt
similarity index 51%
copy from LayoutTests/fast/canvas/canvas-frameless-document-text-expected.txt
copy to LayoutTests/accessibility/dl-role-expected.txt
index 5c3f90595fbfa24d7877d0a72413c999e3c985b1..d5096a8cb0ab871278232e494dbed2270ee74cac 100644
--- a/LayoutTests/fast/canvas/canvas-frameless-document-text-expected.txt
+++ b/LayoutTests/accessibility/dl-role-expected.txt
@@ -1,9 +1,13 @@
-This verifies that the browser does not crash when drawing text to a canvas in a frame-less document.
+This tests that AXRole for dl element is AXDescriptionList.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+PASS dlElement.role is 'AXRole: AXDescriptionList'
+PASS dtElement.role is 'AXRole: AXDescriptionListTerm'
+PASS ddElement.role is 'AXRole: AXDescriptionListDetail'
PASS successfullyParsed is true
TEST COMPLETE
-
+term
+definition
« 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