Title: [250856] trunk/LayoutTests
Revision
250856
Author
wenson_hs...@apple.com
Date
2019-10-08 13:32:55 -0700 (Tue, 08 Oct 2019)

Log Message

[Clipboard API] Import web-platform-tests/clipboard-apis
https://bugs.webkit.org/show_bug.cgi?id=202642

Reviewed by Ryosuke Niwa.

Upstream tests and current test expectations from `web-platform-tests/clipboard-apis/`.

* resources/import-expectations.json:
* web-platform-tests/clipboard-apis/META.yml: Added.
* web-platform-tests/clipboard-apis/async-interfaces.https-expected.txt: Added.
* web-platform-tests/clipboard-apis/async-interfaces.https.html: Added.
* web-platform-tests/clipboard-apis/async-navigator-clipboard-basics.https-expected.txt: Added.
* web-platform-tests/clipboard-apis/async-navigator-clipboard-basics.https.html: Added.
* web-platform-tests/clipboard-apis/async-write-dttext-read-dttext-manual.https-expected.txt: Added.
* web-platform-tests/clipboard-apis/async-write-dttext-read-dttext-manual.https.html: Added.
* web-platform-tests/clipboard-apis/async-write-dttext-read-text-manual.https-expected.txt: Added.
* web-platform-tests/clipboard-apis/async-write-dttext-read-text-manual.https.html: Added.
* web-platform-tests/clipboard-apis/async-write-text-read-dttext-manual.https-expected.txt: Added.
* web-platform-tests/clipboard-apis/async-write-text-read-dttext-manual.https.html: Added.
* web-platform-tests/clipboard-apis/async-write-text-read-text-manual.https-expected.txt: Added.
* web-platform-tests/clipboard-apis/async-write-text-read-text-manual.https.html: Added.
* web-platform-tests/clipboard-apis/clipboard-events-synthetic-expected.txt: Added.
* web-platform-tests/clipboard-apis/clipboard-events-synthetic.html: Added.
* web-platform-tests/clipboard-apis/w3c-import.log: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (250855 => 250856)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2019-10-08 20:15:15 UTC (rev 250855)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2019-10-08 20:32:55 UTC (rev 250856)
@@ -1,3 +1,30 @@
+2019-10-08  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        [Clipboard API] Import web-platform-tests/clipboard-apis
+        https://bugs.webkit.org/show_bug.cgi?id=202642
+
+        Reviewed by Ryosuke Niwa.
+
+        Upstream tests and current test expectations from `web-platform-tests/clipboard-apis/`.
+
+        * resources/import-expectations.json:
+        * web-platform-tests/clipboard-apis/META.yml: Added.
+        * web-platform-tests/clipboard-apis/async-interfaces.https-expected.txt: Added.
+        * web-platform-tests/clipboard-apis/async-interfaces.https.html: Added.
+        * web-platform-tests/clipboard-apis/async-navigator-clipboard-basics.https-expected.txt: Added.
+        * web-platform-tests/clipboard-apis/async-navigator-clipboard-basics.https.html: Added.
+        * web-platform-tests/clipboard-apis/async-write-dttext-read-dttext-manual.https-expected.txt: Added.
+        * web-platform-tests/clipboard-apis/async-write-dttext-read-dttext-manual.https.html: Added.
+        * web-platform-tests/clipboard-apis/async-write-dttext-read-text-manual.https-expected.txt: Added.
+        * web-platform-tests/clipboard-apis/async-write-dttext-read-text-manual.https.html: Added.
+        * web-platform-tests/clipboard-apis/async-write-text-read-dttext-manual.https-expected.txt: Added.
+        * web-platform-tests/clipboard-apis/async-write-text-read-dttext-manual.https.html: Added.
+        * web-platform-tests/clipboard-apis/async-write-text-read-text-manual.https-expected.txt: Added.
+        * web-platform-tests/clipboard-apis/async-write-text-read-text-manual.https.html: Added.
+        * web-platform-tests/clipboard-apis/clipboard-events-synthetic-expected.txt: Added.
+        * web-platform-tests/clipboard-apis/clipboard-events-synthetic.html: Added.
+        * web-platform-tests/clipboard-apis/w3c-import.log: Added.
+
 2019-10-08  Alexey Shvayka  <shvaikal...@gmail.com>
 
         Accept two values in the overflow shorthand

