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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-obsolete.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 unified diff | Download patch
OLDNEW
1 // Up-to-date as of 2013-04-13. 1 // Up-to-date as of 2013-04-13.
2 var obsoleteElements = { 2 var obsoleteElements = {
3 // https://html.spec.whatwg.org/multipage/#the-applet-element 3 // https://html.spec.whatwg.org/multipage/#the-applet-element
4 applet: { 4 applet: {
5 align: "string", 5 align: "string",
6 alt: "string", 6 alt: "string",
7 archive: "string", 7 archive: "string",
8 code: "string", 8 code: "string",
9 codeBase: "url", 9 codeBase: "url",
10 height: "string", 10 height: "string",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 }, 49 },
50 // https://html.spec.whatwg.org/multipage/#htmlfontelement 50 // https://html.spec.whatwg.org/multipage/#htmlfontelement
51 font: { 51 font: {
52 color: {type: "string", treatNullAsEmptyString: true}, 52 color: {type: "string", treatNullAsEmptyString: true},
53 face: "string", 53 face: "string",
54 size: "string", 54 size: "string",
55 }, 55 },
56 }; 56 };
57 57
58 mergeElements(obsoleteElements); 58 mergeElements(obsoleteElements);
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698