| Index: third_party/WebKit/LayoutTests/accessibility/html-input-mixed-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/accessibility/aria-checkbox-checked-mixed-expected.txt b/third_party/WebKit/LayoutTests/accessibility/html-input-mixed-expected.txt
|
| similarity index 67%
|
| copy from third_party/WebKit/LayoutTests/accessibility/aria-checkbox-checked-mixed-expected.txt
|
| copy to third_party/WebKit/LayoutTests/accessibility/html-input-mixed-expected.txt
|
| index 30b1155e23fce324302ca40610b7feb38e346ac8..3b509eacf2702f608c74a9ec4372daf988af243a 100644
|
| --- a/third_party/WebKit/LayoutTests/accessibility/aria-checkbox-checked-mixed-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/accessibility/html-input-mixed-expected.txt
|
| @@ -1,16 +1,19 @@
|
| -Check whether mixed value is reported properly
|
| +
|
| +
|
| +
|
| +Check whether native mixed state is reported properly
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| Role: AXRole: AXCheckBox
|
| Mixed: true
|
| -Role: AXRole: AXMenuItemCheckBox
|
| +Role: AXRole: AXCheckBox
|
| +Mixed: false
|
| +Role: AXRole: AXRadioButton
|
| Mixed: true
|
| Role: AXRole: AXRadioButton
|
| Mixed: false
|
| -Role: AXRole: AXMenuItemRadio
|
| -Mixed: false
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|