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

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

Powered by Google App Engine
This is Rietveld 408576698