web-platform-tests / wpt

Test suites for Web platform specs — including WHATWG, W3C, and others
https://web-platform-tests.org/
Other
4.79k stars 2.99k forks source link

Remove duplicate historical `SVGPathSegList` test #46931

Open Ahmad-S792 opened 4 days ago

Ahmad-S792 commented 4 days ago

Hi Team,

It seems we are testing this twice, once here:

dom/historical.html

While we also have same in:

svg/historical.html

I think it make sense to just test it in SVG (due to it being SVG interface).

So this is just clean-up patch.

Thanks!

Ahmad-S792 commented 4 days ago

I don't see it in https://github.com/web-platform-tests/wpt/blob/master/svg/historical.html

Can you add it in the same PR?

https://github.com/web-platform-tests/wpt/blob/master/svg/historical.html#L33

nt1m commented 4 days ago

I don't see it in https://github.com/web-platform-tests/wpt/blob/master/svg/historical.html Can you add it in the same PR?

https://github.com/web-platform-tests/wpt/blob/master/svg/historical.html#L33

That's SVGPathSeg, not SVGPathSegList