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

Unified Diff: third_party/WebKit/LayoutTests/inspector/network/network-product-entry-expected.txt

Issue 2879503002: [Devtools] Added product entry tests for network
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
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/network/network-product-entry.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/network/network-product-entry-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/network/network-product-entry-expected.txt b/third_party/WebKit/LayoutTests/inspector/network/network-product-entry-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..629d63b5cc171513dbaec2eb7910c206b139f6ad
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/network/network-product-entry-expected.txt
@@ -0,0 +1,67 @@
+Tests to ensure product registry attributes frames and resources in network panel.
+
+Adding product entry: *.test.example.com
+Adding product entry: cdn-*.example.com
+Adding product entry: has-product-subframe.example.com
+
+URL: http://example.com/
+Frame URL: http://example.com
+ProductEntry Name: **No Product Entry**
+ProductEntry MatchedURL: **No Product Entry**
+
+URL: http://test.example.com/
+Frame URL: http://example.com
+ProductEntry Name: *.test.example.com
+ProductEntry MatchedURL: http://test.example.com/
+
+URL: http://cdn-1.example.com/
+Frame URL: http://example.com
+ProductEntry Name: cdn-*.example.com
+ProductEntry MatchedURL: http://cdn-1.example.com/
+
+URL: http://example.org/
+Frame URL: http://example.com
+ProductEntry Name: **No Product Entry**
+ProductEntry MatchedURL: **No Product Entry**
+
+URL: http://example.com/
+Frame URL: http://has-product-subframe.example.com
+ProductEntry Name: has-product-subframe.example.com
+ProductEntry MatchedURL: http://has-product-subframe.example.com
+
+URL: http://test.example.com/
+Frame URL: http://has-product-subframe.example.com
+ProductEntry Name: has-product-subframe.example.com
+ProductEntry MatchedURL: http://has-product-subframe.example.com
+
+URL: http://cdn-1.example.com/
+Frame URL: http://has-product-subframe.example.com
+ProductEntry Name: has-product-subframe.example.com
+ProductEntry MatchedURL: http://has-product-subframe.example.com
+
+URL: http://example.org/
+Frame URL: http://has-product-subframe.example.com
+ProductEntry Name: has-product-subframe.example.com
+ProductEntry MatchedURL: http://has-product-subframe.example.com
+
+URL: http://example.com/
+Frame URL: http://no-product-subframe.example.com
+ProductEntry Name: **No Product Entry**
+ProductEntry MatchedURL: **No Product Entry**
+
+URL: http://test.example.com/
+Frame URL: http://no-product-subframe.example.com
+ProductEntry Name: *.test.example.com
+ProductEntry MatchedURL: http://test.example.com/
+
+URL: http://cdn-1.example.com/
+Frame URL: http://no-product-subframe.example.com
+ProductEntry Name: cdn-*.example.com
+ProductEntry MatchedURL: http://cdn-1.example.com/
+
+URL: http://example.org/
+Frame URL: http://no-product-subframe.example.com
+ProductEntry Name: **No Product Entry**
+ProductEntry MatchedURL: **No Product Entry**
+
+
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/network/network-product-entry.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698