https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c781a3b87218ad3eadc4be13be2897ebb33aa88d authored by Zhuoyu Qian on 11 April 2018, 05:16:30 UTC
Background-size should not accept negative values.
Tip revision: c781a3b
wpt
#!/usr/bin/env python

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