1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/editor/libeditor/base/tests/test_bug742261.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +<!doctype html> 1.5 +<!-- 1.6 +https://bugzilla.mozilla.org/show_bug.cgi?id=742261 1.7 +--> 1.8 +<title>Test for Bug 742261</title> 1.9 +<script src="/tests/SimpleTest/SimpleTest.js"></script> 1.10 +<link rel="stylesheet" href="/tests/SimpleTest/test.css"/> 1.11 +<body> 1.12 +<script> 1.13 +is(document.execCommandShowHelp, undefined, 1.14 + "execCommandShowHelp shouldn't exist"); 1.15 +is(document.queryCommandText, undefined, 1.16 + "queryCommandText shouldn't exist"); 1.17 +</script>