Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/articles/app_codelab4_testing.html |
| diff --git a/chrome/common/extensions/docs/templates/articles/app_codelab4_testing.html b/chrome/common/extensions/docs/templates/articles/app_codelab4_testing.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5c60be7a4773c09ff34b7de6f1ad39bf5518a05d |
| --- /dev/null |
| +++ b/chrome/common/extensions/docs/templates/articles/app_codelab4_testing.html |
| @@ -0,0 +1,9 @@ |
| +<h1 id="lab_4_testing">Lab 4 - Testing</h1> |
| + |
| +<p>We don't have a great testing story at the moment. Please let us know what you need to test your apps. |
|
mkearney1
2013/02/12 22:22:11
Need to simplify this so there isn't a link to the
Renato Mangini (chromium)
2013/02/14 15:45:27
Done.
|
| +Any and all <a href="https://docs.google.com/a/google.com/forms/d/1x3309vpp-KTiHqZWOCQhjVrIWxkm0wEBp2IWMG2ywbU/viewform?id=1x3309vpp-KTiHqZWOCQhjVrIWxkm0wEBp2IWMG2ywbU">feedback</a> welcome.</p> |
| + |
| +<h1 id="what_39_s_next_">What's next?</h1> |
| + |
| +<p>In <a href="app_codelab5_data.html">lab5_data</a>, you will modify your Todo list app |
| +so that Todo items are saved.</p> |