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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-text.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-text.js
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-text.js b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-text.js
index 268eb269cb4197efaaa1019f729523c32286f9f6..56157fabf19179f8a7d4b8cf1a52a45c686fea85 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-text.js
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-text.js
@@ -9,6 +9,7 @@ var textElements = {
relList: {type: "tokenlist", domAttrName: "rel"},
hreflang: "string",
type: "string",
+ 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"]},
// HTMLHyperlinkElementUtils
href: "url",

Powered by Google App Engine
This is Rietveld 408576698