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

Side by Side Diff: LayoutTests/http/tests/fetch/README

Issue 806513004: Add a simple fetch API test. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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 directory contains Fetch API layout tests. As it is exposed to Window and 1 This directory contains Fetch API layout tests. As it is exposed to Window and
2 Worker, most (if not all) of tests are expected to run on Window and Worker. 2 Worker, most (if not all) of tests are expected to run on Window and Worker.
3 For each test (say X), we have a script X.js in /fetch/script-tests, 3 For each test (say X), we have a script X.js in /fetch/script-tests,
4 /fetch/X.html Window test file and /fetch/workers/X.html Worker test file. 4 /fetch/X.html Window test file and /fetch/workers/X.html Worker test file.
5 5
6 PRESUBMIT.py checks above. For each file in /fetch/script-tests, the 6 PRESUBMIT.py checks above. For each file in /fetch/script-tests, the
7 corresponding html files must exist in /fetch and /fetch/workers directories. 7 corresponding html files must exist in /fetch and /fetch/workers directories.
8 8
9 Other resources such as helper JS files and server side scripts are located on 9 Other resources such as helper JS files and server side scripts are located on
10 /fetch/resources. 10 /fetch/resources.
11
12 Tests should conform to Service Worker Testing style[1].
13
14 1: http://www.chromium.org/blink/serviceworker/testing
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/fetch/PRESUBMIT.py ('k') | LayoutTests/http/tests/fetch/resources/hello.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698