Modified: trunk/LayoutTests/imported/w3c/resources/import-expectations.json (250855 => 250856)


--- trunk/LayoutTests/imported/w3c/resources/import-expectations.json	2019-10-08 20:15:15 UTC (rev 250855)
+++ trunk/LayoutTests/imported/w3c/resources/import-expectations.json	2019-10-08 20:32:55 UTC (rev 250856)
@@ -40,7 +40,7 @@
     "web-platform-tests/browser-payment-api": "skip", 
     "web-platform-tests/clear-site-data": "skip", 
     "web-platform-tests/clipboard": "skip", 
-    "web-platform-tests/clipboard-apis": "skip", 
+    "web-platform-tests/clipboard-apis": "import", 
     "web-platform-tests/common": "import", 
     "web-platform-tests/compat": "skip", 
     "web-platform-tests/console": "skip", 

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/META.yml (0 => 250856)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/META.yml	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/META.yml	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,3 @@
+spec: https://w3c.github.io/clipboard-apis/
+suggested_reviewers:
+  - garykac

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-interfaces.https-expected.txt (0 => 250856)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-interfaces.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-interfaces.https-expected.txt	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,46 @@
+
+PASS Test driver 
+PASS Partial interface Navigator: original interface defined 
+PASS Navigator interface: attribute clipboard 
+PASS Navigator interface: navigator must inherit property "clipboard" with the proper type 
+PASS ClipboardEvent interface: existence and properties of interface object 
+PASS ClipboardEvent interface object length 
+PASS ClipboardEvent interface object name 
+PASS ClipboardEvent interface: existence and properties of interface prototype object 
+PASS ClipboardEvent interface: existence and properties of interface prototype object's "constructor" property 
+PASS ClipboardEvent interface: existence and properties of interface prototype object's @@unscopables property 
+PASS ClipboardEvent interface: attribute clipboardData 
+PASS ClipboardEvent must be primary interface of new ClipboardEvent("x") 
+PASS Stringification of new ClipboardEvent("x") 
+PASS ClipboardEvent interface: new ClipboardEvent("x") must inherit property "clipboardData" with the proper type 
+PASS Clipboard interface: existence and properties of interface object 
+PASS Clipboard interface object length 
+PASS Clipboard interface object name 
+PASS Clipboard interface: existence and properties of interface prototype object 
+PASS Clipboard interface: existence and properties of interface prototype object's "constructor" property 
+PASS Clipboard interface: existence and properties of interface prototype object's @@unscopables property 
+PASS Clipboard interface: operation read() 
+PASS Clipboard interface: operation readText() 
+PASS Clipboard interface: operation write(ClipboardItems) 
+PASS Clipboard interface: operation writeText(DOMString) 
+PASS Clipboard must be primary interface of navigator.clipboard 
+PASS Stringification of navigator.clipboard 
+PASS Clipboard interface: navigator.clipboard must inherit property "read()" with the proper type 
+PASS Clipboard interface: navigator.clipboard must inherit property "readText()" with the proper type 
+PASS Clipboard interface: navigator.clipboard must inherit property "write(ClipboardItems)" with the proper type 
+PASS Clipboard interface: calling write(ClipboardItems) on navigator.clipboard with too few arguments must throw TypeError 
+PASS Clipboard interface: navigator.clipboard must inherit property "writeText(DOMString)" with the proper type 
+PASS Clipboard interface: calling writeText(DOMString) on navigator.clipboard with too few arguments must throw TypeError 
+PASS ClipboardItem interface: existence and properties of interface object 
+PASS ClipboardItem interface object length 
+PASS ClipboardItem interface object name 
+PASS ClipboardItem interface: existence and properties of interface prototype object 
+PASS ClipboardItem interface: existence and properties of interface prototype object's "constructor" property 
+PASS ClipboardItem interface: existence and properties of interface prototype object's @@unscopables property 
+FAIL ClipboardItem interface: operation createDelayed([object Object],[object Object], ClipboardItemOptions) assert_own_property: interface object missing static operation expected property "createDelayed" missing
+PASS ClipboardItem interface: attribute presentationStyle 
+FAIL ClipboardItem interface: attribute lastModified assert_true: The prototype object must have a property "lastModified" expected true got false
+FAIL ClipboardItem interface: attribute delayed assert_true: The prototype object must have a property "delayed" expected true got false
+PASS ClipboardItem interface: attribute types 
+PASS ClipboardItem interface: operation getType(DOMString) 
+

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-interfaces.https.html (0 => 250856)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-interfaces.https.html	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-interfaces.https.html	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,39 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>Clipboard IDL test</title>
+<link rel="help" href=""
+<script src=""
+<script src=""
+<script src=""
+<script src=""
+<script>
+'use strict';
+
+function doTest(idl, dom) {
+  var idl_array = new IdlArray();
+  idl_array.add_untested_idls('interface Navigator {};');
+  idl_array.add_untested_idls('interface EventTarget {};');
+  idl_array.add_untested_idls('dictionary PermissionDescriptor {};');
+  idl_array.add_untested_idls(dom, { only: ['Event', 'EventInit'] });
+  idl_array.add_idls(idl);
+  idl_array.add_objects({
+    Navigator: ['navigator'],
+    Clipboard: ['navigator.clipboard'],
+    ClipboardEvent: ['new ClipboardEvent("x")'],
+  });
+  idl_array.test();
+};
+
+function fetchText(url) {
+  return fetch(url).then((response) => response.text());
+}
+
+promise_test(() => {
+  return Promise.all(
+    [
+      "/interfaces/clipboard-apis.idl",
+      "/interfaces/dom.idl",
+    ].map(fetchText))
+    .then(([idl, dom]) => doTest(idl, dom));
+}, "Test driver");
+</script>

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-navigator-clipboard-basics.https-expected.txt (0 => 250856)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-navigator-clipboard-basics.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-navigator-clipboard-basics.https-expected.txt	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,11 @@
+
+PASS navigator.clipboard exists 
+FAIL navigator.clipboard.write(DataTransfer) succeeds function is not a constructor (evaluating 'new DataTransfer()')
+PASS navigator.clipboard.write() fails (expect DataTransfer) 
+PASS navigator.clipboard.write(null) fails (expect DataTransfer) 
+PASS navigator.clipboard.write(DOMString) fails (expect DataTransfer) 
+FAIL navigator.clipboard.writeText(DOMString) succeeds promise_test: Unhandled rejection with value: object "NotSupportedError: The operation is not supported."
+PASS navigator.clipboard.writeText() fails (expect DOMString) 
+FAIL navigator.clipboard.read() succeeds promise_test: Unhandled rejection with value: object "NotSupportedError: The operation is not supported."
+FAIL navigator.clipboard.readText() succeeds promise_test: Unhandled rejection with value: object "NotSupportedError: The operation is not supported."
+

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-navigator-clipboard-basics.https.html (0 => 250856)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-navigator-clipboard-basics.https.html	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-navigator-clipboard-basics.https.html	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,69 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>Async Clipboard basic tests</title>
+<script src=""
+<script src=""
+<script>
+
+test(function() {
+  assert_not_equals(navigator.clipboard, undefined);
+  assert_true(navigator.clipboard instanceof Clipboard);
+  assert_equals(navigator.clipboard, navigator.clipboard);
+}, "navigator.clipboard exists");
+
+/* clipboard.write() */
+
+promise_test(function() {
+  var dt = new DataTransfer();
+  dt.items.add("Howdy", "text/plain");
+  return navigator.clipboard.write(dt);
+}, "navigator.clipboard.write(DataTransfer) succeeds");
+
+promise_test(function(t) {
+  return promise_rejects(t, new TypeError(),
+                         navigator.clipboard.write());
+}, "navigator.clipboard.write() fails (expect DataTransfer)");
+
+promise_test(function(t) {
+  return promise_rejects(t, new TypeError(),
+                         navigator.clipboard.write(null));
+}, "navigator.clipboard.write(null) fails (expect DataTransfer)");
+
+promise_test(function(t) {
+  return promise_rejects(t, new TypeError(),
+                         navigator.clipboard.write("Bad string"));
+}, "navigator.clipboard.write(DOMString) fails (expect DataTransfer)");
+
+
+/* clipboard.writeText() */
+
+promise_test(function() {
+  return navigator.clipboard.writeText("New clipboard text");
+}, "navigator.clipboard.writeText(DOMString) succeeds");
+
+promise_test(function(t) {
+  return promise_rejects(t, new TypeError(),
+                         navigator.clipboard.writeText());
+}, "navigator.clipboard.writeText() fails (expect DOMString)");
+
+
+/* clipboard.read() */
+
+promise_test(function() {
+  return navigator.clipboard.read()
+    .then(function(result) {
+      assert_true(result instanceof DataTransfer);
+    });
+}, "navigator.clipboard.read() succeeds");
+
+
+/* clipboard.readText() */
+
+promise_test(function() {
+  return navigator.clipboard.readText()
+    .then(function(result) {
+      assert_equals(typeof result, "string");
+    });
+}, "navigator.clipboard.readText() succeeds");
+
+</script>

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-dttext-read-dttext-manual.https-expected.txt (0 => 250856)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-dttext-read-dttext-manual.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-dttext-read-dttext-manual.https-expected.txt	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,4 @@
+Note: This is a manual test because it writes/reads to the shared system clipboard and thus cannot be run async with other tests that might interact with the clipboard.
+
+FAIL Verify write and read clipboard (DataTransfer/text) function is not a constructor (evaluating 'new DataTransfer()')
+

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-dttext-read-dttext-manual.https.html (0 => 250856)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-dttext-read-dttext-manual.https.html	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-dttext-read-dttext-manual.https.html	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>Async Clipboard write (dt/text) -> read (dt/text) tests</title>
+<script src=""
+<script src=""
+<script>
+async_test(function(t) {
+  var test_data = "Clipboard write (dt/text) -> read (dt/text) test data";
+  var cb = navigator.clipboard;
+  var dt = new DataTransfer();
+  dt.items.add(test_data, "text/plain");
+
+  cb.write(dt).then(t.step_func(() => {
+    cb.read().then(t.step_func((data) => {
+      assert_equals(data.items.length, 1);
+      data.items[0].getAsString(t.step_func((s) => {
+        assert_equals(s, test_data);
+        t.done();
+      }));
+    }), function() {
+      t.unreached_func("clipboard.read() fail");
+    });
+  }), function() {
+    t.unreached_func("clipboard.write() fail");
+  });
+}, "Verify write and read clipboard (DataTransfer/text)");
+</script>
+Note: This is a manual test because it writes/reads to the shared system
+clipboard and thus cannot be run async with other tests that might interact
+with the clipboard.

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-dttext-read-text-manual.https-expected.txt (0 => 250856)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-dttext-read-text-manual.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-dttext-read-text-manual.https-expected.txt	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,4 @@
+Note: This is a manual test because it writes/reads to the shared system clipboard and thus cannot be run async with other tests that might interact with the clipboard.
+
+FAIL Verify write and read clipboard (DataTransfer/text) function is not a constructor (evaluating 'new DataTransfer()')
+

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-dttext-read-text-manual.https.html (0 => 250856)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-dttext-read-text-manual.https.html	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-dttext-read-text-manual.https.html	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>Async Clipboard write (dt/text) -> readText tests</title>
+<script src=""
+<script src=""
+<script>
+async_test(function(t) {
+  var test_data = "Clipboard write (dt/text) -> readText test data";
+  var cb = navigator.clipboard;
+  var dt = new DataTransfer();
+  dt.items.add(test_data, "text/plain");
+
+  cb.write(dt).then(t.step_func(() => {
+    cb.readText().then(t.step_func((data) => {
+      assert_equals(data, test_data);
+      t.done();
+    }), function() {
+      t.unreached_func("clipboard.read() fail");
+    });
+  }), function() {
+    t.unreached_func("clipboard.write() fail");
+  });
+}, "Verify write and read clipboard (DataTransfer/text)");
+</script>
+Note: This is a manual test because it writes/reads to the shared system
+clipboard and thus cannot be run async with other tests that might interact
+with the clipboard.

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-dttext-manual.https-expected.txt (0 => 250856)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-dttext-manual.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-dttext-manual.https-expected.txt	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,6 @@
+Note: This is a manual test because it writes/reads to the shared system clipboard and thus cannot be run async with other tests that might interact with the clipboard.
+
+Harness Error (TIMEOUT), message = null
+
+TIMEOUT Verify write and read clipboard (DOMString) Test timed out
+

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-dttext-manual.https.html (0 => 250856)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-dttext-manual.https.html	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-dttext-manual.https.html	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>Async Clipboard writeText -> read (dt/text) tests</title>
+<script src=""
+<script src=""
+<script>
+async_test(function(t) {
+  var test_data = "Clipboard writeText -> read(dt/text) test data";
+  var cb = navigator.clipboard;
+  cb.writeText(test_data).then(t.step_func(() => {
+    cb.read().then(t.step_func((data) => {
+      assert_equals(data.items.length, 1);
+      data.items[0].getAsString(t.step_func((s) => {
+        assert_equals(s, test_data);
+        t.done();
+      }));
+    }), function() {
+      t.unreached_func("clipboard.read() fail");
+    });
+  }), function() {
+    t.unreached_func("clipboard.writeText() fail");
+  });
+}, "Verify write and read clipboard (DOMString)");
+</script>
+Note: This is a manual test because it writes/reads to the shared system
+clipboard and thus cannot be run async with other tests that might interact
+with the clipboard.

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-text-manual.https-expected.txt (0 => 250856)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-text-manual.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-text-manual.https-expected.txt	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,6 @@
+Note: This is a manual test because it writes/reads to the shared system clipboard and thus cannot be run async with other tests that might interact with the clipboard.
+
+Harness Error (TIMEOUT), message = null
+
+TIMEOUT Verify write and read clipboard (DOMString) Test timed out
+

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-text-manual.https.html (0 => 250856)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-text-manual.https.html	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-text-manual.https.html	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>Async Clipboard writeText -> readText tests</title>
+<script src=""
+<script src=""
+<script>
+async_test(function(t) {
+  var test_data = "Clipboard writeText -> readText test data";
+  var cb = navigator.clipboard;
+  cb.writeText(test_data).then(t.step_func(() => {
+    cb.readText().then(t.step_func((data) => {
+      assert_equals(data, test_data);
+      t.done();
+    }), function() {
+      t.unreached_func("clipboard.readText() fail");
+    });
+  }), function() {
+    t.unreached_func("clipboard.writeText() fail");
+  });
+}, "Verify write and read clipboard (DOMString)");
+</script>
+Note: This is a manual test because it writes/reads to the shared system
+clipboard and thus cannot be run async with other tests that might interact
+with the clipboard.

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/clipboard-events-synthetic-expected.txt (0 => 250856)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/clipboard-events-synthetic-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/clipboard-events-synthetic-expected.txt	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,11 @@
+
+PASS Unspecified synthetic copy event should not be composed. 
+PASS Synthetic copy event can be explicitly composed. 
+PASS Synthetic copy event can be explicitly uncomposed. 
+PASS Unspecified synthetic cut event should not be composed. 
+PASS Synthetic cut event can be explicitly composed. 
+PASS Synthetic cut event can be explicitly uncomposed. 
+PASS Unspecified synthetic paste event should not be composed. 
+PASS Synthetic paste event can be explicitly composed. 
+PASS Synthetic paste event can be explicitly uncomposed. 
+

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/clipboard-events-synthetic.html (0 => 250856)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/clipboard-events-synthetic.html	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/clipboard-events-synthetic.html	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<title>synthetic clipboard events should not be composed</title>
+<link rel="help" href=""
+<link rel="help" href=""
+<link rel="help" href=""
+<script src=""
+<script src=""
+<div id=log></div>
+<script>
+const EVENTS = [ 'copy', 'cut', 'paste' ];
+
+EVENTS.forEach(name => {
+  function testEvent(name, init, composed_flag_expectation, name) {
+    async_test(function(test) {
+      document.addEventListener(name, test.step_func_done((e) => {
+        assert_false(e.isTrusted, `synthetic ${name} event is untrusted`);
+        assert_equals(e.composed, composed_flag_expectation,
+                      `composed flag should be ${composed_flag_expectation}`);
+      }));
+      let event = new ClipboardEvent(name, init);
+      document.dispatchEvent(event);
+    }, name);
+  }
+
+  testEvent(name, { bubbles: true, cancellable: true}, false,
+            `Unspecified synthetic ${name} event should not be composed.`);
+  testEvent(name, { bubbles: true, cancelable: true, composed: true }, true,
+            `Synthetic ${name} event can be explicitly composed.`);
+  testEvent(name, { bubbles: true, cancelable: true, composed: false }, false,
+            `Synthetic ${name} event can be explicitly uncomposed.`);
+});
+</script>

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/w3c-import.log (0 => 250856)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/w3c-import.log	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/w3c-import.log	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,24 @@
+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in WebKit.
+Instead, create a pull request on the WPT github:
+	https://github.com/web-platform-tests/wpt
+
+Then run the Tools/Scripts/import-w3c-tests in WebKit to reimport
+
+Do NOT modify or remove this file.
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/META.yml
+/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-interfaces.https.html
+/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-navigator-clipboard-basics.https.html
+/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-dttext-read-dttext-manual.https.html
+/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-dttext-read-text-manual.https.html
+/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-dttext-manual.https.html
+/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-text-manual.https.html
+/LayoutTests/imported/w3c/web-platform-tests/clipboard-apis/clipboard-events-synthetic.html

