From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../tests/html/editing/dnd/microdata/000.html | 93 ++++++++++++ .../tests/html/editing/dnd/microdata/001.html | 128 +++++++++++++++++ .../tests/html/editing/dnd/microdata/002.html | 106 ++++++++++++++ .../tests/html/editing/dnd/microdata/003.html | 132 +++++++++++++++++ .../tests/html/editing/dnd/microdata/004.html | 116 +++++++++++++++ .../tests/html/editing/dnd/microdata/005.html | 115 +++++++++++++++ .../tests/html/editing/dnd/microdata/006.html | 105 ++++++++++++++ .../tests/html/editing/dnd/microdata/007.html | 116 +++++++++++++++ .../tests/html/editing/dnd/microdata/008.html | 94 ++++++++++++ .../tests/html/editing/dnd/microdata/009.html | 98 +++++++++++++ .../tests/html/editing/dnd/microdata/010.html | 104 ++++++++++++++ .../tests/html/editing/dnd/microdata/011.html | 107 ++++++++++++++ .../tests/html/editing/dnd/microdata/012.html | 104 ++++++++++++++ .../tests/html/editing/dnd/microdata/013.html | 104 ++++++++++++++ .../tests/html/editing/dnd/microdata/014.html | 97 +++++++++++++ .../tests/html/editing/dnd/microdata/015.html | 99 +++++++++++++ .../tests/html/editing/dnd/microdata/016.html | 160 +++++++++++++++++++++ .../tests/html/editing/dnd/microdata/017.html | 137 ++++++++++++++++++ .../tests/html/editing/dnd/microdata/018.html | 95 ++++++++++++ .../tests/html/editing/dnd/microdata/019.html | 96 +++++++++++++ .../tests/html/editing/dnd/microdata/020.html | 99 +++++++++++++ .../tests/html/editing/dnd/microdata/021.html | 104 ++++++++++++++ .../tests/html/editing/dnd/microdata/test | 2 + 23 files changed, 2411 insertions(+) create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/000.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/001.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/002.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/003.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/004.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/005.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/006.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/007.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/008.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/009.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/010.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/011.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/012.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/013.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/014.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/015.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/016.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/017.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/018.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/019.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/020.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/021.html create mode 100644 testing/web-platform/tests/html/editing/dnd/microdata/test (limited to 'testing/web-platform/tests/html/editing/dnd/microdata') diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/000.html b/testing/web-platform/tests/html/editing/dnd/microdata/000.html new file mode 100644 index 0000000000..b6e641d08f --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/000.html @@ -0,0 +1,93 @@ + +drag & drop - no microdata for no itemscope + + + + +
+ +

Use your pointing device to drag the orange box to the pink box, then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/001.html b/testing/web-platform/tests/html/editing/dnd/microdata/001.html new file mode 100644 index 0000000000..3f13565868 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/001.html @@ -0,0 +1,128 @@ + +drag & drop - microdata for non looping simple drop + + + + +
+ +

Use your pointing device to drag the orange box to the pink box, then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/002.html b/testing/web-platform/tests/html/editing/dnd/microdata/002.html new file mode 100644 index 0000000000..4e9a5e6de1 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/002.html @@ -0,0 +1,106 @@ + +drag & drop - microdata with itemref + + + + +
+ +

Use your pointing device to drag the orange box to the pink box, then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/003.html b/testing/web-platform/tests/html/editing/dnd/microdata/003.html new file mode 100644 index 0000000000..1bd0ced463 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/003.html @@ -0,0 +1,132 @@ + +drag & drop - microdata changes after dragstart + + + + +
+ +

Use your pointing device to drag the orange box to the pink box, then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/004.html b/testing/web-platform/tests/html/editing/dnd/microdata/004.html new file mode 100644 index 0000000000..7ed821e54f --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/004.html @@ -0,0 +1,116 @@ + +drag & drop - microdata with nested item as property + + + + +
+ +

Use your pointing device to drag the orange box to the pink box, then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/005.html b/testing/web-platform/tests/html/editing/dnd/microdata/005.html new file mode 100644 index 0000000000..ae83f6d5f5 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/005.html @@ -0,0 +1,115 @@ + +drag & drop - microdata with nested item as non-property + + + + +
+ +

Use your pointing device to drag the orange box to the pink box, then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/006.html b/testing/web-platform/tests/html/editing/dnd/microdata/006.html new file mode 100644 index 0000000000..b9e2ba229e --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/006.html @@ -0,0 +1,105 @@ + +drag & drop - microdata with type and id + + + + +
+ +

Use your pointing device to drag the orange box to the pink box, then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/007.html b/testing/web-platform/tests/html/editing/dnd/microdata/007.html new file mode 100644 index 0000000000..e6eb87d82a --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/007.html @@ -0,0 +1,116 @@ + +drag & drop - microdata with multiply named item as property + + + + +
+ +

Use your pointing device to drag the orange box to the pink box, then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/008.html b/testing/web-platform/tests/html/editing/dnd/microdata/008.html new file mode 100644 index 0000000000..d4cd797817 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/008.html @@ -0,0 +1,94 @@ + +drag & drop - no microdata for selection with no items + + + + +
0123456789
+ +

