https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c71a3a1b7187fff0c35a98c46f968c90b7832388 authored by Simon Pieters on 18 August 2016, 21:34:12 UTC
innerText setter should not result in empty text nodes
Tip revision: c71a3a1
.travis.yml
sudo: false # cause Travis to start builds much faster
language: python
python:
  - "2.7"
before_install:
  - git submodule update --init --recursive
# command to run tests, e.g. python setup.py test
script:  ./lint
back to top