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

Side by Side 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, 8 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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)
OLDNEW
« 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