Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8e00808b647919e9d256ff425f6fdd47085a6e6e
      
https://github.com/WebKit/WebKit/commit/8e00808b647919e9d256ff425f6fdd47085a6e6e
  Author: Zak Ridouh <[email protected]>
  Date:   2025-03-13 (Thu, 13 Mar 2025)

  Changed paths:
    M LayoutTests/fast/xpath/4XPath/Borrowed/cz_20030217.html
    M LayoutTests/fast/xpath/4XPath/Borrowed/kd_20010423.html
    M LayoutTests/fast/xpath/4XPath/Borrowed/od_20000608.html
    M LayoutTests/fast/xpath/4XPath/Borrowed/rs_20010831.html
    M LayoutTests/fast/xpath/4XPath/Borrowed/sr_20021217.html
    M LayoutTests/fast/xpath/4XPath/Core/test_boolean_expr.html
    M LayoutTests/fast/xpath/4XPath/Core/test_core_functions-expected.txt
    M LayoutTests/fast/xpath/4XPath/Core/test_core_functions.html
    M LayoutTests/fast/xpath/4XPath/Core/test_literal_expr.html
    M LayoutTests/fast/xpath/4XPath/Core/test_location_path.html
    M LayoutTests/fast/xpath/4XPath/Core/test_node_test.html
    M LayoutTests/fast/xpath/4XPath/Core/test_nodeset_expr.html
    M LayoutTests/fast/xpath/4XPath/Core/test_numeric_expr.html
    M LayoutTests/fast/xpath/4XPath/Core/test_parser.html
    M LayoutTests/fast/xpath/4XPath/Core/test_predicate_list.html
    M LayoutTests/fast/xpath/4XPath/Core/test_step.html
    M LayoutTests/fast/xpath/ambiguous-operators-expected.txt
    M LayoutTests/fast/xpath/ambiguous-operators.html
    M LayoutTests/fast/xpath/attr-namespace.html
    M LayoutTests/fast/xpath/attribute-node-predicate-expected.txt
    M LayoutTests/fast/xpath/attribute-node-predicate.html
    M LayoutTests/fast/xpath/detached-subtree-invalidate-iterator-expected.txt
    M LayoutTests/fast/xpath/detached-subtree-invalidate-iterator.html
    M LayoutTests/fast/xpath/document-order.html
    M LayoutTests/fast/xpath/evaluate-twice.html
    M LayoutTests/fast/xpath/invalid-functions.html
    M LayoutTests/fast/xpath/node-name-case-sensitivity-expected.txt
    M LayoutTests/fast/xpath/node-name-case-sensitivity.html
    M LayoutTests/fast/xpath/null-namespace-in-html-expected.txt
    M LayoutTests/fast/xpath/null-namespace-in-html.html
    M LayoutTests/fast/xpath/position.html
    M LayoutTests/fast/xpath/py-dom-xpath/abbreviations.html
    M LayoutTests/fast/xpath/py-dom-xpath/axes.html
    M LayoutTests/fast/xpath/py-dom-xpath/data.html
    M LayoutTests/fast/xpath/py-dom-xpath/expressions.html
    M LayoutTests/fast/xpath/py-dom-xpath/functions-expected.txt
    M LayoutTests/fast/xpath/py-dom-xpath/functions.html
    M LayoutTests/fast/xpath/py-dom-xpath/nodetests.html
    M LayoutTests/fast/xpath/py-dom-xpath/paths.html
    M LayoutTests/fast/xpath/py-dom-xpath/predicates.html
    M LayoutTests/fast/xpath/string-value.html
    M LayoutTests/fast/xpath/substring-after-expected.txt
    M LayoutTests/fast/xpath/substring-after.html
    M LayoutTests/fast/xpath/substring-nan-position-expected.txt
    M LayoutTests/fast/xpath/substring-nan-position.html
    M LayoutTests/fast/xpath/substring-non-positive-postion-expected.txt
    M LayoutTests/fast/xpath/substring-non-positive-postion.html
    M LayoutTests/fast/xpath/xpath-detached-iframe-resolver-crash-expected.txt
    M LayoutTests/fast/xpath/xpath-detached-iframe-resolver-crash.html
    M LayoutTests/fast/xpath/xpath-detached-import-assert-expected.txt
    M LayoutTests/fast/xpath/xpath-detached-import-assert.html
    M LayoutTests/fast/xpath/xpath-detached-nodes-expected.txt
    M LayoutTests/fast/xpath/xpath-detached-nodes.html
    M LayoutTests/fast/xpath/xpath-namespaces-expected.txt
    M LayoutTests/fast/xpath/xpath-namespaces.html
    M LayoutTests/fast/xpath/xpath-non-ASCII-case-folding.html
    M LayoutTests/fast/xpath/xpath-template-element-expected.txt
    M LayoutTests/fast/xpath/xpath-template-element.html

  Log Message:
  -----------
  [xpath] Modernize /fast/xpath tests
