| Index: sky/tests/framework/basic.sky
|
| diff --git a/sky/tests/framework/basic.sky b/sky/tests/framework/basic.sky
|
| index 14674271d02b9eb8dca9895755e3dfd60ab4cd2b..244057a6420f02b35d0b80c7184fe367fbc62fdd 100644
|
| --- a/sky/tests/framework/basic.sky
|
| +++ b/sky/tests/framework/basic.sky
|
| @@ -8,7 +8,7 @@ import 'dart:sky.internals' as internals;
|
| void main() {
|
| new TestApp();
|
| runAfterDisplay(() {
|
| - internals.notifyTestComplete(serializeNode(document.lastChild));
|
| + internals.notifyTestComplete(serializeNode(document.lastChild.previousSibling) + serializeNode(document.lastChild));
|
| });
|
| }
|
| </script>
|
|
|