blob: 0c0128521e522ad01381f34e43f7d3d0fe6d5b46 [file] [log] [blame]
Tests that writing an ARIA attribute causes the accessibility node to be updated.
=== Before attribute modification ===
checkbox "ARIA checkbox" invalid="false" focusable="true" checked="true"
=== After attribute modification ===
checkbox "ARIA checkbox" invalid="false" focusable="true" checked="false"
=== After role modification ===
radio "ARIA checkbox" invalid="false" focusable="true" checked="false"