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

Unified Diff: test/data/input/mix_iterate_if_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/iterate_attribute_test.html ('k') | test/data/input/table_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/data/input/mix_iterate_if_test.html
diff --git a/test/data/input/mix_iterate_if_test.html b/test/data/input/mix_iterate_if_test.html
index ad56e489a020018e751e7e30ba0c07d1ea607fb0..d693da46e1c3e0815cde506945bb98e36d1862c5 100644
--- a/test/data/input/mix_iterate_if_test.html
+++ b/test/data/input/mix_iterate_if_test.html
@@ -44,7 +44,7 @@ BSD-style license that can be found in the LICENSE file.
var value = table[row][column];
expect(value, greaterThan(0));
- expect(td.innerHTML, value.toString());
+ expect(td.innerHtml, value.toString());
}
}
window.setTimeout(() => window.postMessage('done', '*'), 0);
« no previous file with comments | « test/data/input/iterate_attribute_test.html ('k') | test/data/input/table_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698