https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2207a37c38f93ad6e74745dedb28e1dbd4660430 authored by Hwanseung Lee on 28 March 2018, 06:47:36 UTC
[css-typed-om] support x, y, cx, cy properties
Tip revision: 2207a37
wpt
#!/usr/bin/env python

if __name__ == "__main__":
    from tools.wpt import wpt
    wpt.main()
back to top