mirror of
https://github.com/servo/servo.git
synced 2025-08-24 06:45:33 +01:00
Update web-platform-tests to revision 9d009fc59a8f99e0117b841b7f49094cc690964c
This commit is contained in:
parent
42701e5588
commit
75857a918c
33 changed files with 645 additions and 127 deletions
9
tests/wpt/web-platform-tests/interfaces/webdriver.idl
Normal file
9
tests/wpt/web-platform-tests/interfaces/webdriver.idl
Normal 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;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue