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

Side by Side Diff: sky/tests/lowlevel/scrollbar.html

Issue 685623002: Move the tests from .html to .sky (Closed) Base URL: https://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
« no previous file with comments | « sky/tests/lowlevel/query-selector.sky ('k') | sky/tests/lowlevel/scrollbar.sky » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <sky>
2 <scroller style="overflow: scroll; height: 400px;">
3 <link rel="import" href="../resources/dump-as-render-tree.html" />
4 <style>
5 div { height: 100px; }
6 </style>
7 <div>a</div>
8 <div>b</div>
9 <div>c</div>
10 <div>d</div>
11 <div>e</div>
12 <div>f</div>
13 <div>g</div>
14 <div>h</div>
15 <div>i</div>
16 <div>j</div>
17 <div>k</div>
18 <div>l</div>
19 <div>m</div>
20 <div>n</div>
21 <div>o</div>
22 </scroller>
23 </sky>
OLDNEW
« no previous file with comments | « sky/tests/lowlevel/query-selector.sky ('k') | sky/tests/lowlevel/scrollbar.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698