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

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

Issue 1991613002: Move the html directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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-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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 143
144 // HTMLHyperlinkElementUtils 144 // HTMLHyperlinkElementUtils
145 href: "url", 145 href: "url",
146 146
147 // Obsolete 147 // Obsolete
148 noHref: "boolean" 148 noHref: "boolean"
149 }, 149 },
150 }; 150 };
151 151
152 mergeElements(embeddedElements); 152 mergeElements(embeddedElements);
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698