https://bugs.webkit.org/show_bug.cgi?id=289648
rdar://146892392

Reviewed by Tim Nguyen.

Modernize the tests in `fast/xpath` to use `test-js.js` and drop the
console element.

* LayoutTests/fast/xpath/4XPath/Borrowed/cz_20030217.html:
* LayoutTests/fast/xpath/4XPath/Borrowed/kd_20010423.html:
* LayoutTests/fast/xpath/4XPath/Borrowed/od_20000608.html:
* LayoutTests/fast/xpath/4XPath/Borrowed/rs_20010831.html:
* LayoutTests/fast/xpath/4XPath/Borrowed/sr_20021217.html:
* LayoutTests/fast/xpath/4XPath/Core/test_boolean_expr.html:
* LayoutTests/fast/xpath/4XPath/Core/test_core_functions-expected.txt:
* LayoutTests/fast/xpath/4XPath/Core/test_core_functions.html:
* LayoutTests/fast/xpath/4XPath/Core/test_literal_expr.html:
* LayoutTests/fast/xpath/4XPath/Core/test_location_path.html:
* LayoutTests/fast/xpath/4XPath/Core/test_node_test.html:
* LayoutTests/fast/xpath/4XPath/Core/test_nodeset_expr.html:
* LayoutTests/fast/xpath/4XPath/Core/test_numeric_expr.html:
* LayoutTests/fast/xpath/4XPath/Core/test_parser.html:
* LayoutTests/fast/xpath/4XPath/Core/test_predicate_list.html:
* LayoutTests/fast/xpath/4XPath/Core/test_step.html:
* LayoutTests/fast/xpath/ambiguous-operators-expected.txt:
* LayoutTests/fast/xpath/ambiguous-operators.html:
* LayoutTests/fast/xpath/attr-namespace.html:
* LayoutTests/fast/xpath/attribute-node-predicate.html:
* LayoutTests/fast/xpath/detached-subtree-invalidate-iterator.html:
* LayoutTests/fast/xpath/document-order.html:
* LayoutTests/fast/xpath/evaluate-twice.html:
* LayoutTests/fast/xpath/invalid-functions.html:
* LayoutTests/fast/xpath/node-name-case-sensitivity-expected.txt:
* LayoutTests/fast/xpath/node-name-case-sensitivity.html:
* LayoutTests/fast/xpath/null-namespace-in-html-expected.txt:
* LayoutTests/fast/xpath/null-namespace-in-html.html:
* LayoutTests/fast/xpath/position.html:
* LayoutTests/fast/xpath/py-dom-xpath/abbreviations.html:
* LayoutTests/fast/xpath/py-dom-xpath/data.html:
* LayoutTests/fast/xpath/py-dom-xpath/expressions.html:
* LayoutTests/fast/xpath/py-dom-xpath/functions-expected.txt:
* LayoutTests/fast/xpath/py-dom-xpath/functions.html:
* LayoutTests/fast/xpath/py-dom-xpath/nodetests.html:
* LayoutTests/fast/xpath/py-dom-xpath/paths.html:
* LayoutTests/fast/xpath/py-dom-xpath/predicates.html:
* LayoutTests/fast/xpath/reverse-axes.html:
* LayoutTests/fast/xpath/string-value.html:
* LayoutTests/fast/xpath/substring-after-expected.txt:
* LayoutTests/fast/xpath/substring-after.html:
* LayoutTests/fast/xpath/substring-nan-position-expected.txt:
* LayoutTests/fast/xpath/substring-nan-position.html:
* LayoutTests/fast/xpath/substring-non-positive-postion-expected.txt:
* LayoutTests/fast/xpath/substring-non-positive-postion.html:
* LayoutTests/fast/xpath/xpath-detached-iframe-resolver-crash-expected.txt:
* LayoutTests/fast/xpath/xpath-detached-iframe-resolver-crash.html:
* LayoutTests/fast/xpath/xpath-detached-import-assert-expected.txt:
* LayoutTests/fast/xpath/xpath-detached-import-assert.html:
* LayoutTests/fast/xpath/xpath-detached-nodes-expected.txt:
* LayoutTests/fast/xpath/xpath-detached-nodes.html:
* LayoutTests/fast/xpath/xpath-namespaces.html:
* LayoutTests/fast/xpath/xpath-non-ASCII-case-folding.html:
* LayoutTests/fast/xpath/xpath-template-element-expected.txt:
* LayoutTests/fast/xpath/xpath-template-element.html:

Canonical link: https://commits.webkit.org/292122@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to