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

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

Issue 2682623002: Add README.md to dom/html-related directories in LayoutTests. (Closed)
Patch Set: Add newlines at end of files. Created 3 years, 10 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 | « third_party/WebKit/LayoutTests/fast/html/README.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/html/README.md
diff --git a/third_party/WebKit/LayoutTests/html/README.md b/third_party/WebKit/LayoutTests/html/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..cfc35c6717df7586ce2c052ad3da30cb129a5a35
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/html/README.md
@@ -0,0 +1,53 @@
+# html
+
+This directory contains tests related to [HTML standard](https://html.spec.whatwg.org/).
+
+Please do not add tests unrelated to HTML standard.
+
+## Exceptions
+
+Some areas have their own directories not under html/.
+
+* Canvas: ../fast/canvas/ or ../canvas/
+* Editing: ../editing/
+* Forms: [../fast/forms/](../fast/forms/README.md)
+* History API: ../fast/history/
+* Media elements: ../media/
+* Navigation/loading: ../fast/loader/, ../loader/, or ../http/tests/loading/
+
+
+## Sub-directories
+
+* details_summary/
+
+ DETAILS and SUMMARY elements.
+
+* dialog/
+
+ DIALOG element.
+
+* document-metadata/
+
+ [Document metadata elements](https://html.spec.whatwg.org/multipage/semantics.html#document-metadata);
+ HEAD, TITLE, BASE, LINK, META, and STYLE.
+
+* grouping-content/
+
+ [Grouping content elmeents](https://html.spec.whatwg.org/multipage/semantics.html#grouping-content);
+ P, HR, PRE, BLOCKQUOTE, OL, UL, LI, DL, DT, DD, FIGURE, FIGCAPTION, MAIN,
+ and DIV.
+
+* marquee/
+
+ MARQUEE element.
+
+* sections/
+
+ [Sections elements](https://html.spec.whatwg.org/multipage/semantics.html#sections);
+ BODY, ARTICLE, SECTION, NAV, ASIDE, Hn, HGROUP, HEADER, FOOTER, and ADDRESS.
+
+* text-level-semantics/
+
+ [Text-level semantics elements](https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics);
+ A, EM, STRONG, SMALL, S, CITE, Q, DFN, ABBR, RUBY, RT, RP, DATA, TIME, CODE,
+ VAR, SAMP, KBD, SUB, SUP, I, B, U, MARK, BDI, BDO, SPAN, BR, and WBR.
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/html/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698