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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/semantics/interfaces.js

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 var elements = [
2 ["abbr", ""],
3 ["acronym", ""],
4 ["address", ""],
5 ["applet", "Applet"],
6 ["audio", "Audio"],
7 ["b", ""],
8 ["base", "Base"],
9 ["basefont", "Unknown"],
10 ["bdo", ""],
11 ["bgsound", "Unknown"],
12 ["big", ""],
13 ["blink", "Unknown"],
14 ["blockquote", "Quote"],
15 ["body", "Body"],
16 ["br", "BR"],
17 ["button", "Button"],
18 ["canvas", "Canvas"],
19 ["caption", "TableCaption"],
20 ["center", ""],
21 ["cite", ""],
22 ["code", ""],
23 ["col", "TableCol"],
24 ["colgroup", "TableCol"],
25 ["dd", ""],
26 ["del", "Mod"],
27 ["dfn", ""],
28 ["dir", "Directory"],
29 ["div", "Div"],
30 ["dl", "DList"],
31 ["dt", ""],
32 ["em", ""],
33 ["embed", "Embed"],
34 ["fieldset", "FieldSet"],
35 ["font", "Font"],
36 ["form", "Form"],
37 ["frame", "Frame"],
38 ["frameset", "FrameSet"],
39 ["h1", "Heading"],
40 ["h2", "Heading"],
41 ["h3", "Heading"],
42 ["h4", "Heading"],
43 ["h5", "Heading"],
44 ["h6", "Heading"],
45 ["head", "Head"],
46 ["hr", "HR"],
47 ["html", "Html"],
48 ["i", ""],
49 ["iframe", "IFrame"],
50 ["image", "Unknown"],
51 ["img", "Image"],
52 ["input", "Input"],
53 ["ins", "Mod"],
54 ["isindex", "Unknown"],
55 ["kbd", ""],
56 ["keygen", "Keygen"],
57 ["label", "Label"],
58 ["legend", "Legend"],
59 ["li", "LI"],
60 ["link", "Link"],
61 ["listing", ""],
62 ["map", "Map"],
63 ["marquee", "Marquee"],
64 ["menu", "Menu"],
65 ["meta", "Meta"],
66 ["multicol", "Unknown"],
67 ["nobr", ""],
68 ["noembed", ""],
69 ["noframes", ""],
70 ["noscript", ""],
71 ["object", "Object"],
72 ["ol", "OList"],
73 ["optgroup", "OptGroup"],
74 ["option", "Option"],
75 ["p", "Paragraph"],
76 ["param", "Param"],
77 ["plaintext", ""],
78 ["pre", "Pre"],
79 ["q", "Quote"],
80 ["s", ""],
81 ["samp", ""],
82 ["script", "Script"],
83 ["select", "Select"],
84 ["small", ""],
85 ["source", "Source"],
86 ["spacer", "Unknown"],
87 ["span", "Span"],
88 ["strike", ""],
89 ["strong", ""],
90 ["style", "Style"],
91 ["sub", ""],
92 ["sup", ""],
93 ["table", "Table"],
94 ["tbody", "TableSection"],
95 ["td", "TableDataCell"],
96 ["textarea", "TextArea"],
97 ["tfoot", "TableSection"],
98 ["th", "TableHeaderCell"],
99 ["thead", "TableSection"],
100 ["title", "Title"],
101 ["tr", "TableRow"],
102 ["tt", ""],
103 ["u", ""],
104 ["ul", "UList"],
105 ["var", ""],
106 ["video", "Video"],
107 ["wbr", ""],
108 ["xmp", ""],
109 ["section", ""],
110 ["nav", ""],
111 ["article", ""],
112 ["aside", ""],
113 ["hgroup", ""],
114 ["header", ""],
115 ["footer", ""],
116 ["time", "Time"],
117 ["mark", ""],
118 ["progress", "Progress"],
119 ["meter", "Meter"],
120 ["ruby", ""],
121 ["rt", ""],
122 ["rp", ""],
123 ["figure", ""],
124 ["datalist", "DataList"],
125 ["output", "Output"],
126 ["details", "Details"],
127 ["command", "Command"],
128 ["nextid", "Unknown"],
129 ["rb", "Unknown"],
130 ["bdi", ""],
131 ["data", "Data"],
132 ["a", "Anchor"],
133 ["area", "Area"],
134 ["dialog", "Dialog"],
135 ["figcaption", ""],
136 ["summary", ""],
137 ["track", "Track"],
138 ["foo", "Unknown"]
139 ];
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698