https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 0c61d8d031ae0183c8682306851fb778af6df825 authored by Brian Burg on 16 July 2018, 23:05:19 UTC
webdriver: fix expected key code for "Unidentified" keys
Tip revision: 0c61d8d
namespaces.js
var NAMESPACES = {
  "svg": "http://www.w3.org/2000/svg",
  "xlink": "http://www.w3.org/1999/xlink",
};
back to top