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

Side by Side Diff: sky/tests/lowlevel/scrollbar.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 <sky> 1 <sky>
2 <scroller style="overflow: scroll; height: 400px;"> 2 <scroller style="overflow: scroll; height: 400px;">
3 <link rel="import" href="../resources/dump-as-render-tree.sky" /> 3 <import src="../resources/dump-as-render-tree.sky" />
4 <style> 4 <style>
5 div { height: 100px; } 5 div { height: 100px; }
6 </style> 6 </style>
7 <div>a</div> 7 <div>a</div>
8 <div>b</div> 8 <div>b</div>
9 <div>c</div> 9 <div>c</div>
10 <div>d</div> 10 <div>d</div>
11 <div>e</div> 11 <div>e</div>
12 <div>f</div> 12 <div>f</div>
13 <div>g</div> 13 <div>g</div>
14 <div>h</div> 14 <div>h</div>
15 <div>i</div> 15 <div>i</div>
16 <div>j</div> 16 <div>j</div>
17 <div>k</div> 17 <div>k</div>
18 <div>l</div> 18 <div>l</div>
19 <div>m</div> 19 <div>m</div>
20 <div>n</div> 20 <div>n</div>
21 <div>o</div> 21 <div>o</div>
22 </scroller> 22 </scroller>
23 </sky> 23 </sky>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698