[webkit-changes] [WebKit/WebKit] efd535: Add WPT for shape function parsing
Simon Fraser
noreply at github.com
Wed Jul 31 09:59:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: efd53559b3bf03346bb149905998bd5cba21b42f
https://github.com/WebKit/WebKit/commit/efd53559b3bf03346bb149905998bd5cba21b42f
Author: Simon Fraser <simon.fraser at apple.com>
Date: 2024-07-31 (Wed, 31 Jul 2024)
Changed paths:
R LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/parsing/shape-outside-invalid-expected.txt
R LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/parsing/shape-outside-invalid.html
R LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/parsing/shape-outside-valid-expected.txt
R LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/parsing/shape-outside-valid.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/circle-function-computed-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/circle-function-computed.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/circle-function-invalid-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/circle-function-invalid.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/circle-function-valid-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/circle-function-valid.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/ellipse-function-computed-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/ellipse-function-computed.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/ellipse-function-invalid-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/ellipse-function-invalid.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/ellipse-function-valid-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/ellipse-function-valid.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/inset-function-computed-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/inset-function-computed.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/inset-function-invalid-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/inset-function-invalid.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/inset-function-valid-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/inset-function-valid.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/path-function-computed-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/path-function-computed.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/path-function-invalid-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/path-function-invalid.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/path-function-valid-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/path-function-valid.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/polygon-function-computed-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/polygon-function-computed.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/polygon-function-invalid-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/polygon-function-invalid.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/polygon-function-valid-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/polygon-function-valid.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/rect-function-computed-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/rect-function-computed.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/rect-function-invalid-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/rect-function-invalid.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/rect-function-valid-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/rect-function-valid.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/xywh-function-computed-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/xywh-function-computed.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/xywh-function-invalid-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/xywh-function-invalid.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/xywh-function-valid-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/xywh-function-valid.html
Log Message:
-----------
Add WPT for shape function parsing
https://bugs.webkit.org/show_bug.cgi?id=277346
rdar://132814350
Reviewed by Tim Nguyen.
Add Basic Shape parsing and computed style tests based on https://drafts.csswg.org/css-shapes/#supported-basic-shapes.
This adds closest-corner/farthest-corner as valid `circle()` and `ellipse()` sizes.
This also assumes that the resolution in https://github.com/w3c/csswg-drafts/issues/10645 passes
(which seems to be current browser behavior already).
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/parsing/shape-outside-invalid-expected.txt: Removed.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/parsing/shape-outside-invalid.html: Removed.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/parsing/shape-outside-valid-expected.txt: Removed.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/parsing/shape-outside-valid.html: Removed.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/circle-function-computed-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/circle-function-computed.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/circle-function-invalid-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/circle-function-invalid.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/circle-function-valid-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/circle-function-valid.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/ellipse-function-computed-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/ellipse-function-computed.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/ellipse-function-invalid-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/ellipse-function-invalid.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/ellipse-function-valid-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/ellipse-function-valid.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/inset-function-computed-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/inset-function-computed.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/inset-function-invalid-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/inset-function-invalid.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/inset-function-valid-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/inset-function-valid.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/path-function-computed-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/path-function-computed.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/path-function-invalid-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/path-function-invalid.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/path-function-valid-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/path-function-valid.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/polygon-function-computed-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/polygon-function-computed.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/polygon-function-invalid-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/polygon-function-invalid.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/polygon-function-valid-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/polygon-function-valid.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/rect-function-computed-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/rect-function-computed.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/rect-function-invalid-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/rect-function-invalid.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/rect-function-valid-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/rect-function-valid.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/xywh-function-computed-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/xywh-function-computed.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/xywh-function-invalid-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/xywh-function-invalid.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/xywh-function-valid-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/xywh-function-valid.html: Added.
Canonical link: https://commits.webkit.org/281657@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list