https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 586299b9349fd94fd29891eb11f3c4132d686ff1 authored by Chris Nardi on 15 April 2018, 04:51:18 UTC
Correct serialization of URL in background-332.html
Tip revision: 586299b
namespaces.js
var NAMESPACES = {
  "svg": "http://www.w3.org/2000/svg",
  "xlink": "http://www.w3.org/1999/xlink",
};
back to top