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

Side by Side Diff: sky/tests/lowlevel/abarth.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <link rel="import" href="../resources/dump-as-render-tree.sky" /> 4 <import src="../resources/dump-as-render-tree.sky" />
5 <title>Adam Barth</title> 5 <title>Adam Barth</title>
6 <style> 6 <style>
7 html { 7 html {
8 overflow: hidden; 8 overflow: hidden;
9 height: 100%; 9 height: 100%;
10 } 10 }
11 11
12 body { 12 body {
13 height: 100%; 13 height: 100%;
14 background-color: white; 14 background-color: white;
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 <div class="link"><a href="http://dev.chromium.org/blink">Blink</a></div> 70 <div class="link"><a href="http://dev.chromium.org/blink">Blink</a></div>
71 <div class="link"><a href="http://blog.chromium.org/">Chromium</a></div> 71 <div class="link"><a href="http://blog.chromium.org/">Chromium</a></div>
72 <div class="link"><a href="papers/">Publications</a></div> 72 <div class="link"><a href="papers/">Publications</a></div>
73 </div> 73 </div>
74 </div> 74 </div>
75 <div class="photograph-credit"> 75 <div class="photograph-credit">
76 Photograph by <a href="http://www.flickr.com/photos/lesphotosdejerome/">Jérôme</ a> 76 Photograph by <a href="http://www.flickr.com/photos/lesphotosdejerome/">Jérôme</ a>
77 </div> 77 </div>
78 </body> 78 </body>
79 </html> 79 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698