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

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

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 <html> 1 <html>
2 <link rel="import" href="../resources/dump-as-markup.sky"></link> 2 <import src="../resources/dump-as-markup.sky"></link>
3 <body> 3 <body>
4 4
5 <a>1</a> 5 <a>1</a>
6 6
7 <a >2</a > 7 <a >2</a >
8 <a.>3</a.> 8 <a.>3</a.>
9 <a_>4</a_> 9 <a_>4</a_>
10 <a->5</a-> 10 <a->5</a->
11 <a!>6</a!> 11 <a!>6</a!>
12 <a%>7</a%> 12 <a%>7</a%>
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 cb="&a;" 68 cb="&a;"
69 cc="&;" 69 cc="&;"
70 cd="a" 70 cd="a"
71 ce="&lt;" 71 ce="&lt;"
72 cf="&lt" 72 cf="&lt"
73 cg="&LT;" 73 cg="&LT;"
74 74
75 > 75 >
76 76
77 </body> 77 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698