diff options
Diffstat (limited to 'test/wpt/tests/resources/chromium/README.md')
-rw-r--r-- | test/wpt/tests/resources/chromium/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/wpt/tests/resources/chromium/README.md b/test/wpt/tests/resources/chromium/README.md new file mode 100644 index 0000000..be090b3 --- /dev/null +++ b/test/wpt/tests/resources/chromium/README.md @@ -0,0 +1,7 @@ +This directory contains Chromium-specific test resources, including mocks for +test-only APIs implemented with +[MojoJS](https://chromium.googlesource.com/chromium/src/+/main/mojo/public/js/README.md). + +Please do **not** copy `*.mojom.m.js` into this directory. Follow this doc if you +want to add new MojoJS-backed mocks: +https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md#mojojs |