summaryrefslogtreecommitdiffstats
path: root/editor/composer/crashtests/removing-editable-xslt-inner.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'editor/composer/crashtests/removing-editable-xslt-inner.xhtml')
-rw-r--r--editor/composer/crashtests/removing-editable-xslt-inner.xhtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/composer/crashtests/removing-editable-xslt-inner.xhtml b/editor/composer/crashtests/removing-editable-xslt-inner.xhtml
new file mode 100644
index 000000000..cbf206d7e
--- /dev/null
+++ b/editor/composer/crashtests/removing-editable-xslt-inner.xhtml
@@ -0,0 +1,4 @@
+<?xml-stylesheet type="text/xsl" href="#a"?>
+<html xmlns="http://www.w3.org/1999/xhtml" contenteditable="true">
+<xsl:stylesheet version="1.0" id="a" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"/>
+</html>