| Index: tests/html/custom/created_callback_test.dart
|
| diff --git a/tests/html/custom/created_callback_test.dart b/tests/html/custom/created_callback_test.dart
|
| index 49845c154e33178e52085fdbd818f9d1df4495f2..211987f9de75ccf4bddde8eeb10fbde422bf0ba1 100644
|
| --- a/tests/html/custom/created_callback_test.dart
|
| +++ b/tests/html/custom/created_callback_test.dart
|
| @@ -156,12 +156,10 @@ main() {
|
| test('created cannot be called from nested constructor',
|
| NestedCreatedConstructorElement.test);
|
|
|
| -
|
| // TODO(vsm): Port additional test from upstream here:
|
| // http://src.chromium.org/viewvc/blink/trunk/LayoutTests/fast/dom/custom/created-callback.html?r1=156141&r2=156185
|
| }
|
|
|
| -
|
| class NestedElement extends HtmlElement {
|
| static final tag = 'x-nested';
|
|
|
|
|