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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-metadata.js

Issue 2590903002: Import wpt@009111410a1099e85d4027a679985975757ceb4d (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. Created 4 years 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/wpt/html/dom/elements-metadata.js
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-metadata.js b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-metadata.js
index 05d61a74d72d46e059c8d1dcb50dbaf60f7d7ac4..73cbfc1a45424714f67352c83c1aed0e30f98849 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-metadata.js
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-metadata.js
@@ -12,10 +12,14 @@ var metadataElements = {
crossOrigin: {type: "enum", keywords: ["anonymous", "use-credentials"], nonCanon:{"": "anonymous"}, isNullable: true, defaultVal: null, invalidVal: "anonymous"},
rel: "string",
relList: {type: "tokenlist", domAttrName: "rel"},
+ // as: {}, XXX TODO: reflecting IDL attribute is an IDL enumeration
media: "string",
+ nonce: "string",
+ integrity: "string",
hreflang: "string",
type: "string",
sizes: "settable tokenlist",
+ referrerPolicy: {type: "enum", keywords: ["", "no-referrer", "no-referrer-when-downgrade", "same-origin", "origin", "strict-origin", "origin-when-cross-origin", "strict-origin-when-cross-origin", "unsafe-url"]},
// Obsolete
charset: "string",

Powered by Google App Engine
This is Rietveld 408576698