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

Side by Side Diff: sky/tests/parser/html-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/tests/parser/entity-expected.txt ('k') | sky/tests/parser/script-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 &lt;!DOCTYPE HTML&gt; 1 &lt;!DOCTYPE HTML&gt;
2 <html> 2 <html>
3 <import src="../resources/dump-as-markup.sky"></import> 3 <import src="../resources/dump-as-markup.sky"></import>
4 <body> 4 <body>
5 5
6 A &lt;!DOCTYPE HTMLAGAIN&gt; 6 A &lt;!DOCTYPE HTMLAGAIN&gt;
7 B &lt;!BOGUSCOMMENT&gt; 7 B &lt;!BOGUSCOMMENT&gt;
8 C 8 C
9 E 9 E
10 G &lt;! -- -- &gt; 10 G &lt;! -- -- &gt;
11 H <image></image> 11 H <image></image>
12 I <keygen> 12 I <keygen>
13 J <isindex> 13 J <isindex>
14 K <table><div></div><input type="hidden"></input></table> 14 K <table>
15 <div></div>
16 <input type="hidden"></input>
17 </table>
15 L <frameset></frameset> 18 L <frameset></frameset>
16 M <p></p> 19 M <p></p>
17 N 20 N
18 O <br></br> 21 O <br></br>
19 P 22 P
20 Q <template><div>contents</div></template> 23 Q <template>
24 <div>contents</div>
25 </template>
26 </isindex>
27 </keygen>
28 </body>
29 </html>
21 30
22 </isindex></keygen></body>
23 </html>
OLDNEW
« no previous file with comments | « sky/tests/parser/entity-expected.txt ('k') | sky/tests/parser/script-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698