Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / README.txt
1 This is the copy of W3C's CSS2.1 test suite.
2
3 http://www.w3.org/Style/CSS/Test/CSS2.1/20061011/
4
5 We should not add files into this directory and should not modify the
6 files in this directory. If you find invalid test cases in this
7 directory, report the problem to W3C and update the files of this
8 directory after they fixed the issue.
9
10 * About t1204-(increment|reset)-
11
12 These 6 tests produce wrong results with DumpRenderTree because they
13 use setTimeout but there are no waitUntilDone call. We disabled them
14 in this directory and have modified version of them as
15 fast/css/counters/counter-(increment|reset)-* .