| Index: third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5bdc56715ddbe59db979f037eb08843de41442a5
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes-expected.txt
|
| @@ -0,0 +1,10 @@
|
| +Tests that writing an ARIA attribute causes the accessibility node to be updated.
|
| +
|
| +ARIA checkbox
|
| +=== Before attribute modification ===
|
| +checkbox "ARIA checkbox" invalid="false" checked="true"
|
| +=== After attribute modification ===
|
| +checkbox "ARIA checkbox" invalid="false" checked="false"
|
| +=== After role modification ===
|
| +radio "ARIA checkbox" invalid="false" checked="false" selected="false"
|
| +
|
|
|