haikuwebkit/LayoutTests/accessibility/gtk/aria-readonly-propagated-ex...

22 lines
1.7 KiB
Plaintext

This tests the exposure of propagated values of aria-readonly as an object attribute.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
AXPlatformAttributes: computed-role:gridcell, xml-roles:gridcell, readonly:true, html-id:test1, tag:div, toolkit:WebKitGtk
AXPlatformAttributes: computed-role:gridcell, xml-roles:gridcell, readonly:false, html-id:test2, tag:div, toolkit:WebKitGtk
AXPlatformAttributes: computed-role:gridcell, xml-roles:gridcell, readonly:false, html-id:test3, tag:div, toolkit:WebKitGtk
AXPlatformAttributes: computed-role:gridcell, xml-roles:gridcell, readonly:true, html-id:test4, tag:div, toolkit:WebKitGtk
AXPlatformAttributes: computed-role:columnheader, xml-roles:columnheader, readonly:true, html-id:test5, tag:div, toolkit:WebKitGtk
AXPlatformAttributes: computed-role:columnheader, xml-roles:columnheader, readonly:false, html-id:test6, tag:div, toolkit:WebKitGtk
AXPlatformAttributes: computed-role:columnheader, xml-roles:columnheader, readonly:false, html-id:test7, tag:div, toolkit:WebKitGtk
AXPlatformAttributes: computed-role:columnheader, xml-roles:columnheader, readonly:true, html-id:test8, tag:div, toolkit:WebKitGtk
AXPlatformAttributes: computed-role:rowheader, xml-roles:rowheader, readonly:true, html-id:test9, tag:div, toolkit:WebKitGtk
AXPlatformAttributes: computed-role:rowheader, xml-roles:rowheader, readonly:false, html-id:test10, tag:div, toolkit:WebKitGtk
AXPlatformAttributes: computed-role:rowheader, xml-roles:rowheader, readonly:false, html-id:test11, tag:div, toolkit:WebKitGtk
AXPlatformAttributes: computed-role:rowheader, xml-roles:rowheader, readonly:true, html-id:test12, tag:div, toolkit:WebKitGtk
PASS successfullyParsed is true
TEST COMPLETE