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 <juncai@chromium.org>
Reviewed-by: Ayu Ishii <ayui@chromium.org>
Cr-Commit-Position: refs/heads/master@{#687357}

--

wpt-commits: bf6f175b808fab047bdb50288d6b39f8d1536168
wpt-pr: 18464
This commit is contained in:
Jun Cai 2019-08-19 14:19:27 +00:00 committed by moz-wptsync-bot
parent 5c0eabb995
commit 953fc80171

View File

@ -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).