https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c417cb73192361552f7d8c10caffd2cf1f27956a authored by Florian Rivoal on 29 March 2018, 06:07:22 UTC
[css-overflow-3] test the flow-relative overflow properties
Tip revision: c417cb7
wpt
#!/usr/bin/env python

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