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

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

Issue 831033002: Add a basic SkyBinder test. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 <style>
3 .blue { border: 1px solid blue; }
4 .orange { border: 1px solid orange; }
5 .repeat { margin: 8px; }
6 </style>
7 <span style="color: red">10</span>
8 <template repeat="{{ list }}"></template>
9 <div class="blue repeat">first</div>
10
11 <div class="orange repeat">second</div>
12
13 <template if="{{ test }}"></template>
14 Hello World
15
16 <template if="{{ testFalse }}"></template>
17 <template repeat="{{ nullInstances }}"></template>
18 <div>10 test redblue test</div>
19 <a href="http://www.google.com/">http://www.google.com/</a>
20 <span on-test-event="handleTestEvent">
21 <span id="target">Test event handler: event dispatch success</span>
22 </span>
23 <div class="[[ className ]]">[[ url ]]</div>
24
OLDNEW
« no previous file with comments | « sky/tests/framework/binding.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698