Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-misc.js |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-misc.js b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-misc.js |
index 8990afecfb9723e33798fe5348a23104c9488265..e0d5399b32fb80f107370da185f09db1b9e692d0 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-misc.js |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-misc.js |
@@ -14,6 +14,8 @@ var miscElements = { |
// TODO: async attribute (complicated). |
defer: "boolean", |
crossOrigin: {type: "enum", keywords: ["anonymous", "use-credentials"], nonCanon:{"": "anonymous"}, isNullable: true, defaultVal: null, invalidVal: "anonymous"}, |
+ nonce: "string", |
+ integrity: "string", |
}, |
noscript: {}, |