https://github.com/web-platform-tests/wpt
Revision d30e62092787a340b4cfbeb0434a75e15028f69d authored by Chris Nardi on 13 March 2018, 20:45:10 UTC, committed by François REMY on 03 April 2018, 18:09:56 UTC
index-001.html and index-002.html had nondescript names, and index-002.html used generate_tests. Merge index-001.html into shorthand-serialization.html, and create shorthand-values.html from index-002.html.

Builds off the work of #5331.
1 parent 6e2b4a7
Raw File
Tip revision: d30e62092787a340b4cfbeb0434a75e15028f69d authored by Chris Nardi on 13 March 2018, 20:45:10 UTC
Rewrite CSSOM index tests
Tip revision: d30e620
wpt
#!/usr/bin/env python

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