| 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
|
| +
|
|
|