https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 46b791760d23f9e54134f54366539c77b2b5589b authored by Simon Pieters on 31 March 2016, 13:03:06 UTC
Test initial LF in pre/textarea/listing with innerHTML
Tip revision: 46b7917
manifest
#!/usr/bin/env python
import os
import sys

from tools.manifest import update

update.main(default_tests_root=
            os.path.abspath(os.path.dirname(__file__)))
back to top