+2006-12-10 Rob Buis <buis@kde.org>
+
+ Reviewed by Darin.
+
+ Updated testcases due to:
+ http://bugs.webkit.org/show_bug.cgi?id=10996
+ WebKit needs (possibly private) XML/SVG innerText support (for DumpRenderTree)
+
+ * 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:
+ * svg/custom/getBBox-js-expected.txt:
+ * svg/custom/stroke-width-click-expected.txt:
+
2006-12-08 Rob Buis <buis@kde.org>
Reviewed by Maciej.
-
-
-
-
- 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
+Attribute_Nodes: 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
+Attribute_Nodes_xmlns: 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
+Comment_Nodes: 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
+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_hasFeature_3: Success
+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_empty: Success
+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_null: Success
+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_isSupported_3: Success
+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_empty: Success
+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_null: Success
+Conformance_isSupported_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
-
- Element_Nodes: Success
+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
-
- Processing_Instruction_Nodes: Success
+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
-
- Text_NodesS1.2.4-Text-Nodes-Adjacent-Next: assertTrue failed
+Text_Nodes
+S1.2.4-Text-Nodes-Adjacent-Next: assertTrue failed
-
-
-
-
- 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
+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
-
- XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR: Success
+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_NAMESPACE_ERR_01: Success
+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_02: Success
+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_NS: Success
+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_no_NS: Success
+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_createNSResolver_all: Success
+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_document: Success
+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_documentElement: Success
+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_evaluate_INVALID_EXPRESSION_ERR: Success
+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_NAMESPACE_ERR: Success
+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_NOT_SUPPORTED_ERR: Success
+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_TYPE_ERR: Success
+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
-
- Tests with multiple loads of different documents are not currently supportedXPathEvaluator_evaluate_WRONG_DOCUMENT_ERR
+Tests with multiple loads of different documents are not currently supported
+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
-
- XPathEvaluator_evaluate_document: Success
+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_documentElement: Success
+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
-
- XPathExpression_evaluate_NOT_SUPPORTED_ERR: Success
+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
-
- Tests with multiple loads of different documents are not currently supportedXPathExpression_evaluate_WRONG_DOCUMENT_ERR
+Tests with multiple loads of different documents are not currently supported
+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
-
- XPathExpression_evaluate_document: Success
+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_documentElement: Success
+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
-
- XPathNSResolver_lookupNamespaceURI_nist_dmstcdmstcequal: assertEquals failed, actual , expected null.
+XPathNSResolver_lookupNamespaceURI_nist_dmstc
+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_nullnotnull: assertNull failed, actual
+XPathNSResolver_lookupNamespaceURI_null
+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_prefix: Success
+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_xml: Success
+XPathNSResolver_lookupNamespaceURI_xml: 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
+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_booleanValue_false: Success
+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_truetrue: assertTrue failed
+XPathResult_booleanValue_true
+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_invalidIteratorState_ANY_TYPE: Success
+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_UNORDERED_NODE_TYPE: Success
+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_BOOLEAN_TYPE: Success
+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_FIRST_ORDERED_NODE_TYPE: Success
+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_NUMBER_TYPE: Success
+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_ORDERED_NODE_ITERATOR_TYPE: Success
+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_SNAPSHOT_TYPE: Success
+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_STRING_TYPE: Success
+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_UNORDERED_NODE_ITERATOR_TYPE: Success
+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_SNAPSHOT_TYPE: Success
+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_iterateNext_INVALID_STATE_ERR: Success
+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_iteratorNext_ORDERED_NODE_ITERATOR_TYPEcount: assertEquals failed, actual 0, expected 5.
+XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE
+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_numberValue: Success
+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_resultType: Success
+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_singleNodeValue_ANY_UNORDERED_NODE_TYPE: Success
+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_FIRST_ORDERED_NODE_TYPETypeError: Null value
+XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE
+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_null: Success
+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_orderTypeError: Null value
+XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order
+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_UNORDERED_NODE_SNAPSHOT_TYPE_countnotnull: assertNotNull failed
+XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count
+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_null: Success
+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_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPEsame: assertEquals failed, actual 0, expected 5.
+XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE
+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.
+XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE
+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_stringValuesame: assertEquals failed, actual , expected 56,000.
+XPathResult_stringValue
+same: assertEquals failed, actual , expected 56,000.
-
-
-
- function init()
- {
- if (window.layoutTestController)
- layoutTestController.dumpAsText();
- var g = document.createElementNS("http://www.w3.org/2000/svg", "g");
- document.rootElement.appendChild(g);
- var txt = document.createElementNS("http://www.w3.org/2000/svg", "text");
- txt.setAttribute("x", "50");
- txt.setAttribute("y", "50");
- var textNode = document.createTextNode("Failed");
- txt.appendChild(textNode);
- g.appendChild(txt);
- if (g.getBBox().width > 0 && g.getBBox().height > 0) {
- if (txt.getBBox().width > 0 && txt.getBBox().height > 0) {
- var img = document.createElementNS("http://www.w3.org/2000/svg", "image");
- img.setAttribute("x", "0");
- img.setAttribute("y", "0");
- img.setAttribute("width", "100");
- img.setAttribute("height", "100");
- img.setAttribute("visibility", "hidden");
- img.setAttributeNS("http://www.w3.org/1999/xlink", "href", "resources/magnify.png");
- g.appendChild(img);
- if (img.getBBox().width > 0 && img.getBBox().height > 0) {
- var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect");
- rect.setAttribute("x", "0");
- rect.setAttribute("y", "0");
- rect.setAttribute("width", "100");
- rect.setAttribute("height", "100");
- rect.setAttribute("visibility", "hidden");
- g.appendChild(rect);
- if (rect.getBBox().width > 0 && rect.getBBox().height > 0) {
- textNode.data = "Passed";
- }
- }
- }
- }
- }
-
-
Passed
+
-
-
-
- if (window.layoutTestController)
- layoutTestController.dumpAsText();
-
- function log(string) {
- var newDiv = document.createElementNS("http://www.w3.org/1999/xhtml", "div");
- newDiv.textContent = string;
- document.getElementById('log').appendChild(newDiv);
- }
-
- var lastEvent = null;
-
- function testClick(x, y, expected) {
- eventSender.mouseMoveTo(x, y);
- eventSender.mouseDown();
- eventSender.mouseUp();
- if (expected && lastEvent && lastEvent.clientX == x && lastEvent.clientY == y) {
- log("SUCCESS: click received at: " + x + ", " + y);
- } else if (!expected && !lastEvent) {
- log("SUCCESS: click at " + x + ", " + y + " was correctly ignored");
- } else if (expected && lastEvent) {
- log("FAILURE: click received at: " + lastEvent.clientX + ", " + lastEvent.clientY + " but it was expected at: " + x + ", " + y);
- } else if (!expected && lastEvent) {
- log("FAILURE: UNEXPECTED click received at: " + lastEvent.clientX + ", " + lastEvent.clientY);
- } else if (expected && !lastEvent) {
- log("FAILURE: NO click received at: " + x + ", " + y);
- } else {
- log("LOGIC ERORR");
- }
- lastEvent = null;
- }
-
- function gotClick(evt) {
- lastEvent = evt;
- }
-
- function gotMouseEvent(evt, type) {
- if (!window.layoutTestController)
- document.getElementById('mouseover-text').textContent = type + " at " + evt.clientX + ", " + evt.clientY;
- }
-
-
-
-
-
-
- SUCCESS: click at 10, 10 was correctly ignoredSUCCESS: click received at: 30, 100SUCCESS: click at 29, 100 was correctly ignoredSUCCESS: click received at: 30, 50SUCCESS: click at 30, 49 was correctly ignoredSUCCESS: click received at: 30, 150SUCCESS: click at 30, 151 was correctly ignoredSUCCESS: click received at: 300, 100SUCCESS: click at 301, 100 was correctly ignoredSUCCESS: click received at: 300, 50SUCCESS: click at 300, 49 was correctly ignoredSUCCESS: click received at: 300, 150SUCCESS: click at 300, 151 was correctly ignored
-
-
-
-
-
-
-
-
-
-
- if (window.eventSender) {
- testClick(10, 10, false);
- testClick(30, 100, true);
- testClick(29, 100, false);
- testClick(30, 50, true);
- testClick(30, 49, false);
- testClick(30, 150, true);
- testClick(30, 151, false);
- testClick(300, 100, true);
- testClick(301, 100, false);
- testClick(300, 50, true);
- testClick(300, 49, false);
- testClick(300, 150, true);
- testClick(300, 151, false);
- } else {
- log("ERROR: window.eventSender not found! This test must be run using DumpRenderTree. Mousing over the yellow area will log however.");
- }
-
-
+SUCCESS: click at 10, 10 was correctly ignored
+SUCCESS: click received at: 30, 100
+SUCCESS: click at 29, 100 was correctly ignored
+SUCCESS: click received at: 30, 50
+SUCCESS: click at 30, 49 was correctly ignored
+SUCCESS: click received at: 30, 150
+SUCCESS: click at 30, 151 was correctly ignored
+SUCCESS: click received at: 300, 100
+SUCCESS: click at 301, 100 was correctly ignored
+SUCCESS: click received at: 300, 50
+SUCCESS: click at 300, 49 was correctly ignored
+SUCCESS: click received at: 300, 150
+SUCCESS: click at 300, 151 was correctly ignored
+2006-12-10 Rob Buis <buis@kde.org>
+
+ Reviewed by Darin.
+
+ http://bugs.webkit.org/show_bug.cgi?id=10996
+ WebKit needs (possibly private) XML/SVG innerText support (for DumpRenderTree)
+
+ Create an internal method to create innerText functionality for non-HTML
+ nodes. When called from DRT this omits CDATA nodes.
+
+ * dom/Element.cpp:
+ (WebCore::Element::innerText):
+ (WebCore::Element::outerText):
+ * dom/Element.h:
+ * dom/Element.idl:
+ * html/HTMLElement.cpp:
+ * html/HTMLElement.h:
+
2006-12-10 MorganL <morganl.webkit@yahoo.com>
Reviewed by Maciej.
#include "NamedAttrMap.h"
#include "RenderBlock.h"
#include "SelectionController.h"
+#include "TextIterator.h"
#include "TextStream.h"
namespace WebCore {
}
}
+String Element::innerText() const
+{
+ if (!renderer())
+ return textContent(true);
+
+ // We need to update layout, since plainText uses line boxes in the render tree.
+ document()->updateLayoutIgnorePendingStylesheets();
+ return plainText(rangeOfContents(const_cast<Element *>(this)).get());
+}
+
+String Element::outerText() const
+{
+ // Getting outerText is the same as getting innerText, only
+ // setting is different. You would think this should get the plain
+ // text for the outer range, but this is wrong, <br> for instance
+ // would return different values for inner and outer text by such
+ // a rule, but it doesn't in WinIE, and we want to match that.
+ return innerText();
+}
+
+
}
Node* insertAdjacentElement(const String& where, Node* newChild, int& exception);
bool contains(const Node*) const;
+
+ String innerText() const;
+ String outerText() const;
protected:
virtual void createAttributeMap() const;
void scrollByLines(in long lines);
void scrollByPages(in long pages);
+#if defined(LANGUAGE_OBJECTIVE_C)
+ // Objective-C extensions
+ readonly attribute DOMString innerText;
+#endif /* defined(LANGUAGE_OBJECTIVE_C) */
+
};
}
return createMarkup(this);
}
-String HTMLElement::innerText() const
-{
- if (!renderer())
- return textContent(true);
-
- // We need to update layout, since plainText uses line boxes in the render tree.
- document()->updateLayoutIgnorePendingStylesheets();
- return plainText(rangeOfContents(const_cast<HTMLElement *>(this)).get());
-}
-
-String HTMLElement::outerText() const
-{
- // Getting outerText is the same as getting innerText, only
- // setting is different. You would think this should get the plain
- // text for the outer range, but this is wrong, <br> for instance
- // would return different values for inner and outer text by such
- // a rule, but it doesn't in WinIE, and we want to match that.
- return innerText();
-}
-
PassRefPtr<DocumentFragment> HTMLElement::createContextualFragment(const String &html)
{
// the following is in accordance with the definition as used by IE
String innerHTML() const;
String outerHTML() const;
- String innerText() const;
- String outerText() const;
PassRefPtr<DocumentFragment> createContextualFragment(const String&);
void setInnerHTML(const String&, ExceptionCode&);
void setOuterHTML(const String&, ExceptionCode&);
+2006-12-10 Rob Buis <buis@kde.org>
+
+ Reviewed by Darin.
+
+ * DumpRenderTree/DumpRenderTree.m:
+ (dump):
+
2006-12-10 Lars Knoll <lars@trolltech.com>
Reviewed by Zack
#import "TextInputController.h"
#import "UIDelegate.h"
#import <ApplicationServices/ApplicationServices.h> // for CMSetDefaultProfileBySpace
+#import <WebKit/DOMElementPrivate.h>
#import <WebKit/DOMExtensions.h>
#import <WebKit/DOMRange.h>
#import <WebKit/WebBackForwardList.h>
dumpAsText |= [[[[frame dataSource] response] MIMEType] isEqualToString:@"text/plain"];
if (dumpAsText) {
DOMElement *documentElement = [[frame DOMDocument] documentElement];
- if ([documentElement isKindOfClass:[DOMHTMLElement class]])
- result = [[(DOMHTMLElement *)documentElement innerText] stringByAppendingString:@"\n"];
- else
- result = [[documentElement valueForKey:@"textContent"] stringByAppendingString:@"\n"];
+ result = [[(DOMElement *)documentElement innerText] stringByAppendingString:@"\n"];
} else {
bool isSVGW3CTest = ([currentTest rangeOfString:@"svg/W3C-SVG-1.1"].length);
if (isSVGW3CTest)