haikuwebkit/LayoutTests/imported/w3c/web-platform-tests/svg
Chris Dumez 38f9fdde71 Update WPT resources from upstream
https://bugs.webkit.org/show_bug.cgi?id=227296

Reviewed by Darin Adler.

LayoutTests/imported/w3c:

* web-platform-tests/IndexedDB/idlharness.any-expected.txt:
* web-platform-tests/IndexedDB/idlharness.any.worker-expected.txt:
* web-platform-tests/WebCryptoAPI/idlharness.https.any-expected.txt:
* web-platform-tests/WebCryptoAPI/idlharness.https.any.worker-expected.txt:
* web-platform-tests/content-security-policy/securitypolicyviolation/idlharness.window-expected.txt:
* web-platform-tests/css/css-animations/idlharness-expected.txt:
* web-platform-tests/css/css-font-loading/idlharness.https-expected.txt:
* web-platform-tests/css/css-syntax/input-preprocessing-expected.txt:
* web-platform-tests/css/css-transitions/idlharness-expected.txt:
* web-platform-tests/css/cssom-view/idlharness-expected.txt:
* web-platform-tests/css/cssom/idlharness-expected.txt:
* web-platform-tests/dom/idlharness.any.worker-expected.txt:
* web-platform-tests/dom/idlharness.window-expected.txt:
* web-platform-tests/domparsing/idlharness.window-expected.txt:
* web-platform-tests/eventsource/idlharness-expected.txt:
* web-platform-tests/fetch/api/idlharness.any-expected.txt:
* web-platform-tests/fetch/api/idlharness.any.worker-expected.txt:
* web-platform-tests/fetch/cors-rfc1918/idlharness.tentative.any-expected.txt:
* web-platform-tests/fetch/cors-rfc1918/idlharness.tentative.any.worker-expected.txt:
* web-platform-tests/hr-time/idlharness.any-expected.txt:
* web-platform-tests/hr-time/idlharness.any.worker-expected.txt:
* web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-return-value-handling-dynamic-expected.txt:
* web-platform-tests/html/dom/idlharness.worker-expected.txt:
* web-platform-tests/html/infrastructure/safe-passing-of-structured-data/structured-cloning-error-stack-optional.sub.window-expected.txt:
* web-platform-tests/interfaces/DOM-Parsing.idl:
* web-platform-tests/interfaces/SVG.idl:
* web-platform-tests/interfaces/mediasession.idl:
* web-platform-tests/mediasession/idlharness.window-expected.txt:
* web-platform-tests/notifications/idlharness.https.any-expected.txt:
* web-platform-tests/notifications/idlharness.https.any.worker-expected.txt:
* web-platform-tests/pointerevents/idlharness.window-expected.txt:
Rebaseline existing tests.

* web-platform-tests/resources/*: Updated.

LayoutTests:

* platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:


Canonical link: https://commits.webkit.org/239088@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@279202 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-06-24 01:58:27 +00:00
..
animations
coordinate-systems
embedded
extensibility
geometry
images
import
interact
layout
linking
painting
path
pservers
render
rendering/order
scripted
shapes
struct
styling
svg-in-svg
text
types
META.yml
README.md
historical-expected.txt
historical.html
idlharness.window-expected.txt Update WPT resources from upstream 2021-06-24 01:58:27 +00:00
idlharness.window.html
idlharness.window.js
w3c-import.log

README.md

The import directory contains tests imported from the SVG 1.1 Second Edition test suite, with tests renamed to contain -manual in their name. These tests need review to verify that they are still correct for the latest version of SVG (which at the time of writing is SVG 2) and then need to be converted to reftests or testharness.js-based tests.

The SVG 1.1 test suite came with reference PNGs for each test, which, while not suitable as exact reftest reference files, at least give a rough indication of what the test should look like. For some tests, such as those involving filters, the test pass criteria are written with reference to the PNGs. When converting the tests to reftests or testharness.js-based tests, you might want to consult the reference PNG.

Tests should be placed in a directory named after the SVG 2 chapter name (for example in the shapes/ directory for Basic Shapes chapter tests). Scripted tests should be placed under a scripted/ subdirectory and reftests under a reftests/ subdirectory, within the chapter directory. Filenames for tests of DOM methods and properties should start with InterfaceName.methodOrPropertyName, such as types/scripted/SVGElement.ownerSVGElement-01.html.

Direct questions about the imported SVG 1.1 tests to Cameron McCormack.