Added: trunk/LayoutTests/platform/ios-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-interfaces.https-expected.txt (0 => 250856)


--- trunk/LayoutTests/platform/ios-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-interfaces.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-interfaces.https-expected.txt	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,46 @@
+
+PASS Test driver 
+PASS Partial interface Navigator: original interface defined 
+FAIL Navigator interface: attribute clipboard assert_true: The prototype object must have a property "clipboard" expected true got false
+FAIL Navigator interface: navigator must inherit property "clipboard" with the proper type assert_inherits: property "clipboard" not found in prototype chain
+PASS ClipboardEvent interface: existence and properties of interface object 
+PASS ClipboardEvent interface object length 
+PASS ClipboardEvent interface object name 
+PASS ClipboardEvent interface: existence and properties of interface prototype object 
+PASS ClipboardEvent interface: existence and properties of interface prototype object's "constructor" property 
+PASS ClipboardEvent interface: existence and properties of interface prototype object's @@unscopables property 
+PASS ClipboardEvent interface: attribute clipboardData 
+PASS ClipboardEvent must be primary interface of new ClipboardEvent("x") 
+PASS Stringification of new ClipboardEvent("x") 
+PASS ClipboardEvent interface: new ClipboardEvent("x") must inherit property "clipboardData" with the proper type 
+FAIL Clipboard interface: existence and properties of interface object assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard interface object length assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard interface object name assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard interface: existence and properties of interface prototype object assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard interface: operation read() assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard interface: operation readText() assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard interface: operation write(ClipboardItems) assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard interface: operation writeText(DOMString) assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard must be primary interface of navigator.clipboard assert_equals: wrong typeof object expected "object" but got "undefined"
+FAIL Stringification of navigator.clipboard assert_equals: wrong typeof object expected "object" but got "undefined"
+FAIL Clipboard interface: navigator.clipboard must inherit property "read()" with the proper type assert_equals: wrong typeof object expected "object" but got "undefined"
+FAIL Clipboard interface: navigator.clipboard must inherit property "readText()" with the proper type assert_equals: wrong typeof object expected "object" but got "undefined"
+FAIL Clipboard interface: navigator.clipboard must inherit property "write(ClipboardItems)" with the proper type assert_equals: wrong typeof object expected "object" but got "undefined"
+FAIL Clipboard interface: calling write(ClipboardItems) on navigator.clipboard with too few arguments must throw TypeError assert_equals: wrong typeof object expected "object" but got "undefined"
+FAIL Clipboard interface: navigator.clipboard must inherit property "writeText(DOMString)" with the proper type assert_equals: wrong typeof object expected "object" but got "undefined"
+FAIL Clipboard interface: calling writeText(DOMString) on navigator.clipboard with too few arguments must throw TypeError assert_equals: wrong typeof object expected "object" but got "undefined"
+FAIL ClipboardItem interface: existence and properties of interface object assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface object length assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface object name assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface: existence and properties of interface prototype object assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface: operation createDelayed([object Object],[object Object], ClipboardItemOptions) assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface: attribute presentationStyle assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface: attribute lastModified assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface: attribute delayed assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface: attribute types assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface: operation getType(DOMString) assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+

