+2006-07-04 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Darin.
+
+ http://bugzilla.opendarwin.org/show_bug.cgi?id=9734
+ - change SVG XPath DOM tests to dump as text, and update expected results
+
+ This should stop the random failures in Attribute_Nodes.svg
+
+ * dom/svg/level3/xpath/Attribute_Nodes-expected.txt:
+ * dom/svg/level3/xpath/Attribute_Nodes_xmlns-expected.txt:
+ * dom/svg/level3/xpath/Comment_Nodes-expected.txt:
+ * dom/svg/level3/xpath/Conformance_Expressions-expected.txt:
+ * dom/svg/level3/xpath/Conformance_hasFeature_3-expected.txt:
+ * dom/svg/level3/xpath/Conformance_hasFeature_empty-expected.txt:
+ * dom/svg/level3/xpath/Conformance_hasFeature_null-expected.txt:
+ * dom/svg/level3/xpath/Conformance_isSupported_3-expected.txt:
+ * dom/svg/level3/xpath/Conformance_isSupported_empty-expected.txt:
+ * dom/svg/level3/xpath/Conformance_isSupported_null-expected.txt:
+ * dom/svg/level3/xpath/Element_Nodes-expected.txt:
+ * dom/svg/level3/xpath/Processing_Instruction_Nodes-expected.txt:
+ * dom/svg/level3/xpath/Text_Nodes-expected.txt:
+ * dom/svg/level3/xpath/XPathEvaluatorCast01-expected.txt:
+ * dom/svg/level3/xpath/XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR-expected.txt:
+ * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_01-expected.txt:
+ * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_02-expected.txt:
+ * dom/svg/level3/xpath/XPathEvaluator_createExpression_NS-expected.txt:
+ * dom/svg/level3/xpath/XPathEvaluator_createExpression_no_NS-expected.txt:
+ * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_all-expected.txt:
+ * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_document-expected.txt:
+ * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_documentElement-expected.txt:
+ * dom/svg/level3/xpath/XPathEvaluator_evaluate_INVALID_EXPRESSION_ERR-expected.txt:
+ * dom/svg/level3/xpath/XPathEvaluator_evaluate_NAMESPACE_ERR-expected.txt:
+ * dom/svg/level3/xpath/XPathEvaluator_evaluate_NOT_SUPPORTED_ERR-expected.txt:
+ * dom/svg/level3/xpath/XPathEvaluator_evaluate_TYPE_ERR-expected.txt:
+ * dom/svg/level3/xpath/XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR-expected.txt:
+ * dom/svg/level3/xpath/XPathEvaluator_evaluate_document-expected.txt:
+ * dom/svg/level3/xpath/XPathEvaluator_evaluate_documentElement-expected.txt:
+ * dom/svg/level3/xpath/XPathExpression_evaluate_NOT_SUPPORTED_ERR-expected.txt:
+ * dom/svg/level3/xpath/XPathExpression_evaluate_WRONG_DOCUMENT_ERR-expected.txt:
+ * dom/svg/level3/xpath/XPathExpression_evaluate_document-expected.txt:
+ * dom/svg/level3/xpath/XPathExpression_evaluate_documentElement-expected.txt:
+ * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc-expected.txt:
+ * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_null-expected.txt:
+ * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_prefix-expected.txt:
+ * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_xml-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_TYPE_ERR-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_booleanValue_false-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_booleanValue_true-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_UNORDERED_NODE_TYPE-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_invalidIteratorState_BOOLEAN_TYPE-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_invalidIteratorState_FIRST_ORDERED_NODE_TYPE-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_invalidIteratorState_NUMBER_TYPE-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_invalidIteratorState_STRING_TYPE-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_numberValue-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_resultType-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
+ * dom/svg/level3/xpath/XPathResult_stringValue-expected.txt:
+ * dom/svg/level3/xpath/svgunit.js:
+
2006-07-04 Darin Adler <darin@apple.com>
- updated test result to reflect window without scroll bars
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 800x18
- RenderText {#text} at (0,0) size 163x18
- text run at (0,0) width 163: "Attribute_Nodes: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ Attribute_Nodes: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 209x18
- text run at (0,0) width 209: "Attribute_Nodes_xmlns: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ Attribute_Nodes_xmlns: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 169x18
- text run at (0,0) width 169: "Comment_Nodes: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ Comment_Nodes: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 228x18
- text run at (0,0) width 228: "Conformance_Expressions: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ Conformance_Expressions: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 236x18
- text run at (0,0) width 236: "Conformance_hasFeature_3: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ Conformance_hasFeature_3: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 267x18
- text run at (0,0) width 267: "Conformance_hasFeature_empty: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ Conformance_hasFeature_empty: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 252x18
- text run at (0,0) width 252: "Conformance_hasFeature_null: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ Conformance_hasFeature_null: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 243x18
- text run at (0,0) width 243: "Conformance_isSupported_3: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ Conformance_isSupported_3: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 274x18
- text run at (0,0) width 274: "Conformance_isSupported_empty: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ Conformance_isSupported_empty: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 259x18
- text run at (0,0) width 259: "Conformance_isSupported_null: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ Conformance_isSupported_null: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 159x18
- text run at (0,0) width 159: "Element_Nodes: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ Element_Nodes: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 250x18
- text run at (0,0) width 250: "Processing_Instruction_Nodes: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ Processing_Instruction_Nodes: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 78x18
- text run at (0,0) width 78: "Text_Nodes"
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 331x18
- text run at (0,0) width 331: "S1.2.4-Text-Nodes-Adjacent-Next: assertTrue failed"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ Text_NodesS1.2.4-Text-Nodes-Adjacent-Next: assertTrue failed
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 203x18
- text run at (0,0) width 203: "XPathEvaluatorCast01: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathEvaluatorCast01: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 497x18
- text run at (0,0) width 497: "XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 445x18
- text run at (0,0) width 445: "XPathEvaluator_createExpression_NAMESPACE_ERR_01: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathEvaluator_createExpression_NAMESPACE_ERR_01: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 445x18
- text run at (0,0) width 445: "XPathEvaluator_createExpression_NAMESPACE_ERR_02: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathEvaluator_createExpression_NAMESPACE_ERR_02: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 303x18
- text run at (0,0) width 303: "XPathEvaluator_createExpression_NS: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathEvaluator_createExpression_NS: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 327x18
- text run at (0,0) width 327: "XPathEvaluator_createExpression_no_NS: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathEvaluator_createExpression_no_NS: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 304x18
- text run at (0,0) width 304: "XPathEvaluator_createNSResolver_all: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathEvaluator_createNSResolver_all: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 351x18
- text run at (0,0) width 351: "XPathEvaluator_createNSResolver_document: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathEvaluator_createNSResolver_document: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 403x18
- text run at (0,0) width 403: "XPathEvaluator_createNSResolver_documentElement: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathEvaluator_createNSResolver_documentElement: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 442x18
- text run at (0,0) width 442: "XPathEvaluator_evaluate_INVALID_EXPRESSION_ERR: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathEvaluator_evaluate_INVALID_EXPRESSION_ERR: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 366x18
- text run at (0,0) width 366: "XPathEvaluator_evaluate_NAMESPACE_ERR: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathEvaluator_evaluate_NAMESPACE_ERR: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 403x18
- text run at (0,0) width 403: "XPathEvaluator_evaluate_NOT_SUPPORTED_ERR: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathEvaluator_evaluate_NOT_SUPPORTED_ERR: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 308x18
- text run at (0,0) width 308: "XPathEvaluator_evaluate_TYPE_ERR: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathEvaluator_evaluate_TYPE_ERR: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FFFF00]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 476x18
- text run at (0,0) width 476: "Tests with multiple loads of different documents are not currently supported"
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 372x18
- text run at (0,0) width 372: "XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ Tests with multiple loads of different documents are not currently supportedXPathEvaluator_evaluate_WRONG_DOCUMENT_ERR
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 289x18
- text run at (0,0) width 289: "XPathEvaluator_evaluate_document: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathEvaluator_evaluate_document: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 341x18
- text run at (0,0) width 341: "XPathEvaluator_evaluate_documentElement: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathEvaluator_evaluate_documentElement: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 412x18
- text run at (0,0) width 412: "XPathExpression_evaluate_NOT_SUPPORTED_ERR: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathExpression_evaluate_NOT_SUPPORTED_ERR: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FFFF00]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 476x18
- text run at (0,0) width 476: "Tests with multiple loads of different documents are not currently supported"
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 381x18
- text run at (0,0) width 381: "XPathExpression_evaluate_WRONG_DOCUMENT_ERR"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ Tests with multiple loads of different documents are not currently supportedXPathExpression_evaluate_WRONG_DOCUMENT_ERR
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 298x18
- text run at (0,0) width 298: "XPathExpression_evaluate_document: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathExpression_evaluate_document: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 350x18
- text run at (0,0) width 350: "XPathExpression_evaluate_documentElement: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathExpression_evaluate_documentElement: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 345x18
- text run at (0,0) width 345: "XPathNSResolver_lookupNamespaceURI_nist_dmstc"
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 341x18
- text run at (0,0) width 341: "dmstcequal: assertEquals failed, actual , expected null."
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathNSResolver_lookupNamespaceURI_nist_dmstcdmstcequal: assertEquals failed, actual , expected null.
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 302x18
- text run at (0,0) width 302: "XPathNSResolver_lookupNamespaceURI_null"
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 199x18
- text run at (0,0) width 199: "notnull: assertNull failed, actual"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathNSResolver_lookupNamespaceURI_nullnotnull: assertNull failed, actual
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 373x18
- text run at (0,0) width 373: "XPathNSResolver_lookupNamespaceURI_prefix: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathNSResolver_lookupNamespaceURI_prefix: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 360x18
- text run at (0,0) width 360: "XPathNSResolver_lookupNamespaceURI_xml: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha Raynolds
+This is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathNSResolver_lookupNamespaceURI_xml: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 227x18
- text run at (0,0) width 227: "XPathResult_TYPE_ERR: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_TYPE_ERR: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 271x18
- text run at (0,0) width 271: "XPathResult_booleanValue_false: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_booleanValue_false: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 208x18
- text run at (0,0) width 208: "XPathResult_booleanValue_true"
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 136x18
- text run at (0,0) width 136: "true: assertTrue failed"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_booleanValue_truetrue: assertTrue failed
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 358x18
- text run at (0,0) width 358: "XPathResult_invalidIteratorState_ANY_TYPE: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_invalidIteratorState_ANY_TYPE: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 522x18
- text run at (0,0) width 522: "XPathResult_invalidIteratorState_ANY_UNORDERED_NODE_TYPE: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_invalidIteratorState_ANY_UNORDERED_NODE_TYPE: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 401x18
- text run at (0,0) width 401: "XPathResult_invalidIteratorState_BOOLEAN_TYPE: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_invalidIteratorState_BOOLEAN_TYPE: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 506x18
- text run at (0,0) width 506: "XPathResult_invalidIteratorState_FIRST_ORDERED_NODE_TYPE: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_invalidIteratorState_FIRST_ORDERED_NODE_TYPE: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 392x18
- text run at (0,0) width 392: "XPathResult_invalidIteratorState_NUMBER_TYPE: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_invalidIteratorState_NUMBER_TYPE: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 543x18
- text run at (0,0) width 543: "XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 547x18
- text run at (0,0) width 547: "XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 381x18
- text run at (0,0) width 381: "XPathResult_invalidIteratorState_STRING_TYPE: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_invalidIteratorState_STRING_TYPE: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 567x18
- text run at (0,0) width 567: "XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 571x18
- text run at (0,0) width 571: "XPathResult_invalidIteratorState_UNORDERED_NODE_SNAPSHOT_TYPE: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_invalidIteratorState_UNORDERED_NODE_SNAPSHOT_TYPE: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 390x18
- text run at (0,0) width 390: "XPathResult_iterateNext_INVALID_STATE_ERR: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_iterateNext_INVALID_STATE_ERR: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 441x18
- text run at (0,0) width 441: "XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE"
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 297x18
- text run at (0,0) width 297: "count: assertEquals failed, actual 0, expected 5."
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPEcount: assertEquals failed, actual 0, expected 5.
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 232x18
- text run at (0,0) width 232: "XPathResult_numberValue: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_numberValue: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 213x18
- text run at (0,0) width 213: "XPathResult_resultType: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_resultType: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 513x18
- text run at (0,0) width 513: "XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 439x18
- text run at (0,0) width 439: "XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE"
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 140x18
- text run at (0,0) width 140: "TypeError: Null value"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPETypeError: Null value
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 543x18
- text run at (0,0) width 543: "XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_null: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_null: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 494x18
- text run at (0,0) width 494: "XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order"
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 140x18
- text run at (0,0) width 140: "TypeError: Null value"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_orderTypeError: Null value
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 520x18
- text run at (0,0) width 520: "XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count"
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 178x18
- text run at (0,0) width 178: "notnull: assertNotNull failed"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_countnotnull: assertNotNull failed
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 567x18
- text run at (0,0) width 567: "XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_null: Success"
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_null: Success
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 470x18
- text run at (0,0) width 470: "XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE"
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 294x18
- text run at (0,0) width 294: "same: assertEquals failed, actual 0, expected 5."
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPEsame: assertEquals failed, actual 0, expected 5.
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 494x18
- text run at (0,0) width 494: "XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE"
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 294x18
- text run at (0,0) width 294: "same: assertEquals failed, actual 0, expected 5."
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPEsame: assertEquals failed, actual 0, expected 5.
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- KCanvasContainer {svg} at (0,0) size 100x100
- KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 161x18
- text run at (0,0) width 161: "XPathResult_stringValue"
- RenderSVGText {text} at (0,0) size 785x18
- RenderText {#text} at (0,0) size 322x18
- text run at (0,0) width 322: "same: assertEquals failed, actual , expected 56,000."
+
+
+
+
+ EMP0001
+ Margaret Martin
+ Accountant
+ 56,000
+ Female
+ 1230 North Ave. Dallas, Texas 98551
+
+
+ EMP0002
+ Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
+This is an adjacent CDATASection with a reference to a tab &tab;
+ Secretary
+ 35,000
+ Female
+ 1900 Dallas Road Dallas, Texas
+ 98554
+
+
+ EMP0003
+ Roger
+ Jones
+ Department Manager
+ 100,000
+ Element data
+ PO Box 27 Irving, texas 98553
+
+
+ EMP0004
+ Jeny Oconnor
+ Personnel Director
+ 95,000
+ Female
+ 27 South Road. Dallas, Texas 98556
+
+
+ EMP0005
+ Robert Myers
+ Computer Specialist
+ 90,000
+ male
+ 1821 Nordic. Road, Irving Texas 98558
+
+ XPathResult_stringValuesame: assertEquals failed, actual , expected 56,000.
[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
*/
+/* Begin additions for WebKit layout test framework. */
+if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+/* End additions for WebKit layout test framework. */
+
+
function assertSize(descr, expected, actual) {
var actualSize;
actualSize = actual.length;
+2006-07-04 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Darin.
+
+ http://bugzilla.opendarwin.org/show_bug.cgi?id=9734
+ - add support for dumping non-HTML as text - in this case use textContent
+ instead of innerText
+
+ * DumpRenderTree/DumpRenderTree.m:
+ (dump):
+
2006-07-02 Timothy Hatcher <timothy@apple.com>
Reviewed by Eric.
DOMElement *documentElement = [[frame DOMDocument] documentElement];
if ([documentElement isKindOfClass:[DOMHTMLElement class]])
result = [[(DOMHTMLElement *)documentElement innerText] stringByAppendingString:@"\n"];
+ else
+ result = [[documentElement valueForKey:@"textContent"] stringByAppendingString:@"\n"];
} else {
bool isSVGW3CTest = ([currentTest rangeOfString:@"svg/W3C-SVG-1.1"].length);
if (isSVGW3CTest)