Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Errors
- This test gets skipped with pattern: display == 'wayland'
- This test failed 15 times in the preceding 30 days. quicksearch this test
- Manifest: widget/tests/mochitest.toml
<!DOCTYPE HTML>
<html>
<!--
-->
<head>
<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>