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

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

Issue 2342603002: Import focus-manual.html from W3C. (Closed)
Patch Set: Modify the result of an imported test. 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-06. 1 // Up-to-date as of 2013-04-06.
2 var embeddedElements = { 2 var embeddedElements = {
3 img: { 3 img: {
4 // Conforming 4 // Conforming
5 alt: "string", 5 alt: "string",
6 src: "url", 6 src: "url",
7 srcset: "string", 7 srcset: "string",
8 crossOrigin: {type: "enum", keywords: ["anonymous", "use-credentials"], nonC anon:{"": "anonymous"}, isNullable: true, defaultVal: null, invalidVal: "anonymo us"}, 8 crossOrigin: {type: "enum", keywords: ["anonymous", "use-credentials"], nonC anon:{"": "anonymous"}, isNullable: true, defaultVal: null, invalidVal: "anonymo us"},
9 useMap: "string", 9 useMap: "string",
10 isMap: "boolean", 10 isMap: "boolean",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 area: { 130 area: {
131 // Conforming 131 // Conforming
132 alt: "string", 132 alt: "string",
133 coords: "string", 133 coords: "string",
134 shape: "string", 134 shape: "string",
135 target: "string", 135 target: "string",
136 download: "string", 136 download: "string",
137 ping: "urls", 137 ping: "urls",
138 rel: "string", 138 rel: "string",
139 relList: {type: "tokenlist", domAttrName: "rel"}, 139 relList: {type: "tokenlist", domAttrName: "rel"},
140 hreflang: "string",
141 type: "string",
142 140
143 // HTMLHyperlinkElementUtils 141 // HTMLHyperlinkElementUtils
144 href: "url", 142 href: "url",
145 143
146 // Obsolete 144 // Obsolete
147 noHref: "boolean" 145 noHref: "boolean"
148 }, 146 },
149 }; 147 };
150 148
151 mergeElements(embeddedElements); 149 mergeElements(embeddedElements);
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698