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

Side by Side 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, 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
OLDNEW
1 # html 1 # html
2 2
3 This directory contains tests related to [HTML standard](https://html.spec.whatw g.org/). 3 This directory contains tests related to [HTML standard](https://html.spec.whatw g.org/).
4 4
5 Please do not add tests unrelated to HTML standard. 5 Please do not add tests unrelated to HTML standard.
6 6
7 ## Exceptions 7 ## Exceptions
8 8
9 Some areas have their own directories not under html/. 9 Some areas have their own directories not under html/.
10 10
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 43
44 * menu_menuitem/ 44 * menu_menuitem/
45 45
46 MENU and MENUITEM elements. 46 MENU and MENUITEM elements.
47 47
48 * sections/ 48 * sections/
49 49
50 [Sections elements](https://html.spec.whatwg.org/multipage/semantics.html#se ctions); 50 [Sections elements](https://html.spec.whatwg.org/multipage/semantics.html#se ctions);
51 BODY, ARTICLE, SECTION, NAV, ASIDE, Hn, HGROUP, HEADER, FOOTER, and ADDRESS. 51 BODY, ARTICLE, SECTION, NAV, ASIDE, Hn, HGROUP, HEADER, FOOTER, and ADDRESS.
52 52
53 * tabular_data/
54
55 [Tabular data](https://html.spec.whatwg.org/multipage/tables.html#tables);
56 TABLE, CAPTION, COLGROUP, COL, TBODY, THEAD, TFOOT, TR, TD, and TH.
57
53 * text_level_semantics/ 58 * text_level_semantics/
54 59
55 [Text-level semantics elements](https://html.spec.whatwg.org/multipage/seman tics.html#text-level-semantics); 60 [Text-level semantics elements](https://html.spec.whatwg.org/multipage/seman tics.html#text-level-semantics);
56 A, EM, STRONG, SMALL, S, CITE, Q, DFN, ABBR, RUBY, RT, RP, DATA, TIME, CODE, 61 A, EM, STRONG, SMALL, S, CITE, Q, DFN, ABBR, RUBY, RT, RP, DATA, TIME, CODE,
57 VAR, SAMP, KBD, SUB, SUP, I, B, U, MARK, BDI, BDO, SPAN, BR, and WBR. 62 VAR, SAMP, KBD, SUB, SUP, I, B, U, MARK, BDI, BDO, SPAN, BR, and WBR.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698