mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This CL is just a search-and-replace. R=esprehn@chromium.org Review URL: https://codereview.chromium.org/694423002
24 lines
530 B
Plaintext
24 lines
530 B
Plaintext
<sky>
|
|
<scroller style="overflow: scroll; height: 400px;">
|
|
<import src="../resources/dump-as-render-tree.sky" />
|
|
<style>
|
|
div { height: 100px; }
|
|
</style>
|
|
<div>a</div>
|
|
<div>b</div>
|
|
<div>c</div>
|
|
<div>d</div>
|
|
<div>e</div>
|
|
<div>f</div>
|
|
<div>g</div>
|
|
<div>h</div>
|
|
<div>i</div>
|
|
<div>j</div>
|
|
<div>k</div>
|
|
<div>l</div>
|
|
<div>m</div>
|
|
<div>n</div>
|
|
<div>o</div>
|
|
</scroller>
|
|
</sky>
|