blob: dc1f15b3680b97114dedb84d278f7ef4af14f3f2 [file] [log] [blame]
<!doctype html>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script>
test(function() {
assert_true(document.queryCommandSupported('copy'));
assert_true(document.queryCommandSupported('cut'));
assert_true(document.queryCommandSupported('paste'));
});
</script>