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

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

Issue 2785963002: Move tests for table elements to LayoutTests/html/tabular_data/. (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
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
index 2b2f03c58e653f4aaa1fdaa0c68dcc529c2c6818..9601f694c541ab85bfed2ef7e44da70378b2a37d 100644
--- a/third_party/WebKit/LayoutTests/html/README.md
+++ b/third_party/WebKit/LayoutTests/html/README.md
@@ -50,6 +50,11 @@ Some areas have their own directories not under html/.
[Sections elements](https://html.spec.whatwg.org/multipage/semantics.html#sections);
BODY, ARTICLE, SECTION, NAV, ASIDE, Hn, HGROUP, HEADER, FOOTER, and ADDRESS.
+* tabular_data/
+
+ [Tabular data](https://html.spec.whatwg.org/multipage/tables.html#tables);
+ TABLE, CAPTION, COLGROUP, COL, TBODY, THEAD, TFOOT, TR, TD, and TH.
+
* text_level_semantics/
[Text-level semantics elements](https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics);

Powered by Google App Engine
This is Rietveld 408576698