OLD | NEW |
1 # dom | 1 # dom |
2 | 2 |
3 This directory contains tests related to [DOM standard](https://dom.spec.whatwg.
org/). | 3 This directory contains tests related to [DOM standard](https://dom.spec.whatwg.
org/). |
4 | 4 |
5 Please do not add tests unrelated to DOM standard. | 5 Please do not add tests unrelated to DOM standard. |
6 | 6 |
7 ## Sub-directories | 7 ## Sub-directories |
8 | 8 |
| 9 * attr/ |
| 10 |
| 11 For Attr interface. |
| 12 |
9 * domparsing/ | 13 * domparsing/ |
10 | 14 |
11 See [domparsing/README.md](domparsing/README.md) | 15 See [domparsing/README.md](domparsing/README.md) |
12 | 16 |
13 * legacy_dom_conformance/ | 17 * legacy_dom_conformance/ |
14 | 18 |
15 See [legacy_dom_conformance/README.md](legacy_dom_conformance/README.md) | 19 See [legacy_dom_conformance/README.md](legacy_dom_conformance/README.md) |
OLD | NEW |