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

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

Issue 694423002: Replace <link rel="import"> with <import> (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
OLDNEW
1 &lt;!DOCTYPE HTML&gt; 1 &lt;!DOCTYPE HTML&gt;
2 <html> 2 <html>
3 <link rel="import" href="../resources/dump-as-markup.sky"></link> 3 <import src="../resources/dump-as-markup.sky"></link>
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 20
21 </isindex></keygen></body> 21 </isindex></keygen></body>
22 </html> 22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698