| Index: dart/tests/html/custom/created_callback_test.dart
|
| ===================================================================
|
| --- dart/tests/html/custom/created_callback_test.dart (revision 29958)
|
| +++ dart/tests/html/custom/created_callback_test.dart (working copy)
|
| @@ -215,7 +215,7 @@
|
| var child = upgradingContext.firstChild;
|
|
|
| expect(child.foo, 666);
|
| - expect(upgradingContextChild is HTMLElement, isTrue);
|
| + expect(upgradingContextChild is HtmlElement, isFalse);
|
| expect(upgradingContextChild is AccessWhileUpgradingElement, isFalse,
|
| reason: 'Elements accessed while upgrading should not be upgraded.');
|
| }
|
|
|