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

Side by Side Diff: sky/tests/parser/style-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 <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 <style> 5 <style>
6 & TEST <a></a> 6 & TEST <a></a>
7 </style> 7 </style>
8 8
9 <STYLE> 9 <STYLE>
10 &amp; TEST <a></a> 10 &amp; TEST <a></a>
11 </STYLE> 11 </STYLE>
12 12
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 </style> 46 </style>
47 47
48 <style> & TEST <//style> 48 <style> & TEST <//style>
49 & TEST 49 & TEST
50 </style> 50 </style>
51 51
52 &amp; TEST 52 &amp; TEST
53 53
54 </body> 54 </body>
55 </html> 55 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698