-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes to wpt/svg/styling/presentation-attributes-* tests
Missing negation in the "d presentation attribute not supported on other elements" subtest in ...-special-cases.html test. Set 'irrelevantElement' to null for 'd', 'height', 'r', 'rx', 'ry', 'transform', 'width', 'x' and 'y' since they are all mentioned in the table in the spec[1] as being special. They are also covered by the ...-special-cases.html test. The definition of 'Applies to' for the 'transform' attribute varies slightly between the SVG specification and CSS transforms specifications, so this applies essentially the intersection of those two. [1] https://svgwg.org/svg2-draft/styling.html#PresentationAttributes Bug: 1056055 Change-Id: Id7a6e604d4f48abbd601bdc09ec9f7ff795b86ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2078581 Reviewed-by: Stephen Chenney <[email protected]> Commit-Queue: Fredrik Söderquist <[email protected]> Cr-Commit-Position: refs/heads/master@{#745452}
- Loading branch information
1 parent
1f45266
commit 99bdd54
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters