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

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

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

Powered by Google App Engine
This is Rietveld 408576698