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

Unified Diff: test/data/input/if_attribute_test.html

Issue 11412285: New pub release - changes to comply with new SDK. (Closed) Base URL: git@github.com:dart-lang/dart-web-components.git@master
Patch Set: Created 8 years, 1 month 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 | « test/data/input/dom_accessor_binding_test.html ('k') | test/data/input/iterate_attribute_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/data/input/if_attribute_test.html
diff --git a/test/data/input/if_attribute_test.html b/test/data/input/if_attribute_test.html
index b6982f1fe950d1ef2dec632457befe119e4e717c..becf5b06d2abeacfa1dcfcb23e7035e72872eac5 100644
--- a/test/data/input/if_attribute_test.html
+++ b/test/data/input/if_attribute_test.html
@@ -30,7 +30,7 @@ BSD-style license that can be found in the LICENSE file.
window.setTimeout(() {
var div = document.query('#test');
expect(div, isNotNull);
- expect(div.innerHTML, equals('3'));
+ expect(div.innerHtml, equals('3'));
expect(div.previousNode, same(placeholder));
window.setTimeout(() => window.postMessage('done', '*'), 0);
}, 0);
« no previous file with comments | « test/data/input/dom_accessor_binding_test.html ('k') | test/data/input/iterate_attribute_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698