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

Unified Diff: test/data/input/bind_hyphenated_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 | « pubspec.yaml ('k') | test/data/input/component_field_2way_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/data/input/bind_hyphenated_attribute_test.html
diff --git a/test/data/input/bind_hyphenated_attribute_test.html b/test/data/input/bind_hyphenated_attribute_test.html
index 147176d4b99aa34c5535dcf54816260227b9cbd0..90d8bf2d607f87ea4832e8a62f86fd1f3f336e69 100644
--- a/test/data/input/bind_hyphenated_attribute_test.html
+++ b/test/data/input/bind_hyphenated_attribute_test.html
@@ -18,8 +18,8 @@
String topLevelVar = "hi";
main() {
window.on.load.add((e) {
- document.body.addText('expected data-hi to be "hi", got '
- '"${query('div').dataAttributes['hi']}"');
+ document.body.appendText('expected data-hi to be "hi", got '
+ '"${query('div').dataAttributes['hi']}"');
window.setTimeout(() => window.postMessage('done', '*'), 0);
});
}
« no previous file with comments | « pubspec.yaml ('k') | test/data/input/component_field_2way_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698