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

Unified Diff: test/data/input/text_tostring_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/table_test.html ('k') | test/emitter_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/data/input/text_tostring_test.html
diff --git a/test/data/input/text_tostring_test.html b/test/data/input/text_tostring_test.html
index 9bc95ad240ec8a0022e33256a2dfad49a8d6b1af..f51dcffe711cefbe317fc86e60b405bd501632f8 100644
--- a/test/data/input/text_tostring_test.html
+++ b/test/data/input/text_tostring_test.html
@@ -27,7 +27,7 @@ BSD-style license that can be found in the LICENSE file.
main() {
window.setTimeout(() {
- expect(actual.innerHTML, 'The quick brown [initial, list state] over '
+ expect(actual.innerHtml, 'The quick brown [initial, list state] over '
'the {initial: map, state: !}.');
list[0] = 'fox';
@@ -37,7 +37,7 @@ BSD-style license that can be found in the LICENSE file.
dispatch();
- expect(actual.innerHTML, expected.innerHTML);
+ expect(actual.innerHtml, expected.innerHtml);
window.setTimeout(() => window.postMessage('done', '*'), 0);
}, 0);
« no previous file with comments | « test/data/input/table_test.html ('k') | test/emitter_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698