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

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

Issue 867963006: Add the <t> element and ignore whitespace outside it. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Do it for a whole subtree. 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/framework/dom-serializer.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
1 1 <style>
2 <style>
3 .blue { border: 1px solid blue; } 2 .blue { border: 1px solid blue; }
4 .orange { border: 1px solid orange; } 3 .orange { border: 1px solid orange; }
5 .repeat { margin: 8px; } 4 .repeat { margin: 8px; }
6 </style> 5 </style>
7 <span style="color: red">10</span> 6 <span style="color: red">10</span>
8 <template repeat="{{ list }}"></template> 7 <template repeat="{{ list }}"></template>
9 <div class="blue repeat">first</div> 8 <div class="blue repeat">first</div>
10 9 <div class="orange repeat">second</div>
11 <div class="orange repeat">second</div> 10 <template if="{{ test }}"></template>
12
13 <template if="{{ test }}"></template>
14 Hello World 11 Hello World
15
16 <template if="{{ testFalse }}"></template> 12 <template if="{{ testFalse }}"></template>
17 <template repeat="{{ nullInstances }}"></template> 13 <template repeat="{{ nullInstances }}"></template>
18 <div>10 test redblue test</div> 14 <div>10 test redblue test</div>
19 <a href="http://www.google.com/">http://www.google.com/</a> 15 <a href="http://www.google.com/">http://www.google.com/</a>
20 <span on-test-event="handleTestEvent"> 16 <span on-test-event="handleTestEvent">
21 <span id="target">Test event handler: event dispatch success</span> 17 <span id="target">Test event handler: event dispatch success</span>
22 </span> 18 </span>
23 <div class="[[ className ]]">[[ url ]]</div> 19 <div class="[[ className ]]">[[ url ]]</div>
24 20
OLDNEW
« no previous file with comments | « sky/framework/dom-serializer.sky ('k') | sky/tests/framework/citylist-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698