mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Update web-platform-tests to revision 15ad8eaadd91425cc9331b2e658d4c2796ae5ad8
This commit is contained in:
parent
0397e2a24d
commit
dba68269e0
29 changed files with 26 additions and 94 deletions
15
tests/wpt/web-platform-tests/webdriver/interface.html
Normal file
15
tests/wpt/web-platform-tests/webdriver/interface.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!doctype html>
|
||||
<meta charset=utf-8>
|
||||
<title>WebDriver interface test</title>
|
||||
<script src=/resources/testharness.js></script>
|
||||
<script src=/resources/testharnessreport.js></script>
|
||||
<script src=/resources/WebIDLParser.js></script>
|
||||
<script src=/resources/idlharness.js></script>
|
||||
|
||||
<script>
|
||||
var t = new IdlArray();
|
||||
t.add_untested_idls("interface Navigator {};");
|
||||
t.add_idls("partial interface Navigator { readonly attribute boolean webdriver; };");
|
||||
t.add_objects({Navigator: ["navigator"]});
|
||||
t.test();
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue