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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-unit/product-registry-impl-name-for-url-expected.txt

Issue 2869233002: [Devtools] Added product registry domain pattern test
Patch Set: rebase Created 3 years, 7 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
Index: third_party/WebKit/LayoutTests/http/tests/inspector-unit/product-registry-impl-name-for-url-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/product-registry-impl-name-for-url-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/product-registry-impl-name-for-url-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1c9ca80448353a30fc2cf488c57f189fd306e7fe
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/product-registry-impl-name-for-url-expected.txt
@@ -0,0 +1,28 @@
+This tests product registry impl to ensure it gives consistant names for domains.
+Cleared ProductRegistryImpl
+Adding entry: example.com
+Adding entry: *.example.com
+Adding entry: test*.example.com
+Adding entry: test.example.com
+Adding entry: *.test.example.com
+Adding entry: cdn*.test.example.com
+
+Testing: example.com -> example.com
+Testing: www.example.com -> example.com
+Testing: www.asdf.example.com -> *.example.com
+Testing: wwwasdf.example.com -> *.example.com
+Testing: asdf.www.example.com -> *.example.com
+Testing: asdf.example.com -> *.example.com
+Testing: test.example.com -> test.example.com
+Testing: www.test.example.com -> *.test.example.com
+Testing: test-asdf.example.com -> test*.example.com
+Testing: test-1.example.com -> test*.example.com
+Testing: testTest.example.com -> test*.example.com
+Testing: www.test-1.example.com -> test*.example.com
+Testing: cdn.test.example.com -> cdn*.test.example.com
+Testing: test.cdn.test.example.com -> cdn*.test.example.com
+Testing: cdnTest.test.example.com -> cdn*.test.example.com
+Testing: test.cdn.test.example.com -> cdn*.test.example.com
+Testing: test.com -> null
+Testing: example.org -> null
+

Powered by Google App Engine
This is Rietveld 408576698