| Index: tests/html/svg_1_test.dart
|
| diff --git a/tests/html/svg_1_test.dart b/tests/html/svg_1_test.dart
|
| index a6bfc44da448786f8394604d52f55fa667f129f3..d5033c4fb3f3cbfbdeab4923d5283807c6657c5f 100644
|
| --- a/tests/html/svg_1_test.dart
|
| +++ b/tests/html/svg_1_test.dart
|
| @@ -14,7 +14,7 @@ main() {
|
| test('simpleRect', () {
|
| var div = new Element.tag('div');
|
| document.body.nodes.add(div);
|
| - div.innerHTML = r'''
|
| + div.innerHtml = r'''
|
| <svg id='svg1' width='200' height='100'>
|
| <rect id='rect1' x='10' y='20' width='130' height='40' rx='5'fill='blue'></rect>
|
| </svg>
|
|
|