| Index: third_party/WebKit/LayoutTests/dom/README.md
|
| diff --git a/third_party/WebKit/LayoutTests/dom/README.md b/third_party/WebKit/LayoutTests/dom/README.md
|
| index 2555edb37fb66655caf4981f420a357879c27991..43589e6080bea1801c05961af966fd4c1c537625 100644
|
| --- a/third_party/WebKit/LayoutTests/dom/README.md
|
| +++ b/third_party/WebKit/LayoutTests/dom/README.md
|
| @@ -8,7 +8,11 @@ Please do not add tests unrelated to DOM standard.
|
|
|
| * attr/
|
|
|
| - For Attr interface.
|
| + For [Attr interface](https://dom.spec.whatwg.org/#interface-attr)
|
| +
|
| +* child_node/
|
| +
|
| + For [ChildNode mixin](https://dom.spec.whatwg.org/#interface-childnode)
|
|
|
| * domparsing/
|
|
|
| @@ -17,3 +21,7 @@ Please do not add tests unrelated to DOM standard.
|
| * legacy_dom_conformance/
|
|
|
| See [legacy_dom_conformance/README.md](legacy_dom_conformance/README.md)
|
| +
|
| +* parent_node/
|
| +
|
| + For [ParentNode mixin](https://dom.spec.whatwg.org/#interface-parentnode)
|
|
|