https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d1d4c61e1e4350f9bc747ccb58db22ec74cc4402 authored by plehegar on 04 November 2014, 23:39:47 UTC
test_child_document.html
Tip revision: d1d4c61
.travis.yml
language: python
python:
  - "2.7"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install html5lib
# command to run tests, e.g. python setup.py test
script:  python tools/scripts/lint.py
back to top