Chromium Code Reviews| Index: LayoutTests/fast/forms/color/input-color-choose-default-value-after-set-value.html |
| diff --git a/LayoutTests/fast/forms/color/input-color-choose-default-value-after-set-value.html b/LayoutTests/fast/forms/color/input-color-choose-default-value-after-set-value.html |
| index 71a0f1d91e64507a831eb3ef1b5a96e14dd4a917..dbe78a0863055b21a408bb266dbded239256c0eb 100644 |
| --- a/LayoutTests/fast/forms/color/input-color-choose-default-value-after-set-value.html |
| +++ b/LayoutTests/fast/forms/color/input-color-choose-default-value-after-set-value.html |
| @@ -21,6 +21,7 @@ clickElement(input); |
| input.value = '#ff0000'; |
| shouldBe('input.value', '"#ff0000"'); |
| internals.selectColorInColorChooser(input, '#ffffff'); |
| +internals.endColorChooser(input); |
|
keishi
2014/09/17 08:15:54
I don't think we need to add this. The input.value
Habib Virji
2014/09/17 08:30:42
Actually, line 17 above is printed in the test, as
keishi
2014/09/18 03:50:55
You're right, this test is about change event gene
Habib Virji
2014/09/18 12:42:05
I will but then expected files will need to be cha
|
| shouldBe('input.value', '"#ffffff"'); |
| </script> |
| </body> |