| Index: LayoutTests/fast/forms/label/selection-disabled-label-expected.txt
|
| diff --git a/LayoutTests/fast/forms/label/selection-disabled-label-expected.txt b/LayoutTests/fast/forms/label/selection-disabled-label-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..520be8dd8f3d82674693b20612adfd5d2969f10c
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/forms/label/selection-disabled-label-expected.txt
|
| @@ -0,0 +1,15 @@
|
| +
|
| +Tests that the click event is passed when selection is disabaled on label
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS window.getSelection().toString() is ""
|
| +PASS window.getSelection().toString() is "Select"
|
| +PASS document.querySelector('input').checked is false
|
| +PASS document.querySelector('input').checked is true
|
| +PASS document.querySelector('input').checked is false
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|