* Delete .travis.yml
* Try again to create Github Actions
* Remove global? Seems to cause problems
* Try to add Windows support
* Remove AppVeyor as GA replaces it :(
* Change README
* Remove specific branch (to help the renaming)
* Update node versions
* Remove appveyor from legacy grunt (to see if github doesnt complain)
* Update README
* Update dependencies
* Update testing actions
Co-authored-by: Markel F <git@markel.dev>
* Move tests with storage tag into that subdirectory
* Move tests with canvas tag into that subdirectory
* Move tests with image tag into that subdirectory
* Fix error
* Fix typo
* Move audio test into audio subdirectory
* Move battery test into that subdirectory
* Move canvas test into that subdirectory
* Move video test into that subdirectory
* Update dependencies
* Move form and input tests into input subdirectory
* Update dependencies again
* Move webgl, svg and event tests into subdirectories
* Update README
* Show boolean value of complex tests also on the integration test page
* Fix formatting for video tests
* Cleanup integration page layout
* Update dependencies
* Fix getComputedStyle eslint rule
* Add TODO for ruby
* Use computed style in ruby test
* Use 3rd parameter in computedStyle
* Fix computedStyle usage
* Remove useless checks
* Update dependencies
* Replace expect.js with chai.js
* Update lock file
* Update dependencies
* Re-add correct test
* Re-add incorrect tests so we see if travis works :-)
* Test against the classNames, not the documentElement
* Fix remaining errors, update dependencies
* Refactor audio- and video- to be more like csscolumns-tests. That way they also provide a css class.
* Refactor inputtype tests to be more like csscolumns-tests. That way they also provide a css class.
* Refactor postmessage tests to be more like csscolumns-tests. That way it also provides a css class.
* Refactor datauri tests to be more like csscolumns-tests. That way it also provides a css class.
* Update dependencies
* Add script to prepare and deploy gh-pages
* Cleanup other script names
* Only copy neccessary files
* More copying and cleanups
* Switch to gulp
* Update dependencies
* Make that gulp flow actually work
* Update README
* Fix test for siblinggeneral
* Update dependencies
* Update dependencies
* Update dependencies
* Fix#2386, test doesnt like https urls
* Update dependencies
* Revert "Fix test for siblinggeneral"
This reverts commit 2971f0429a.