Use your pointing device to select the text substring "12345678" above, drag the selection upwards to the pink box, +then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/009.html b/testing/web-platform/tests/html/editing/dnd/microdata/009.html new file mode 100644 index 0000000000..637cabe017 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/009.html @@ -0,0 +1,98 @@ + +drag & drop - microdata for selection surrounding one item + + + + +
0123456789
+ +

Use your pointing device to select the text substring "12345678" above, drag the selection upwards to the pink box, +then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/010.html b/testing/web-platform/tests/html/editing/dnd/microdata/010.html new file mode 100644 index 0000000000..53a6321a3e --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/010.html @@ -0,0 +1,104 @@ + +drag & drop - microdata for selection surrounding multiple items + + + + +
0123456789
+ +

Use your pointing device to select the text substring "12345678" above, drag the selection upwards to the pink box, +then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/011.html b/testing/web-platform/tests/html/editing/dnd/microdata/011.html new file mode 100644 index 0000000000..819e5ceab0 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/011.html @@ -0,0 +1,107 @@ + +drag & drop - microdata for selection partially intersecting multiple items + + + + +
0123456789
+ +

Use your pointing device to select the text substring "3456" above, drag the selection upwards to the pink box, +then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/012.html b/testing/web-platform/tests/html/editing/dnd/microdata/012.html new file mode 100644 index 0000000000..307d610e90 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/012.html @@ -0,0 +1,104 @@ + +drag & drop - microdata for selection surrounding nested property items + + + + +
0123456789
+ +

Use your pointing device to select the text substring "12345678" above, drag the selection upwards to the pink box, +then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/013.html b/testing/web-platform/tests/html/editing/dnd/microdata/013.html new file mode 100644 index 0000000000..000a9d7f05 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/013.html @@ -0,0 +1,104 @@ + +drag & drop - microdata for selection surrounding nested non-property items + + + + +
0123456789
+ +

Use your pointing device to select the text substring "12345678" above, drag the selection upwards to the pink box, +then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/014.html b/testing/web-platform/tests/html/editing/dnd/microdata/014.html new file mode 100644 index 0000000000..785c059a31 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/014.html @@ -0,0 +1,97 @@ + +drag & drop - microdata with sibling itemref loop + + + + +
+ +

Use your pointing device to drag the orange box to the pink box, then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/015.html b/testing/web-platform/tests/html/editing/dnd/microdata/015.html new file mode 100644 index 0000000000..36f2643293 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/015.html @@ -0,0 +1,99 @@ + +drag & drop - microdata with parent itemref loop + + + + +
+
+
+ +

Use your pointing device to drag the orange box to the pink box, then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/016.html b/testing/web-platform/tests/html/editing/dnd/microdata/016.html new file mode 100644 index 0000000000..153098bf89 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/016.html @@ -0,0 +1,160 @@ + +drag & drop - microdata with nested sibling itemref loop + + + + +
+ +

Use your pointing device to drag the orange box to the pink box, then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/017.html b/testing/web-platform/tests/html/editing/dnd/microdata/017.html new file mode 100644 index 0000000000..dab270e643 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/017.html @@ -0,0 +1,137 @@ + +drag & drop - microdata with nested parent itemref loop + + + + +
+ +
+ +

Use your pointing device to drag the orange box to the pink box, then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/018.html b/testing/web-platform/tests/html/editing/dnd/microdata/018.html new file mode 100644 index 0000000000..357ba4f0fe --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/018.html @@ -0,0 +1,95 @@ + +drag & drop - microdata for selection partially intersecting a single item + + + + +
abc
+ +

Use your pointing device to select the text substring "b" above, drag the selection upwards to the pink box, +then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/019.html b/testing/web-platform/tests/html/editing/dnd/microdata/019.html new file mode 100644 index 0000000000..11525214e2 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/019.html @@ -0,0 +1,96 @@ + +drag & drop - microdata for selection partially intersecting nested items + + + + +
abcde
+ +

Use your pointing device to select the text substring "d" above, drag the selection upwards to the pink box, +then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/020.html b/testing/web-platform/tests/html/editing/dnd/microdata/020.html new file mode 100644 index 0000000000..33667224ca --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/020.html @@ -0,0 +1,99 @@ + +drag & drop - microdata for selection partially intersecting multiple items but not siblings + + + + +
abcdefghijklmnopqrstuvwx
+ +

Use your pointing device to select the text substring "hijklmnopq" above, drag the selection upwards to the pink box, +then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/021.html b/testing/web-platform/tests/html/editing/dnd/microdata/021.html new file mode 100644 index 0000000000..62e1864bef --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/021.html @@ -0,0 +1,104 @@ + +drag & drop - microdata when addElement is used + + + + +
+

xxx

yyy

+ +

Use your pointing device to drag the orange box to the pink box, then back to the blue box, and release it.

+ diff --git a/testing/web-platform/tests/html/editing/dnd/microdata/test b/testing/web-platform/tests/html/editing/dnd/microdata/test new file mode 100644 index 0000000000..42d41d980e --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/microdata/test @@ -0,0 +1,2 @@ + + -- cgit v1.2.3