summaryrefslogtreecommitdiffstats
path: root/widget/tests/test_clipboard_asyncGetData.html
diff options
context:
space:
mode:
Diffstat (limited to 'widget/tests/test_clipboard_asyncGetData.html')
-rw-r--r--widget/tests/test_clipboard_asyncGetData.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/widget/tests/test_clipboard_asyncGetData.html b/widget/tests/test_clipboard_asyncGetData.html
new file mode 100644
index 0000000000..0cb3dc2aa1
--- /dev/null
+++ b/widget/tests/test_clipboard_asyncGetData.html
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML>
+<html>
+<!--
+https://bugzilla.mozilla.org/show_bug.cgi?id=1852947
+-->
+<head>
+<title>Test for Bug 1852947</title>
+<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
+<script src="/tests/SimpleTest/SimpleTest.js"></script>
+<script src="clipboard_helper.js"></script>
+</head>
+<body>
+<p id="display"></p>
+<div id="content" style="display: none"></div>
+<pre id="test"></pre>
+<!-- Tests are in file_clipboard_asyncGetData.js -->
+<script src="file_test_clipboard_asyncGetData.js"></script>
+</body>
+</html>