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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/elements-grouping.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-grouping.js
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/elements-grouping.js b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/elements-grouping.js
deleted file mode 100644
index c33f49da1bfdf69ba5b4d081ffdfb349adde9cf4..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/elements-grouping.js
+++ /dev/null
@@ -1,60 +0,0 @@
-// Up-to-date as of 2013-04-08.
-var groupingElements = {
- p: {
- // Obsolete
- align: "string",
- },
- hr: {
- // Obsolete
- align: "string",
- color: "string",
- noShade: "boolean",
- size: "string",
- width: "string",
- },
- pre: {
- // Obsolete
- width: "long",
- },
- blockquote: {
- cite: "url",
- },
- ol: {
- // Conforming
- reversed: "boolean",
- // TODO: This should have a default value of the list's length if the
- // reversed attribute is set.
- start: {type: "long", defaultVal: 1},
- type: "string",
-
- // Obsolete
- compact: "boolean",
- },
- ul: {
- // Obsolete
- compact: "boolean",
- type: "string",
- },
- li: {
- // Conforming
- value: "long",
-
- // Obsolete
- type: "string",
- },
- dl: {
- // Obsolete
- compact: "boolean",
- },
- dt: {},
- dd: {},
- figure: {},
- figcaption: {},
- main: {},
- div: {
- // Obsolete
- align: "string",
- },
-};
-
-mergeElements(groupingElements);

Powered by Google App Engine
This is Rietveld 408576698