| Index: tests/html/custom/created_callback_test.dart
|
| ===================================================================
|
| --- tests/html/custom/created_callback_test.dart (revision 29936)
|
| +++ 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.');
|
| }
|
|
|