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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/syntax/html-element-list.js

Issue 1984023002: Move web-platform-tests to wpt (part 1 of 2) (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/syntax/html-element-list.js
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/syntax/html-element-list.js b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/syntax/html-element-list.js
deleted file mode 100644
index 6eea8d9964f7351fe39067c9106e50e89ae170dd..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/syntax/html-element-list.js
+++ /dev/null
@@ -1,140 +0,0 @@
-var elements_with_end_tag = [
- "a",
- "abbr",
- "address",
- "article",
- "aside",
- "audio",
- "b",
- "bdi",
- "bdo",
- "blockquote",
- "body",
- "button",
- "canvas",
- "caption",
- "cite",
- "code",
- "colgroup",
- "command",
- "datalist",
- "dd",
- "del",
- "details",
- "dfn",
- "dialog",
- "div",
- "dl",
- "dt",
- "em",
- "fieldset",
- "figcaption",
- "figure",
- "footer",
- "form",
- "h1",
- "h2",
- "h3",
- "h4",
- "h5",
- "h6",
- "head",
- "header",
- "hgroup",
- "html",
- "i",
- "iframe",
- "ins",
- "kbd",
- "label",
- "legend",
- "li",
- "map",
- "mark",
- "menu",
- "meter",
- "nav",
- "noscript",
- "object",
- "ol",
- "optgroup",
- "option",
- "output",
- "p",
- "pre",
- "progress",
- "q",
- "rp",
- "rt",
- "ruby",
- "s",
- "samp",
- "script",
- "section",
- "select",
- "small",
- "span",
- "strong",
- "style",
- "sub",
- "summary",
- "sup",
- "table",
- "tbody",
- "td",
- "textarea",
- "tfoot",
- "th",
- "thead",
- "time",
- "title",
- "tr",
- "u",
- "ul",
- "var",
- "video",
- "data",
- //"acronym",
- //"applet",
- //"basefont",
- //"bgsound",
- //"big",
- //"blink",
- //"center",
- //"dir",
- //"font",
- //"frame",
- //"frameset",
- //"isindex",
- //"listing",
- //"marquee",
- //"multicol",
- //"nextid",
- //"nobr",
- //"noembed",
- //"noframes",
- //"plaintext",
- //"rb",
- //"spacer",
- //"strike",
- //"tt",
- //"xmp",
-];
-
-var elements_without_end_tag = [
- "area",
- "base",
- "br",
- "col",
- "embed",
- "hr",
- "img",
- "input",
- "keygen",
- "link",
- "meta",
- "param",
- "source",
- "track",
- "wbr",
-];

Powered by Google App Engine
This is Rietveld 408576698