tenfourfox/editor/libeditor/tests/test_bug742261.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

15 lines
421 B
HTML

<!doctype html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=742261
-->
<title>Test for Bug 742261</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" href="/tests/SimpleTest/test.css"/>
<body>
<script>
is(document.execCommandShowHelp, undefined,
"execCommandShowHelp shouldn't exist");
is(document.queryCommandText, undefined,
"queryCommandText shouldn't exist");
</script>