Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Unified Diff: third_party/WebKit/LayoutTests/dom/README.md

Issue 2783813003: Move tests for ChildNode and ParentNode to dom/child_node/ and dom/parent_node/. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/dom/child_node/after.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/dom/child_node/after.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698