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

Side by Side Diff: sky/tests/framework/citylist.sky

Issue 708633002: Add city-list example tests to sky (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: working Created 6 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 unified diff | Download patch
« no previous file with comments | « sky/examples/city-list/city-list.sky ('k') | sky/tests/framework/citylist-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <import src="/sky/examples/city-list/city-list.sky" />
3 <city-list></city-list>
4 <script>
5 var cityList = document.querySelector('city-list');
6 cityList.addEventListener('load', function() {
7 internals.notifyTestComplete(internals.renderTreeAsText());
8 });
9 </script>
10 </html>
OLDNEW
« no previous file with comments | « sky/examples/city-list/city-list.sky ('k') | sky/tests/framework/citylist-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698