blob: ab3ad9ee911c430e1ab55459746480366d453e77 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Selection_selectAll();
PostponedActions_perform();
Clipboard_cut();
PostponedActions_perform();
UndoManager_undo();
PostponedActions_perform();
UndoManager_undo();
PostponedActions_perform();
outputOptions.keepSelectionHighlights = true;
}
</script>
</head>
<body>
<p>First paragraph</p>
<p>Second paragraph</p>
<p>Third paragraph</p>
</body>
</html>