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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/interfaces.js
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/interfaces.js b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/interfaces.js
index 66cfce4859b45d54cf1878ac76fbd75ad7080ad0..c75fb54234a7c83c5a6296fb2d94ad3eb63249b1 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/interfaces.js
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/interfaces.js
@@ -1,17 +1,12 @@
var elements = [
- ["a", "Anchor"],
["abbr", ""],
["acronym", ""],
["address", ""],
["applet", "Applet"],
- ["area", "Area"],
- ["article", ""],
- ["aside", ""],
["audio", "Audio"],
["b", ""],
["base", "Base"],
- ["basefont", ""],
- ["bdi", ""],
+ ["basefont", "Unknown"],
["bdo", ""],
["bgsound", "Unknown"],
["big", ""],
@@ -27,29 +22,17 @@
["code", ""],
["col", "TableCol"],
["colgroup", "TableCol"],
- ["command", "Unknown"],
- ["data", "Data"],
- ["datalist", "DataList"],
["dd", ""],
["del", "Mod"],
- ["details", "Details"],
["dfn", ""],
- ["dialog", "Dialog"],
["dir", "Directory"],
- ["directory", "Unknown"],
["div", "Div"],
["dl", "DList"],
["dt", ""],
["em", ""],
["embed", "Embed"],
["fieldset", "FieldSet"],
- ["figcaption", ""],
- ["figure", ""],
["font", "Font"],
- ["foo-BAR", "Unknown"], // not a valid custom element name
- ["foo-bar", ""], // valid custom element name
- ["foo", "Unknown"],
- ["footer", ""],
["form", "Form"],
["frame", "Frame"],
["frameset", "FrameSet"],
@@ -60,8 +43,6 @@
["h5", "Heading"],
["h6", "Heading"],
["head", "Head"],
- ["header", ""],
- ["hgroup", ""],
["hr", "HR"],
["html", "Html"],
["i", ""],
@@ -77,19 +58,12 @@
["legend", "Legend"],
["li", "LI"],
["link", "Link"],
- ["listing", "Pre"],
- ["main", ""],
+ ["listing", ""],
["map", "Map"],
- ["mark", ""],
["marquee", "Marquee"],
["menu", "Menu"],
- ["menuitem", "MenuItem"],
["meta", "Meta"],
- ["meter", "Meter"],
- ["mod", "Unknown"],
["multicol", "Unknown"],
- ["nav", ""],
- ["nextid", "Unknown"],
["nobr", ""],
["noembed", ""],
["noframes", ""],
@@ -98,26 +72,15 @@
["ol", "OList"],
["optgroup", "OptGroup"],
["option", "Option"],
- ["output", "Output"],
["p", "Paragraph"],
["param", "Param"],
- ["picture", "Picture"],
["plaintext", ""],
["pre", "Pre"],
- ["progress", "Progress"],
["q", "Quote"],
- ["quasit", "Unknown"],
- ["rb", ""],
- ["rp", ""],
- ["rt", ""],
- ["rtc", ""],
- ["ruby", ""],
["s", ""],
["samp", ""],
["script", "Script"],
- ["section", ""],
["select", "Select"],
- ["slot", "Slot"],
["small", ""],
["source", "Source"],
["spacer", "Unknown"],
@@ -126,25 +89,52 @@
["strong", ""],
["style", "Style"],
["sub", ""],
- ["summary", ""],
["sup", ""],
["table", "Table"],
["tbody", "TableSection"],
- ["td", "TableCell"],
+ ["td", "TableDataCell"],
["textarea", "TextArea"],
["tfoot", "TableSection"],
- ["th", "TableCell"],
+ ["th", "TableHeaderCell"],
["thead", "TableSection"],
- ["time", "Time"],
["title", "Title"],
["tr", "TableRow"],
- ["track", "Track"],
["tt", ""],
["u", ""],
["ul", "UList"],
["var", ""],
["video", "Video"],
["wbr", ""],
- ["xmp", "Pre"],
- ["å-bar", "Unknown"], // not a valid custom element name
+ ["xmp", ""],
+ ["section", ""],
+ ["nav", ""],
+ ["article", ""],
+ ["aside", ""],
+ ["hgroup", ""],
+ ["header", ""],
+ ["footer", ""],
+ ["time", "Time"],
+ ["mark", ""],
+ ["progress", "Progress"],
+ ["meter", "Meter"],
+ ["ruby", ""],
+ ["rb", ""],
+ ["rt", ""],
+ ["rtc", ""],
+ ["rp", ""],
+ ["figure", ""],
+ ["datalist", "DataList"],
+ ["output", "Output"],
+ ["details", "Details"],
+ ["command", "Command"],
+ ["nextid", "Unknown"],
+ ["bdi", ""],
+ ["data", "Data"],
+ ["a", "Anchor"],
+ ["area", "Area"],
+ ["dialog", "Dialog"],
+ ["figcaption", ""],
+ ["summary", ""],
+ ["track", "Track"],
+ ["foo", "Unknown"]
];

Powered by Google App Engine
This is Rietveld 408576698