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

Unified Diff: tests/html/custom/entered_left_view_test.dart

Issue 27602002: Renaming Node.document back to Node.ownerDocument (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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
Index: tests/html/custom/entered_left_view_test.dart
diff --git a/tests/html/custom/entered_left_view_test.dart b/tests/html/custom/entered_left_view_test.dart
index deff70998f7cbd5e069201901d4ab6c560845f3b..f30b794d29a687c96f1f5bc9a8b393685f50b948 100644
--- a/tests/html/custom/entered_left_view_test.dart
+++ b/tests/html/custom/entered_left_view_test.dart
@@ -111,7 +111,7 @@ main() {
test('Created, owned by a document without a view', () {
a = docB.createElement('x-a');
- expect(a.document, docB,
+ expect(a.ownerDocument, docB,
reason:'new instance should be owned by the document the definition '
'was registered with');
expect(invocations, ['created'],

Powered by Google App Engine
This is Rietveld 408576698