mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
16 lines
526 B
HTML
16 lines
526 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>-----cut-----copy-----paste-----</title>
|
|
<script src="modules/jquery/jquery.js"></script>
|
|
<script src="contentEditable/rangy/rangy-core.js"></script>
|
|
<script src="cut-copy-paste.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="editor" contenteditable="true">
|
|
<p>Here is some text. I dare you to mess with me.</p>
|
|
<p>More text here. Don't you dare!</p>
|
|
</div>
|
|
<div id="paste" contenteditable="true" style="height: 1px; width: 1px; position: absolute; left: -20000px;"></div>
|
|
</body>
|
|
</html> |