Added: trunk/LayoutTests/platform/ios-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-navigator-clipboard-basics.https-expected.txt (0 => 250856)


--- trunk/LayoutTests/platform/ios-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-navigator-clipboard-basics.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-navigator-clipboard-basics.https-expected.txt	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,11 @@
+
+FAIL navigator.clipboard exists assert_not_equals: got disallowed value undefined
+FAIL navigator.clipboard.write(DataTransfer) succeeds function is not a constructor (evaluating 'new DataTransfer()')
+FAIL navigator.clipboard.write() fails (expect DataTransfer) undefined is not an object (evaluating 'navigator.clipboard.write')
+FAIL navigator.clipboard.write(null) fails (expect DataTransfer) undefined is not an object (evaluating 'navigator.clipboard.write')
+FAIL navigator.clipboard.write(DOMString) fails (expect DataTransfer) undefined is not an object (evaluating 'navigator.clipboard.write')
+FAIL navigator.clipboard.writeText(DOMString) succeeds undefined is not an object (evaluating 'navigator.clipboard.writeText')
+FAIL navigator.clipboard.writeText() fails (expect DOMString) undefined is not an object (evaluating 'navigator.clipboard.writeText')
+FAIL navigator.clipboard.read() succeeds undefined is not an object (evaluating 'navigator.clipboard.read')
+FAIL navigator.clipboard.readText() succeeds undefined is not an object (evaluating 'navigator.clipboard.readText')
+

