calebdwilliams / element-internals-polyfill

A polyfill for the element internals specification
MIT License
97 stars 30 forks source link

How to test when WebKit also supports FACE? #100

Open jpzwarte opened 1 year ago

jpzwarte commented 1 year ago

As in Real Soon Now: https://twitter.com/rniwa_dev/status/1611516973770477568

How do you test a polyfill when all modern browsers support the API? Fix the playwright WebKit version to an older one?

calebdwilliams commented 1 year ago

Yeah, that's the best I can tell. Fortunately, this now works in Safari Tech Preview … https://codepen.io/calebdwilliams/pen/xxJjNgr?editors=1010