An open API service indexing awesome lists of open source software.

https://github.com/hhrogersii/cssUnit

A css unit testing framework with w3c testharness and spec generation tools
https://github.com/hhrogersii/cssUnit

css unit-testing

Last synced: 8 months ago
JSON representation

A css unit testing framework with w3c testharness and spec generation tools

Awesome Lists containing this project

README

          

*[inspired by](http://tomek.wiszniewski.cc/how-css-unit-tests-helped-us-move-fast/)
*[test harness git repo](https://github.com/w3c/testharness.js)
*[test harness tutorial](http://darobin.github.io/test-harness-tutorial/docs/using-testharness.html)
*[test spec generator](#genspec)
*[selector to dom](https://www.sitepen.com/blog/2011/09/29/put-selector-css-selector-based-dom-element-creation-and-manipulation/)
*[put selector](https://github.com/kriszyp/put-selector)
*[createElement](https://gist.github.com/jonathantneal/7935589)