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

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

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

Powered by Google App Engine
This is Rietveld 408576698