blob: b94bc3ea2b608092ea93b1bcac8e53ee37a56e2d [file] [log] [blame]
This tests that a contenteditable region behaves as a proper AXTextArea.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Role: AXRole: AXTextField
Value: AXValue: hello<\n>world
Value (writable): true
String with range: ello
worl
Attributed string with range:
Default text attributes:
bg-color:0,0,0
editable:true
family-name:standard
fg-color:0,0,0
indent:0
invisible:false
rise:0
size:16
strikethrough:false
style:normal
underline:none
weight:400
Range attributes for 'hello':
Range attributes for '<\n>worl':
weight:700
Line for index(0): 0
Line for index(7): 1
Range for line(0): {0, 6}
Range for line(1): {6, 5}
Bounds for range: {8, 8, 31, 35}
Selected text range: {0, 3}
Selected text: hel
Updated value: AXValue: qlo<\n>world
PASS successfullyParsed is true
TEST COMPLETE