| OLD | NEW |
| 1 Test if change event fires properly when color chooser changes. Bug 66848 | 1 Test if change event fires properly when color chooser changes. Bug 66848 |
| 2 To manually test this, click on the input color element in the top left corner a
nd change the value from the color chooser. See if the number of "value changed"
messages matches the number of times you changed the color. | 2 To manually test this, click on the input color element in the top left corner a
nd change the value from the color chooser. See if the number of "value changed"
messages matches the number of times you changed the color. |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 PASS internals.selectColorInColorChooser({}, '#ff0000'); threw exception TypeErr
or: Failed to execute 'selectColorInColorChooser' on 'Internals': parameter 1 is
not of type 'Element'.. |
| 8 PASS internals.selectColorInColorChooser(document, '#ff0000'); threw exception T
ypeError: Failed to execute 'selectColorInColorChooser' on 'Internals': paramete
r 1 is not of type 'Element'.. |
| 7 value changed to #ff0000 | 9 value changed to #ff0000 |
| 8 PASS input.value is "#ff0000" | 10 PASS input.value is "#ff0000" |
| 9 PASS successfullyParsed is true | 11 PASS successfullyParsed is true |
| 10 | 12 |
| 11 TEST COMPLETE | 13 TEST COMPLETE |
| 12 | 14 |
| OLD | NEW |