| Index: LayoutTests/accessibility/aria-disabled-expected.txt
|
| diff --git a/LayoutTests/accessibility/aria-disabled-expected.txt b/LayoutTests/accessibility/aria-disabled-expected.txt
|
| index e465d9bb7855fd15da77ee3fdc8c1dcf3f364b0b..2ccd1b7a34e9cd402de8551b04643dbdac85f0dc 100644
|
| --- a/LayoutTests/accessibility/aria-disabled-expected.txt
|
| +++ b/LayoutTests/accessibility/aria-disabled-expected.txt
|
| @@ -1,11 +1,15 @@
|
|
|
| +link submit
|
| 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".
|
|
|
|
|
| -PASS succeeded is false
|
| -PASS succeeded is true
|
| +PASS textField.isEnabled is false
|
| +PASS textField.isEnabled is true
|
| +PASS group.isEnabled is false
|
| +PASS link.isEnabled is false
|
| +PASS button.isEnabled is true
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|