зеркало из https://github.com/mozilla/gecko-dev.git
20 строки
549 B
HTML
20 строки
549 B
HTML
<!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_test_clipboard_getDataSnapshot.js -->
|
|
<script src="file_test_clipboard_getDataSnapshot.js"></script>
|
|
</body>
|
|
</html>
|