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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-valid-names.html

Issue 1620393002: Fix hyphen disallowed in Suborigin names (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Rebase on ToT Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-valid-names-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-valid-names.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-valid-names.html b/third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-valid-names.html
index 2ed3d47c5511fc86240d31a6e27db3d66719bc26..31800588c641306ffdc6006bfbbee1afdce761df 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-valid-names.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-valid-names.html
@@ -21,6 +21,9 @@ var test_suborigin_names = [
"Foobar",
"FOOBAR",
"42",
+ "foo-bar",
+ "-foobar",
+ "foobar-"
];
var iframe;
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-valid-names-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698