tree: b679b4d834678cd93c271b74ffc2849ed89c5571 [path history] [tgz]
  1. resources/
  2. async-navigator-clipboard-basics.https.html
  3. async-platform-specific-write-read.tentative.https-expected.txt
  4. async-platform-specific-write-read.tentative.https.html
  5. async-raw-write-read.tentative.https-expected.txt
  6. async-raw-write-read.tentative.https.html
  7. clipboard-garbage-collection-race-condition.html
  8. clipboard-read-unsupported-types-removal.html
  9. DIR_METADATA
  10. OWNERS
  11. README.md
chromium/src/third_party/blink/web_tests/clipboard/async-clipboard/README.md

spec: https://w3c.github.io/clipboard-apis/#async-clipboard-api

This directory contains async clipboard tests automated through use of Chrome-specific test helper permissions-helper.js. Related tests not using permissions-helper.js can be found in web_tests/external/wpt/clipboard-apis/. These tests previously could not be run manually, as there was no exposed way to allow a permission in automated tests.

TODO(https://crbug.com/1076691): Since the WPT Issue was fixed, this is now possible in WPT tests, so migrate all these tests over to WPT to avoid duplication.

Whenever tests here are updated, please be sure to update corresponding tests, so that the web platform and automated buildbots can both keep updated.