document.scrollingElement icon indicating copy to clipboard operation
document.scrollingElement copied to clipboard

Test in Safari ≤ 4.1.3

Open mathiasbynens opened this issue 10 years ago • 1 comments

If anyone has access to such an old Safari version (I don’t), I’d appreciate it if you could clone this repo, run npm install, npm install http-server -g; npm test, open the test pages in it, and report back the results.

Once that happens, the README can be updated accordingly.

mathiasbynens avatar Apr 10 '15 15:04 mathiasbynens

I've tried via BrowserStack on Safari 4.0.5 on Snow Leopard. The Quirks Mode tests all succeede, the standards mode had one flakey failure; restarting the page fixed it.

mgol avatar Sep 28 '15 16:09 mgol