Re: [fullscreen-tests][payment-request-tests] Test that PaymentRequest throws when its document is not active (#4309)

I see now why `requestFullscreen` fails in Chromium. It's still prefixed, `webkitRequestFullScreen`.

If I change the test to use the prefixed name then Chromium neither enters fullscreen but also doesn't fire a `fullscreenerror` event, so the test times out.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/4309#issuecomment-267273389

Received on Thursday, 15 December 2016 08:59:48 UTC