https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 1820c51253d162ff3cbf898b0c99b44259528d47 authored by Simon Pieters on 10 September 2018, 20:32:11 UTC
HTML: -webkit-appearance: fieldset/legend: auto on replaced elements
Tip revision: 1820c51
wpt
#!/usr/bin/env python

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