Bug 1550191 [wpt PR 16394] - Async Clipboard: Add spec link for web tests., a=testonly

Automatic update from web-platform-tests
Async Clipboard: Add spec link for web tests.

Make tests, and the interfaces they test, more clear by adding links to
specifications being tested.

Bug: 952650
Change-Id: I875531e1f4a62c9a045cc81b075bdb847a4c4475
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1570535
Commit-Queue: Darwin Huang <huangdarwin@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#651932}

--

wpt-commits: 5e5dec988b7c55c1ad92a9b179472e0c58cdc120
wpt-pr: 16394
This commit is contained in:
Darwin Huang 2019-05-17 14:39:52 +00:00 committed by James Graham
parent bdecc50ef6
commit a97a1e342d
9 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>Clipboard IDL test</title>
<link rel='help' href='https://w3c.github.io/clipboard-apis/'>
<link rel='help' href='https://w3c.github.io/clipboard-apis/#async-clipboard-api'>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/WebIDLParser.js"></script>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Async Clipboard input type validation tests</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#async-clipboard-api">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>

View File

@ -3,6 +3,7 @@
<title>
Async Clipboard write blobs -> read blobs tests
</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#async-clipboard-api">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

View File

@ -4,6 +4,7 @@
Async Clipboard write ([text/plain ClipboardItem]) ->
read ([text/plain ClipboardItem]) tests
</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#async-clipboard-api">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>

View File

@ -3,6 +3,7 @@
<title>
Async Clipboard write ([text/plain ClipboardItem]) -> readText tests
</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#async-clipboard-api">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>

View File

@ -4,6 +4,7 @@
Async Clipboard write [image/png ClipboardItem] ->
read [image/png ClipboardItem] tests
</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#async-clipboard-api">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

View File

@ -3,6 +3,7 @@
<title>
Async Clipboard writeText -> read ([text/plain ClipboardItem]) tests
</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#async-clipboard-api">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Async Clipboard writeText -> readText tests</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#async-clipboard-api">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>ClipboardItem tests</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#async-clipboard-api">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>