summaryrefslogtreecommitdiffstats
path: root/widget/tests/test_clipboard_asyncGetData_chrome.html
blob: d4e44185a52e2e6cbae27b38f81e6c0a18d08f39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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="chrome://mochikit/content/tests/SimpleTest/test.css" />
<script src="chrome://mochikit/content/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>