| Index: test/data/input/if_attribute_test.html
|
| diff --git a/test/data/input/if_attribute_test.html b/test/data/input/if_attribute_test.html
|
| index b6982f1fe950d1ef2dec632457befe119e4e717c..becf5b06d2abeacfa1dcfcb23e7035e72872eac5 100644
|
| --- a/test/data/input/if_attribute_test.html
|
| +++ b/test/data/input/if_attribute_test.html
|
| @@ -30,7 +30,7 @@ BSD-style license that can be found in the LICENSE file.
|
| window.setTimeout(() {
|
| var div = document.query('#test');
|
| expect(div, isNotNull);
|
| - expect(div.innerHTML, equals('3'));
|
| + expect(div.innerHtml, equals('3'));
|
| expect(div.previousNode, same(placeholder));
|
| window.setTimeout(() => window.postMessage('done', '*'), 0);
|
| }, 0);
|
|
|