| Index: third_party/WebKit/LayoutTests/accessibility/aria-disabled-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/accessibility/aria-disabled-expected.txt b/third_party/WebKit/LayoutTests/accessibility/aria-disabled-expected.txt
|
| index 2ccd1b7a34e9cd402de8551b04643dbdac85f0dc..974997d4b5fbc314c71bc697e196b51eab02f240 100644
|
| --- a/third_party/WebKit/LayoutTests/accessibility/aria-disabled-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/accessibility/aria-disabled-expected.txt
|
| @@ -1,5 +1,10 @@
|
|
|
| link submit
|
| +treeitem
|
| +option
|
| +tab
|
| +gridcell
|
| +checkbox
|
| This tests that the aria-disabled attribute works. The text field should not be enabled.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| @@ -10,7 +15,11 @@ PASS textField.isEnabled is true
|
| PASS group.isEnabled is false
|
| PASS link.isEnabled is false
|
| PASS button.isEnabled is true
|
| +PASS treeitem.isEnabled is false
|
| +PASS option.isEnabled is false
|
| +PASS tab.isEnabled is false
|
| +PASS gridcell.isEnabled is false
|
| +PASS checkbox.isEnabled is false
|
| PASS successfullyParsed is true
|
|
|
| -TEST COMPLETE
|
| -
|
| +TEST COMPLETE
|
|
|