blob: b13b7d9c18842407c8033d193f637446a71d3487 [file] [log] [blame]
commit-queue@webkit.orgfb83c812015-02-27 01:57:48 +00001foo
2A paragraph with a single line
3
4bar
5This tests caret browsing for html select elements.
6
7On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8
9
10PASS webArea.role is 'AXRole: AXWebArea'
11PASS caretBrowsingEnabled(webArea) is false
12PASS elementAtStartMarkerOfSelectedTextMarkerRange(webArea).stringValue is 'AXValue: foo'
13PASS elementAtStartMarkerOfSelectedTextMarkerRange(webArea).stringValue is 'AXValue: foo'
14PASS accessibilityController.enhancedAccessibilityEnabled is true
15PASS caretBrowsingEnabled(webArea) is true
16PASS elementAtStartMarkerOfSelectedTextMarkerRange(webArea).stringValue is 'AXValue: foo'
17PASS elementAtStartMarkerOfSelectedTextMarkerRange(webArea).stringValue is 'AXValue: bar'
18PASS successfullyParsed is true
19
20TEST COMPLETE
21