mirror of https://github.com/xwiki-labs/cryptpad
67 lines
2.2 KiB
HTML
67 lines
2.2 KiB
HTML
<!--
|
|
SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <contact@cryptpad.org> and contributors
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<script data-bootload="main.js" data-main="/common/boot.js" src="/components/requirejs/require.js?ver=2.3.7"></script>
|
|
|
|
<style>
|
|
.report {
|
|
font-size: 40px;
|
|
}
|
|
|
|
.success {
|
|
border: 3px solid green;
|
|
}
|
|
.failure {
|
|
border: 3px solid red;
|
|
}
|
|
.error {
|
|
border: 1px solid red;
|
|
}
|
|
.thumb {
|
|
max-height: 150px;
|
|
width: auto;
|
|
border: 3px solid black;
|
|
}
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div class="hidden">
|
|
<h1>Serialization tests</h1>
|
|
|
|
<h2>Test 1</h2>
|
|
<h3>class strings</h3>
|
|
<!-- put in weird HTML that might cause problems -->
|
|
<div id="target"><p class=" alice bob charlie has.dot">pewpewpew</p></div>
|
|
|
|
<h2>Test 1</h2>
|
|
<h3>paragraph text</h3>
|
|
<!-- -->
|
|
<div id="quot"><p>"pewpewpew"</p></div>
|
|
|
|
|
|
<hr>
|
|
|
|
<h2>Test 2</h2>
|
|
<h3>XWiki Macros</h3>
|
|
|
|
<!-- Can we serialize XWiki Macros? -->
|
|
<div id="widget"><div data-cke-widget-id="0" tabindex="-1" data-cke-widget-wrapper="1" data-cke-filter="off" class="cke_widget_wrapper cke_widget_block" data-cke-display-name="macro:velocity" contenteditable="false"><div class="macro cke_widget_element" data-macro="startmacro:velocity|-||-|Here is a macro" data-cke-widget-data="%7B%22classes%22%3A%7B%22macro%22%3A1%7D%7D" data-cke-widget-upcasted="1" data-cke-widget-keep-attr="0" data-widget="xwiki-macro"><p>Here is a macro</p></div><span style='background: rgba(220, 220, 220, 0.5) repeat scroll 0% 0%; top: -15px; left: 0px; display: block;' class="cke_reset cke_widget_drag_handler_container"><img title="Click and drag to move" src="data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==" data-cke-widget-drag-handler="1" class="cke_reset cke_widget_drag_handler" height="15" width="15"></span></div></div>
|
|
|
|
<hr>
|
|
|
|
<img id="thumb-orig" src="/customize/alt-favicon.png" />
|
|
</div>
|