Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: widget/tests/mochitest.toml
<!DOCTYPE HTML>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
<html>
<head>
<meta charset="utf-8" />
<title>Test for nsIClipboard.GetDataIfSmallerThan()</title>
<link rel="stylesheet" href="/tests/SimpleTest/test.css">
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<script src="file_test_clipboard_getDataIfSmallerThan.js"></script>
</head>
<script type="application/javascript">
(async () => {
SimpleTest.waitForExplicitFinish();
await doAllTests({ isContentanalysisEnabled: true });
SimpleTest.finish();
})();
</script>
</html>