mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
c28ab2cbac
Also restore a screen shot whose purpose I had forgotten. R=johnniwinther@google.com Review URL: https://codereview.chromium.org//140153002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31889 260f80e4-7a28-3924-810f-c04153c831b5
35 lines
1.3 KiB
Text
35 lines
1.3 KiB
Text
Things to test manually:
|
|
|
|
1. Each sample compiles and run as expected.
|
|
|
|
2. Check that "add to home screen" works on iOS:
|
|
|
|
- Check that "add to home screen" creates a new icon in Safari (Dart logo on
|
|
white background with rounded corners). The suggested name should be "Try
|
|
Dart!".
|
|
|
|
- Check that the app launches as a full screen app which must be killed
|
|
separately from Safari.
|
|
|
|
- Check that the splash screen shows (Dart logo on white background).
|
|
|
|
- Check that the initial view port displays the full page, but that it can
|
|
be zoomed.
|
|
|
|
3. Check that "add to home screen" works on Chrome Mobile (Android):
|
|
|
|
- Check the menu item "add to home screen" is enabled in Chrome.
|
|
|
|
- Check that an icon (Dart logo with transparent background) is added to the
|
|
Android home screen. The suggested name should be "Try Dart!".
|
|
|
|
- Check that the app launches full screen and is separate from Chrome in the
|
|
task viewer. For now, expect that the icon in task manager is Chrome and
|
|
the name is just "web app".
|
|
|
|
4. Check that the site has a nice screen shot on Google+.
|
|
|
|
- Validate using http://www.google.com/webmasters/tools/richsnippets
|
|
|
|
- Try sharing on Google+. The screen shot should appear before you actually
|
|
share, so you don't need to actually share.
|