summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlquery/pushBaselines/openDocument.ref
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qxmlquery/pushBaselines/openDocument.ref')
-rw-r--r--tests/auto/qxmlquery/pushBaselines/openDocument.ref22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/auto/qxmlquery/pushBaselines/openDocument.ref b/tests/auto/qxmlquery/pushBaselines/openDocument.ref
new file mode 100644
index 0000000..95e9c53
--- /dev/null
+++ b/tests/auto/qxmlquery/pushBaselines/openDocument.ref
@@ -0,0 +1,22 @@
+startOfSequence()
+startDocument()
+startElement({http://example.com}e)
+namespaceBinding({http://example.com}empty)
+namespaceBinding({http://example.com/P}p:empty)
+attribute(attr, 1)
+attribute({http://example.com/P}p:attr, )
+processingInstruction(target, data)
+comment( a comment )
+startElement({http://example.com}e)
+namespaceBinding({http://example.com}empty)
+namespaceBinding({http://example.com/P}p:empty)
+endElement()
+characters(text )
+startElement({http://example.com}f)
+namespaceBinding({http://example.com}empty)
+namespaceBinding({http://example.com/P}p:empty)
+endElement()
+characters(text node)
+endElement()
+endDocument()
+endOfSequence()