| Index: tests/html/input_element_test.dart
|
| diff --git a/tests/html/input_element_test.dart b/tests/html/input_element_test.dart
|
| index d7c9b8c10585e1ddbafca17746f17eae08a4e924..02fb0627e129fe5ed9cdcc28672c9cff62cfe7e1 100644
|
| --- a/tests/html/input_element_test.dart
|
| +++ b/tests/html/input_element_test.dart
|
| @@ -143,11 +143,6 @@ main() {
|
|
|
| test('number', () {
|
| check(new NumberInputElement(), 'number', NumberInputElement.supported);
|
| - if (NumberInputElement.supported) {
|
| - var element = new NumberInputElement();
|
| - element.value = '123';
|
| - expect(element.valueAsNumber, 123);
|
| - }
|
| });
|
|
|
| test('range', () {
|
|
|