haikuwebkit/LayoutTests/editing/pasteboard/copy-crash-with-extraneous-...

19 lines
333 B
HTML

<html>
<head>
<script src=../editing.js language="JavaScript" type="text/JavaScript" ></script>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body background>
This test passes if it does not crash.
<script>
selectAllCommand();
copyCommand();
</script>
</html>