From 953fc8017102d4efb5c7b42914d0b7c0501730d8 Mon Sep 17 00:00:00 2001 From: Jun Cai Date: Mon, 19 Aug 2019 14:19:27 +0000 Subject: [PATCH] Bug 1574233 [wpt PR 18464] - [sms] Add README.md file for sms, a=testonly Automatic update from web-platform-tests [sms] Add README.md file for sms This CL adds a README.md file in the //content/browser/sms directory to give a brief introduction of what this API does, where related docs are, and where the sms code (production and test) is located in the chromium code base, etc. Bug: 989798 Change-Id: Ifacab30ed11dc7b1a40bdac4ecfb4b39655e0d15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1747396 Commit-Queue: Jun Cai Reviewed-by: Ayu Ishii Cr-Commit-Position: refs/heads/master@{#687357} -- wpt-commits: bf6f175b808fab047bdb50288d6b39f8d1536168 wpt-pr: 18464 --- testing/web-platform/tests/sms/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testing/web-platform/tests/sms/README.md diff --git a/testing/web-platform/tests/sms/README.md b/testing/web-platform/tests/sms/README.md new file mode 100644 index 000000000000..7cd98964c249 --- /dev/null +++ b/testing/web-platform/tests/sms/README.md @@ -0,0 +1,3 @@ +# SMS Receiver API + +This directory contains Web platform tests of the SMS Receiver API. For more details, refer to [this README file](https://cs.chromium.org/chromium/src/content/browser/sms/README.md).