Update web-platform-tests to revision 9d009fc59a8f99e0117b841b7f49094cc690964c

This commit is contained in:
WPT Sync Bot 2018-06-09 21:08:43 -04:00
parent 42701e5588
commit 75857a918c
33 changed files with 645 additions and 127 deletions

View file

@ -0,0 +1,9 @@
// GENERATED CONTENT - DO NOT EDIT
// Content of this file was automatically extracted from the
// "WebDriver" spec.
// See: https://w3c.github.io/webdriver/webdriver-spec.html
Navigator includes NavigatorAutomationInformation;
interface mixin NavigatorAutomationInformation {
readonly attribute boolean webdriver;
};