Chromium Code Reviews| Index: Source/core/testing/Internals.idl |
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
| index 23557da8362ae4bf2a80ed9461d91a2ee1cf9105..437310a72290b9a2ae2bdcb8f25c526ef45e47ba 100644 |
| --- a/Source/core/testing/Internals.idl |
| +++ b/Source/core/testing/Internals.idl |
| @@ -77,6 +77,7 @@ |
| DOMString visiblePlaceholder(Element element); |
| #if defined(ENABLE_INPUT_TYPE_COLOR) && ENABLE_INPUT_TYPE_COLOR |
| void selectColorInColorChooser(Element element, DOMString colorValue); |
| + boolean isColorChooserShown(Element element); |
|
tkent
2013/05/21 05:20:43
I don't think this should belong to Internals. Te
Hajime Morrita
2013/05/21 06:11:23
OK, I'll move this to TestRunner.
|
| #endif |
| [RaisesException] DOMString[] formControlStateOfPreviousHistoryItem(); |
| [RaisesException] void setFormControlStateOfPreviousHistoryItem(sequence<DOMString> values); |