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

Side by Side Diff: third_party/WebKit/LayoutTests/html/README.md

Issue 2782093002: Move tests for <menu> and <menuitem> to LayoutTests/html/menu_menuitem/. (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 23 matching lines...) Expand all
34 * grouping-content/ 34 * grouping-content/
35 35
36 [Grouping content elmeents](https://html.spec.whatwg.org/multipage/semantics .html#grouping-content); 36 [Grouping content elmeents](https://html.spec.whatwg.org/multipage/semantics .html#grouping-content);
37 P, HR, PRE, BLOCKQUOTE, OL, UL, LI, DL, DT, DD, FIGURE, FIGCAPTION, MAIN, 37 P, HR, PRE, BLOCKQUOTE, OL, UL, LI, DL, DT, DD, FIGURE, FIGCAPTION, MAIN,
38 and DIV. 38 and DIV.
39 39
40 * marquee/ 40 * marquee/
41 41
42 MARQUEE element. 42 MARQUEE element.
43 43
44 * menu_menuitem/
45
46 MENU and MENUITEM elements.
47
44 * sections/ 48 * sections/
45 49
46 [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);
47 BODY, ARTICLE, SECTION, NAV, ASIDE, Hn, HGROUP, HEADER, FOOTER, and ADDRESS. 51 BODY, ARTICLE, SECTION, NAV, ASIDE, Hn, HGROUP, HEADER, FOOTER, and ADDRESS.
48 52
49 * text-level-semantics/ 53 * text-level-semantics/
50 54
51 [Text-level semantics elements](https://html.spec.whatwg.org/multipage/seman tics.html#text-level-semantics); 55 [Text-level semantics elements](https://html.spec.whatwg.org/multipage/seman tics.html#text-level-semantics);
52 A, EM, STRONG, SMALL, S, CITE, Q, DFN, ABBR, RUBY, RT, RP, DATA, TIME, CODE, 56 A, EM, STRONG, SMALL, S, CITE, Q, DFN, ABBR, RUBY, RT, RP, DATA, TIME, CODE,
53 VAR, SAMP, KBD, SUB, SUP, I, B, U, MARK, BDI, BDO, SPAN, BR, and WBR. 57 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