Chromium Code Reviews| Index: LayoutTests/platform/mac/fast/forms/color/input-color-onchange-event-expected.txt |
| diff --git a/LayoutTests/fast/forms/color/input-color-onchange-event-expected.txt b/LayoutTests/platform/mac/fast/forms/color/input-color-onchange-event-expected.txt |
| similarity index 73% |
| copy from LayoutTests/fast/forms/color/input-color-onchange-event-expected.txt |
| copy to LayoutTests/platform/mac/fast/forms/color/input-color-onchange-event-expected.txt |
| index 0d162dc2fe015c7d89e31ad0167316be611013fb..7de00458c4a4f99676abea573831cc214d75624e 100644 |
| --- a/LayoutTests/fast/forms/color/input-color-onchange-event-expected.txt |
| +++ b/LayoutTests/platform/mac/fast/forms/color/input-color-onchange-event-expected.txt |
| @@ -6,8 +6,14 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
| PASS internals.selectColorInColorChooser({}, '#ff0000'); threw exception TypeError: Failed to execute 'selectColorInColorChooser' on 'Internals': parameter 1 is not of type 'Element'.. |
| PASS internals.selectColorInColorChooser(document, '#ff0000'); threw exception TypeError: Failed to execute 'selectColorInColorChooser' on 'Internals': parameter 1 is not of type 'Element'.. |
| -value changed to #ff0000 |
| +input event dispatched - value is: #ff0000 |
| +change event dispatched - value changed to #ff0000 |
| PASS input.value is "#ff0000" |
| +Change event is only dispatched, when color chooser is closed |
| +input event dispatched - value is: #ff0002 |
| +change event dispatched - value changed to #ff0002 |
| +FAIL onChange should be 0. Was 1.` |
|
keishi
2014/09/18 13:16:00
nit: Why is there a backtick at the end??
Habib Virji
2014/09/18 14:54:26
It was typo. Corrected.
|
| +PASS onChange is 1 |
| PASS successfullyParsed is true |
| TEST COMPLETE |