diff options
Diffstat (limited to 'testing/web-platform/tests/html/editing/dnd/platform/html-to-os-HELPER-FILE.html')
-rw-r--r-- | testing/web-platform/tests/html/editing/dnd/platform/html-to-os-HELPER-FILE.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/tests/html/editing/dnd/platform/html-to-os-HELPER-FILE.html b/testing/web-platform/tests/html/editing/dnd/platform/html-to-os-HELPER-FILE.html new file mode 100644 index 000000000..608026f20 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/platform/html-to-os-HELPER-FILE.html @@ -0,0 +1,14 @@ +<!doctype html> +<html> + <head> + <title>drag and drop - dragging HTML onto the OS - helper file</title> + </head> + <body> + + <p>This is the helper file. Drop the paragraph here --></p> + <script type="text/javascript"> +document.body.contentEditable = true; + </script> + + </body> +</html>
\ No newline at end of file |