Re: [fullscreen-tests] Import two trivial Fullscreen tests from Blink (#3692)

> I feel like I ask this every 6 months and never remember the answer, but is there a simple way to write tests that, in order to start, just needs a click on a button? I searched the repo for webdriver and selenium things, but there are just a few things in webdriver/. So still manual tests with automation provided externally?

Nope, there's still no way AFAIK (WebDriver work tracked in #2161).  But in practice all the engines provide their own automation for manual tests they care about (eg. see [these files](https://cs.chromium.org/chromium/src/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/) for pointer events in blink), so once this rolls just add the blink automation in the chromium repo, maybe include a link to it here.

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

Received on Sunday, 11 September 2016 02:34:50 UTC