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

Side by Side Diff: sky/tests/parser/html-expected.txt

Issue 771093002: Use a JS markup serializer. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/html.sky ('k') | sky/tests/resources/dump-as-markup.sky » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
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><div></div><input type="hidden"></input></table>
15 L <frameset></frameset> 15 L <frameset></frameset>
16 M <p></p> 16 M <p></p>
17 N 17 N
18 O <br></br> 18 O <br></br>
19 P 19 P
20 Q <template><div>contents</div></template>
20 21
21 </isindex></keygen></body> 22 </isindex></keygen></body>
22 </html> 23 </html>
OLDNEW
« no previous file with comments | « sky/tests/parser/html.sky ('k') | sky/tests/resources/dump-as-markup.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698