diff -r 000000000000 -r 6474c204b198 content/canvas/test/webgl-conformance/conformance/00_readme.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/canvas/test/webgl-conformance/conformance/00_readme.txt Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,13 @@ +This file "00_test_list.txt" lists which files the test harness should run. + +If you add new tests you can update it with + +on windows + + dir /b *.html >00_test_list.txt + +on OSX / Linux + + ls -1 *.html >00_test_list.txt + +