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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/elements-text.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/dom/elements-text.js
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/elements-text.js b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/elements-text.js
deleted file mode 100644
index 96c1d9237026010363adad98ec406e88aa4ccfae..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/elements-text.js
+++ /dev/null
@@ -1,64 +0,0 @@
-// Up-to-date as of 2013-04-19.
-var textElements = {
- a: {
- // Conforming
- target: "string",
- download: "string",
- ping: "urls",
- rel: "string",
- relList: {type: "tokenlist", domAttrName: "rel"},
- hreflang: "string",
- type: "string",
-
- // HTMLHyperlinkElementUtils
- href: "url",
-
- // Obsolete
- coords: "string",
- charset: "string",
- name: "string",
- rev: "string",
- shape: "string",
- },
- em: {},
- strong: {},
- small: {},
- s: {},
- cite: {},
- q: {
- cite: "url",
- },
- dfn: {},
- abbr: {},
- data: {
- value: "string",
- },
- time: {
- dateTime: "string",
- },
- code: {},
- // Opera 11.50 doesn't allow unquoted "var" here, although ES5 does and
- // other browsers support it.
- "var": {},
- samp: {},
- kbd: {},
- sub: {},
- sup: {},
- i: {},
- b: {},
- u: {},
- mark: {},
- ruby: {},
- rt: {},
- rp: {},
- bdi: {},
- bdo: {},
- span: {},
- br: {
- // Obsolete
- clear: "string",
- },
- wbr: {},
-};
-
-mergeElements(textElements);

Powered by Google App Engine
This is Rietveld 408576698