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

Unified Diff: sky/tests/lowlevel/scrollbar.html

Issue 646273006: Get rid of ScrollView. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge to ToT Created 6 years, 2 months 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 side-by-side diff with in-line comments
Download patch
Index: sky/tests/lowlevel/scrollbar.html
diff --git a/sky/tests/lowlevel/scrollbar.html b/sky/tests/lowlevel/scrollbar.html
index 3e230d41e78b403826bd70de917df8b8a29389b4..b4eee6cd03b50916725b92413aa21a89a17b04e0 100644
--- a/sky/tests/lowlevel/scrollbar.html
+++ b/sky/tests/lowlevel/scrollbar.html
@@ -1,21 +1,23 @@
-<html style="background-color: pink">
- <link rel="import" href="../resources/dump-as-render-tree.html" />
- <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>
-</html>
+<sky>
+ <scroller style="overflow: scroll; height: 400px;">
+ <link rel="import" href="../resources/dump-as-render-tree.html" />
+ <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>

Powered by Google App Engine
This is Rietveld 408576698