Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype html> | |
| 2 <script src="../../resources/testharness.js"></script> | |
| 3 <script src="../../resources/testharnessreport.js"></script> | |
| 4 <script> | |
| 5 test(function() { | |
| 6 assert_true(document.queryCommandSupported('copy')); | |
| 7 assert_true(document.queryCommandSupported('cut')); | |
| 8 assert_true(document.queryCommandSupported('paste')); | |
| 9 }); | |
| 10 </script> | |
| OLD | NEW |