- From: Jacob Rossi <web-platform-tests-notifications@w3.org>
- Date: Tue, 28 Oct 2014 21:55:29 GMT
- To: public-web-platform-tests-notifications@w3.org
Currently, we're getting false-negatives on touch-action tests in browsers that only support touch-action (e.g. Chrome) because the pointerType property is being used by the logic that updates the informational notice of what pointer types are used. Since this notice is just a useful affordance for the tester, this shouldn't impact test results. This PR moves the informational notice's logic out of critical test logic code paths to avoid these false-negatives. It also ensures all the tests have this affordance. View on GitHub: https://github.com/w3c/web-platform-tests/pull/1319
Received on Tuesday, 28 October 2014 21:55:35 UTC