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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-tabular.js

Issue 2341333002: Import wpt@1f2080f9ffa00ad27eb764b83fbc10960a95d6aa (Closed)
Patch Set: update win expectations Created 4 years, 3 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 // Up-to-date as of 2013-04-12. 1 // Up-to-date as of 2013-04-12.
2 var tabularElements = { 2 var tabularElements = {
3 table: { 3 table: {
4 // Conforming
5 sortable: "boolean",
6
7 // Obsolete 4 // Obsolete
8 align: "string", 5 align: "string",
9 border: "string", 6 border: "string",
10 frame: "string", 7 frame: "string",
11 rules: "string", 8 rules: "string",
12 summary: "string", 9 summary: "string",
13 width: "string", 10 width: "string",
14 bgColor: {type: "string", treatNullAsEmptyString: true}, 11 bgColor: {type: "string", treatNullAsEmptyString: true},
15 cellPadding: {type: "string", treatNullAsEmptyString: true}, 12 cellPadding: {type: "string", treatNullAsEmptyString: true},
16 cellSpacing: {type: "string", treatNullAsEmptyString: true}, 13 cellSpacing: {type: "string", treatNullAsEmptyString: true},
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 width: "string", 100 width: "string",
104 ch: {type: "string", domAttrName: "char"}, 101 ch: {type: "string", domAttrName: "char"},
105 chOff: {type: "string", domAttrName: "charoff"}, 102 chOff: {type: "string", domAttrName: "charoff"},
106 noWrap: "boolean", 103 noWrap: "boolean",
107 vAlign: "string", 104 vAlign: "string",
108 bgColor: {type: "string", treatNullAsEmptyString: true}, 105 bgColor: {type: "string", treatNullAsEmptyString: true},
109 }, 106 },
110 }; 107 };
111 108
112 mergeElements(tabularElements); 109 mergeElements(tabularElements);
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698