| 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/ | 9 * attr/ |
| 10 | 10 |
| 11 For Attr interface. | 11 For [Attr interface](https://dom.spec.whatwg.org/#interface-attr) |
| 12 |
| 13 * child_node/ |
| 14 |
| 15 For [ChildNode mixin](https://dom.spec.whatwg.org/#interface-childnode) |
| 12 | 16 |
| 13 * domparsing/ | 17 * domparsing/ |
| 14 | 18 |
| 15 See [domparsing/README.md](domparsing/README.md) | 19 See [domparsing/README.md](domparsing/README.md) |
| 16 | 20 |
| 17 * legacy_dom_conformance/ | 21 * legacy_dom_conformance/ |
| 18 | 22 |
| 19 See [legacy_dom_conformance/README.md](legacy_dom_conformance/README.md) | 23 See [legacy_dom_conformance/README.md](legacy_dom_conformance/README.md) |
| 24 |
| 25 * parent_node/ |
| 26 |
| 27 For [ParentNode mixin](https://dom.spec.whatwg.org/#interface-parentnode) |
| OLD | NEW |