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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-misc.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-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: {},

Powered by Google App Engine
This is Rietveld 408576698