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

Side by Side Diff: sky/tests/parser/whitespace.sky

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/tests/parser/voidtag-expected.txt ('k') | sky/tests/parser/whitespace-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 <sky>
2 <import src="../resources/dump-as-markup.sky"></import>
3
4 <t>
5 <span>
6 A
7 <div>
8 <span></span>
9
10 <!-- All whitespace in a subtree should be kept under <t>. -->
11
12
13 <span></span>
14 </div>
15 </span>
16
17
18 <!-- This whitespace should be preserved. -->
19
20 <span>B</span>
21 </t>
22
23 <div>
24 <span>
25 A
26 </span>
27
28 <!-- This whitespace should be ignored. -->
29
30 <span>B</span>
31 </div>
32
33 </sky>
OLDNEW
« no previous file with comments | « sky/tests/parser/voidtag-expected.txt ('k') | sky/tests/parser/whitespace-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698