| Index: tests/html/htmlcollection_test.dart
 | 
| diff --git a/tests/html/htmlcollection_test.dart b/tests/html/htmlcollection_test.dart
 | 
| index ad993ff05d1196449e16d6352f01a785a017c7cb..cf7f1848bf79e36d4586c227947f94fda5a58903 100644
 | 
| --- a/tests/html/htmlcollection_test.dart
 | 
| +++ b/tests/html/htmlcollection_test.dart
 | 
| @@ -7,7 +7,7 @@ import 'dart:html';
 | 
|  main() {
 | 
|    Element insertTestDiv() {
 | 
|      Element element = new Element.tag('div');
 | 
| -    element.innerHTML = r"""
 | 
| +    element.innerHtml = r"""
 | 
|  <div id='allChecked'>
 | 
|  <input type="checkbox" name="c1" value="1" checked="yes">
 | 
|  <input type="checkbox" name="c2" value="2" checked="yes">
 | 
| 
 |