diff options
Diffstat (limited to 'testing/web-platform/tests/html/editing/dnd/reload/009.xhtml')
-rw-r--r-- | testing/web-platform/tests/html/editing/dnd/reload/009.xhtml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/tests/html/editing/dnd/reload/009.xhtml b/testing/web-platform/tests/html/editing/dnd/reload/009.xhtml new file mode 100644 index 000000000..5cb61fb8d --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/reload/009.xhtml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<title>Reload during link drag and drop from object</title> +<style type="text/css"> +object + {height:100px; + width:300px; + border:solid medium navy;} +</style> +</head> +<body dropzone="copy string:text/uri-list" ondrop="document.querySelector('p').firstChild.nodeValue = (event.dataTransfer.getData('text/uri-list').replace(/\r\n$/,'') == 'data:text/plain,1')?'PASS':'FAIL'"> +<object type="application/xhtml+xml" data="009-1.xhtml">XHTML document</object> +<p>Drag link above out of frame and drop it somewhere on the page. You should see word PASS once you drop it.</p> +</body> +</html>
\ No newline at end of file |