From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../tests/html/editing/dnd/file/prompt/001.html | 28 +++++++++++++++ .../tests/html/editing/dnd/file/prompt/002.html | 39 ++++++++++++++++++++ .../tests/html/editing/dnd/file/prompt/003.html | 28 +++++++++++++++ .../tests/html/editing/dnd/file/prompt/004.html | 27 ++++++++++++++ .../tests/html/editing/dnd/file/prompt/005.html | 27 ++++++++++++++ .../tests/html/editing/dnd/file/prompt/006.html | 41 ++++++++++++++++++++++ .../tests/html/editing/dnd/file/prompt/007.html | 32 +++++++++++++++++ .../tests/html/editing/dnd/file/prompt/008.html | 41 ++++++++++++++++++++++ .../tests/html/editing/dnd/file/prompt/009.html | 32 +++++++++++++++++ 9 files changed, 295 insertions(+) create mode 100644 testing/web-platform/tests/html/editing/dnd/file/prompt/001.html create mode 100644 testing/web-platform/tests/html/editing/dnd/file/prompt/002.html create mode 100644 testing/web-platform/tests/html/editing/dnd/file/prompt/003.html create mode 100644 testing/web-platform/tests/html/editing/dnd/file/prompt/004.html create mode 100644 testing/web-platform/tests/html/editing/dnd/file/prompt/005.html create mode 100644 testing/web-platform/tests/html/editing/dnd/file/prompt/006.html create mode 100644 testing/web-platform/tests/html/editing/dnd/file/prompt/007.html create mode 100644 testing/web-platform/tests/html/editing/dnd/file/prompt/008.html create mode 100644 testing/web-platform/tests/html/editing/dnd/file/prompt/009.html (limited to 'testing/web-platform/tests/html/editing/dnd/file/prompt') diff --git a/testing/web-platform/tests/html/editing/dnd/file/prompt/001.html b/testing/web-platform/tests/html/editing/dnd/file/prompt/001.html new file mode 100644 index 000000000..dc54aac5e --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/file/prompt/001.html @@ -0,0 +1,28 @@ + +drag & drop - file drop prompt for basic server name + + + + +
+ +

Drag a file from your desktop onto the orange square. A prompt should appear, correctly identifying the server name as

+ diff --git a/testing/web-platform/tests/html/editing/dnd/file/prompt/002.html b/testing/web-platform/tests/html/editing/dnd/file/prompt/002.html new file mode 100644 index 000000000..7bad40a2f --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/file/prompt/002.html @@ -0,0 +1,39 @@ + +drag & drop - file drop prompt for server name and document.domain + + + + +
+ +

Drag a file from your desktop onto the orange square. A prompt should appear, identifying the server name as

+ diff --git a/testing/web-platform/tests/html/editing/dnd/file/prompt/003.html b/testing/web-platform/tests/html/editing/dnd/file/prompt/003.html new file mode 100644 index 000000000..4b7a98aae --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/file/prompt/003.html @@ -0,0 +1,28 @@ + +drag & drop - file drop prompt for ftp server name + + + + +
+ +

Drag a file from your desktop onto the orange square. A prompt should appear, correctly identifying the server name as

+ diff --git a/testing/web-platform/tests/html/editing/dnd/file/prompt/004.html b/testing/web-platform/tests/html/editing/dnd/file/prompt/004.html new file mode 100644 index 000000000..539668819 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/file/prompt/004.html @@ -0,0 +1,27 @@ + +drag & drop - file drop prompt for file: + + + + +
+ +

Drag a file from your desktop onto the orange square. A prompt should appear, either showing the server name as localhost, or otherwise identifying this file as the target of the upload.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/file/prompt/005.html b/testing/web-platform/tests/html/editing/dnd/file/prompt/005.html new file mode 100644 index 000000000..395d37d62 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/file/prompt/005.html @@ -0,0 +1,27 @@ + +drag & drop - file drop prompt for special cases + + + + +
+ +

Drag a file from your desktop onto the orange square. A prompt should appear, either showing the server name as unknown, or otherwise identifying this URL as the target of the upload.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/file/prompt/006.html b/testing/web-platform/tests/html/editing/dnd/file/prompt/006.html new file mode 100644 index 000000000..5f0f9b306 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/file/prompt/006.html @@ -0,0 +1,41 @@ + +drag & drop - file drop prompt for data URI with inherited origin + + + + +

Drag a file from your desktop onto the orange square. A prompt should appear, correctly identifying the server name .

+ \ No newline at end of file diff --git a/testing/web-platform/tests/html/editing/dnd/file/prompt/007.html b/testing/web-platform/tests/html/editing/dnd/file/prompt/007.html new file mode 100644 index 000000000..5a5b982d6 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/file/prompt/007.html @@ -0,0 +1,32 @@ + +drag & drop - file drop prompt for data URI without inherited origin + + +

Load the following URL in a new tab (copy & paste it into the address bar):

+

+ \ No newline at end of file diff --git a/testing/web-platform/tests/html/editing/dnd/file/prompt/008.html b/testing/web-platform/tests/html/editing/dnd/file/prompt/008.html new file mode 100644 index 000000000..ff07b78de --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/file/prompt/008.html @@ -0,0 +1,41 @@ + +drag & drop - file drop prompt for javascript URL with inherited origin + + + + +

Drag a file from your desktop onto the orange square. A prompt should appear, correctly identifying the server name

+ \ No newline at end of file diff --git a/testing/web-platform/tests/html/editing/dnd/file/prompt/009.html b/testing/web-platform/tests/html/editing/dnd/file/prompt/009.html new file mode 100644 index 000000000..6fa18b975 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/file/prompt/009.html @@ -0,0 +1,32 @@ + +drag & drop - file drop prompt for javascript URL without inherited origin + + +

Load the following URL in a new tab (copy & paste it into the address bar):

+

+ \ No newline at end of file -- cgit v1.2.3