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

Side by Side Diff: sky/sdk/lib/example/stocks/README.md

Issue 1218593002: Move sky/examples to sky/sdk/lib/example, and code changes to support that change. Fixes T277. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 unified diff | Download patch
OLDNEW
1 This sample app is our main test harness right now. 1 This sample app is our main test harness right now.
2 2
3 Follow these steps to make sure everything works, comparing the 3 Follow these steps to make sure everything works, comparing the
4 results to earlier builds: 4 results to earlier builds:
5 5
6 1. Load the app 6 1. Load the app
7 2. Scroll down and up. 7 2. Scroll down and up.
8 3. Fling down. 8 3. Fling down.
9 4. Fling up. Verify that it bounces at the top. 9 4. Fling up. Verify that it bounces at the top.
10 5. Tap on rows. Make sure they get ink splashes. 10 5. Tap on rows. Make sure they get ink splashes.
(...skipping 11 matching lines...) Expand all
22 17. Type a query like "XXI". 22 17. Type a query like "XXI".
23 18. Dismiss the keyboard. 23 18. Dismiss the keyboard.
24 19. Scroll the list. Verify that you can't overscroll. 24 19. Scroll the list. Verify that you can't overscroll.
25 20. Tap the search bar. Verify the keyboard comes back. 25 20. Tap the search bar. Verify the keyboard comes back.
26 21. Switch to the voice keyboard. Verify that that keyboard works. 26 21. Switch to the voice keyboard. Verify that that keyboard works.
27 22. Hit the back button. 27 22. Hit the back button.
28 23. Verify that the floating action button gets ink splashes. 28 23. Verify that the floating action button gets ink splashes.
29 29
30 These steps carefully avoid known bugs. See: 30 These steps carefully avoid known bugs. See:
31 https://github.com/domokit/mojo/labels/stock%20demo 31 https://github.com/domokit/mojo/labels/stock%20demo
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698