Added: trunk/LayoutTests/platform/ios-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-dttext-manual.https-expected.txt (0 => 250856)


--- trunk/LayoutTests/platform/ios-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-dttext-manual.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-dttext-manual.https-expected.txt	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,4 @@
+Note: This is a manual test because it writes/reads to the shared system clipboard and thus cannot be run async with other tests that might interact with the clipboard.
+
+FAIL Verify write and read clipboard (DOMString) undefined is not an object (evaluating 'cb.writeText')
+

Added: trunk/LayoutTests/platform/ios-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-text-manual.https-expected.txt (0 => 250856)


--- trunk/LayoutTests/platform/ios-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-text-manual.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-text-manual.https-expected.txt	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,4 @@
+Note: This is a manual test because it writes/reads to the shared system clipboard and thus cannot be run async with other tests that might interact with the clipboard.
+
+FAIL Verify write and read clipboard (DOMString) undefined is not an object (evaluating 'cb.writeText')
+

Added: trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-interfaces.https-expected.txt (0 => 250856)


--- trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-interfaces.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-interfaces.https-expected.txt	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,46 @@
+
+PASS Test driver 
+PASS Partial interface Navigator: original interface defined 
+FAIL Navigator interface: attribute clipboard assert_true: The prototype object must have a property "clipboard" expected true got false
+FAIL Navigator interface: navigator must inherit property "clipboard" with the proper type assert_inherits: property "clipboard" not found in prototype chain
+PASS ClipboardEvent interface: existence and properties of interface object 
+PASS ClipboardEvent interface object length 
+PASS ClipboardEvent interface object name 
+PASS ClipboardEvent interface: existence and properties of interface prototype object 
+PASS ClipboardEvent interface: existence and properties of interface prototype object's "constructor" property 
+PASS ClipboardEvent interface: existence and properties of interface prototype object's @@unscopables property 
+PASS ClipboardEvent interface: attribute clipboardData 
+PASS ClipboardEvent must be primary interface of new ClipboardEvent("x") 
+PASS Stringification of new ClipboardEvent("x") 
+PASS ClipboardEvent interface: new ClipboardEvent("x") must inherit property "clipboardData" with the proper type 
+FAIL Clipboard interface: existence and properties of interface object assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard interface object length assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard interface object name assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard interface: existence and properties of interface prototype object assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard interface: operation read() assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard interface: operation readText() assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard interface: operation write(ClipboardItems) assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard interface: operation writeText(DOMString) assert_own_property: self does not have own property "Clipboard" expected property "Clipboard" missing
+FAIL Clipboard must be primary interface of navigator.clipboard assert_equals: wrong typeof object expected "object" but got "undefined"
+FAIL Stringification of navigator.clipboard assert_equals: wrong typeof object expected "object" but got "undefined"
+FAIL Clipboard interface: navigator.clipboard must inherit property "read()" with the proper type assert_equals: wrong typeof object expected "object" but got "undefined"
+FAIL Clipboard interface: navigator.clipboard must inherit property "readText()" with the proper type assert_equals: wrong typeof object expected "object" but got "undefined"
+FAIL Clipboard interface: navigator.clipboard must inherit property "write(ClipboardItems)" with the proper type assert_equals: wrong typeof object expected "object" but got "undefined"
+FAIL Clipboard interface: calling write(ClipboardItems) on navigator.clipboard with too few arguments must throw TypeError assert_equals: wrong typeof object expected "object" but got "undefined"
+FAIL Clipboard interface: navigator.clipboard must inherit property "writeText(DOMString)" with the proper type assert_equals: wrong typeof object expected "object" but got "undefined"
+FAIL Clipboard interface: calling writeText(DOMString) on navigator.clipboard with too few arguments must throw TypeError assert_equals: wrong typeof object expected "object" but got "undefined"
+FAIL ClipboardItem interface: existence and properties of interface object assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface object length assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface object name assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface: existence and properties of interface prototype object assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface: operation createDelayed([object Object],[object Object], ClipboardItemOptions) assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface: attribute presentationStyle assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface: attribute lastModified assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface: attribute delayed assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface: attribute types assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+FAIL ClipboardItem interface: operation getType(DOMString) assert_own_property: self does not have own property "ClipboardItem" expected property "ClipboardItem" missing
+

