From c051ca78ed2dba908ab9aa5ff41fdbe4abdfe79c Mon Sep 17 00:00:00 2001 From: Sanket Joshi Date: Mon, 25 Sep 2023 16:08:04 -0700 Subject: [PATCH] Add test for DnD API. --- drag-and-drop-sample.html | 65 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 drag-and-drop-sample.html diff --git a/drag-and-drop-sample.html b/drag-and-drop-sample.html new file mode 100644 index 0000000..ce92cdf --- /dev/null +++ b/drag-and-drop-sample.html @@ -0,0 +1,65 @@ + + + + + + + +

+
+
Draggable div
+
+
Non-draggable div
+
+ Logs: +
+ + + \ No newline at end of file