Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<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: false });
SimpleTest.finish();
})();
</script>
</html>