Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: sky/tests/framework/basic.sky

Issue 1083443002: Fix the test broken by https://codereview.chromium.org/1078973002 by (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tests/TestExpectations ('k') | sky/tests/framework/basic-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « sky/tests/TestExpectations ('k') | sky/tests/framework/basic-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698