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

Side by Side Diff: sky/tests/framework/binding-expected.txt

Issue 1023213003: Removing Sky JS Framework tests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 months 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/tests/framework/binding.sky ('k') | sky/tests/framework/citylist.sky » ('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 <style>
2 .blue { border: 1px solid blue; }
3 .orange { border: 1px solid orange; }
4 .repeat { margin: 8px; }
5 </style>
6 <span style="color: red">10</span>
7 <template repeat="{{ list }}"></template>
8 <div class="blue repeat">first</div>
9 <div class="orange repeat">second</div>
10 <template if="{{ test }}"></template>
11 Hello World
12 <template if="{{ testFalse }}"></template>
13 <template repeat="{{ nullInstances }}"></template>
14 <div>10 test redblue test</div>
15 <a href="http://www.google.com/">http://www.google.com/</a>
16 <span on-test-event="handleTestEvent">
17 <span id="target">Test event handler: event dispatch success</span>
18 </span>
19 <div class="[[ className ]]">[[ url ]]</div>
20
OLDNEW
« no previous file with comments | « sky/tests/framework/binding.sky ('k') | sky/tests/framework/citylist.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698