diff options
Diffstat (limited to 'testing/web-platform/tests/html/editing/dnd/selection/106.xhtml')
-rw-r--r-- | testing/web-platform/tests/html/editing/dnd/selection/106.xhtml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/html/editing/dnd/selection/106.xhtml b/testing/web-platform/tests/html/editing/dnd/selection/106.xhtml new file mode 100644 index 000000000..9accdc075 --- /dev/null +++ b/testing/web-platform/tests/html/editing/dnd/selection/106.xhtml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<title>Selection drag and drop from textarea input in dataURL frame to block element</title> +</head> +<frameset rows="50%, 50%"> +<frame src="data:application/xhtml+xml,%3Chtml%20xmlns%3D%22http%3A//www.w3.org/1999/xhtml%22%3E%3Chead%3E%3Ctitle%3EDragging%20selection%3C/title%3E%3C/head%3E%3Cbody%20onload%3D%22document.querySelector%28%27input%27%29.select%28%29%22%3E%3Cp%3EDrag%20selected%20text%20to%20the%20blue%20box.%20Copy%20of%20selection%20should%20end%20up%20in%20the%20blue%20box%20once%20you%20drop%20it%20there.%3C/p%3E%3Cp%3E%3Cinput%20value%3D%22Drag%20me%22/%3E%3C/p%3E%3C/body%3E%3C/html%3E"/> +<frame src="helper-drop-here-blue-box.xhtml"/> +</frameset> +</html> |