Added: trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-navigator-clipboard-basics.https-expected.txt (0 => 250856)


--- trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-navigator-clipboard-basics.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-navigator-clipboard-basics.https-expected.txt	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,11 @@
+
+FAIL navigator.clipboard exists assert_not_equals: got disallowed value undefined
+FAIL navigator.clipboard.write(DataTransfer) succeeds function is not a constructor (evaluating 'new DataTransfer()')
+FAIL navigator.clipboard.write() fails (expect DataTransfer) undefined is not an object (evaluating 'navigator.clipboard.write')
+FAIL navigator.clipboard.write(null) fails (expect DataTransfer) undefined is not an object (evaluating 'navigator.clipboard.write')
+FAIL navigator.clipboard.write(DOMString) fails (expect DataTransfer) undefined is not an object (evaluating 'navigator.clipboard.write')
+FAIL navigator.clipboard.writeText(DOMString) succeeds undefined is not an object (evaluating 'navigator.clipboard.writeText')
+FAIL navigator.clipboard.writeText() fails (expect DOMString) undefined is not an object (evaluating 'navigator.clipboard.writeText')
+FAIL navigator.clipboard.read() succeeds undefined is not an object (evaluating 'navigator.clipboard.read')
+FAIL navigator.clipboard.readText() succeeds undefined is not an object (evaluating 'navigator.clipboard.readText')
+

Added: trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-dttext-manual.https-expected.txt (0 => 250856)


--- trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-dttext-manual.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-dttext-manual.https-expected.txt	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,4 @@
+Note: This is a manual test because it writes/reads to the shared system clipboard and thus cannot be run async with other tests that might interact with the clipboard.
+
+FAIL Verify write and read clipboard (DOMString) undefined is not an object (evaluating 'cb.writeText')
+

Added: trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-text-manual.https-expected.txt (0 => 250856)


--- trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-text-manual.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/clipboard-apis/async-write-text-read-text-manual.https-expected.txt	2019-10-08 20:32:55 UTC (rev 250856)
@@ -0,0 +1,4 @@
+Note: This is a manual test because it writes/reads to the shared system clipboard and thus cannot be run async with other tests that might interact with the clipboard.
+
+FAIL Verify write and read clipboard (DOMString) undefined is not an object (evaluating 'cb.writeText')
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to