Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / canvas-description-and-role-expected.txt
blobd17fa8ba7414fc9ee2f66b5f4bb1a3f14c903fc2
1 This test makes sure that a canvas with and without fallback content each has the right role and description.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS axContainer.childrenCount is 2
7 Canvas 1 description: AXDescription: Canvas label
8 Canvas 1 role: AXRole: AXCanvas
9 Canvas 2 description: AXDescription: 
10 Canvas 2 role: AXRole: AXCanvasWithFallbackContent
11 PASS successfullyParsed is true
13 TEST COMPLETE