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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/request-name-path-expected.txt

Issue 2266473003: [Devtools] [Regression fix] Network Requests with data urls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [Devtools] [Regression fix] Network Requests with data urls Created 4 years, 4 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/network/request-name-path-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/request-name-path-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/network/request-name-path-expected.txt
index 0fc9e1493c753d2cc2e07484949a96f114e2e40b..87b6ae07108ac995ad441fe4d8dd8b5462f4ccd4 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/request-name-path-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/request-name-path-expected.txt
@@ -4,49 +4,77 @@ Bug 101064
Dumping request name and path for url: http://www.example.com/foo/bar/baz?key=value
name = baz?key=value
path = www.example.com/foo/bar
+ targetUrl = http://127.0.0.1/aFolder/aTest.html
Dumping request name and path for url: http://www.example.com/foo/bar/?key=value
name = ?key=value
path = www.example.com/foo/bar
+ targetUrl = http://127.0.0.1/aFolder/aTest.html
Dumping request name and path for url: http://www.example.com/foo/bar/baz
name = baz
path = www.example.com/foo/bar
+ targetUrl = http://127.0.0.1/aFolder/aTest.html
Dumping request name and path for url: http://www.example.com/foo/bar/
name = bar/
path = www.example.com/foo
+ targetUrl = http://127.0.0.1/aFolder/aTest.html
Dumping request name and path for url: http://www.example.com/baz?key=value
name = baz?key=value
path = www.example.com
+ targetUrl = http://127.0.0.1/aFolder/aTest.html
Dumping request name and path for url: http://www.example.com/?key=value
name = ?key=value
path = www.example.com
+ targetUrl = http://127.0.0.1/aFolder/aTest.html
Dumping request name and path for url: http://www.example.com/baz
name = baz
path = www.example.com
+ targetUrl = http://127.0.0.1/aFolder/aTest.html
Dumping request name and path for url: http://www.example.com/
name = www.example.com
path =
+ targetUrl = http://127.0.0.1/aFolder/aTest.html
Dumping request name and path for url: http://127.0.0.1/foo/bar/baz?key=value
name = baz?key=value
path = /foo/bar
+ targetUrl = http://127.0.0.1/aFolder/aTest.html
Dumping request name and path for url: http://127.0.0.1/foo/bar/?key=value
name = ?key=value
path = /foo/bar
+ targetUrl = http://127.0.0.1/aFolder/aTest.html
Dumping request name and path for url: http://127.0.0.1/foo/bar/baz
name = baz
path = /foo/bar
+ targetUrl = http://127.0.0.1/aFolder/aTest.html
Dumping request name and path for url: http://127.0.0.1/foo/bar/
name = bar/
path = /foo
+ targetUrl = http://127.0.0.1/aFolder/aTest.html
Dumping request name and path for url: http://127.0.0.1/baz?key=value
name = baz?key=value
path =
+ targetUrl = http://127.0.0.1/aFolder/aTest.html
Dumping request name and path for url: http://127.0.0.1/?key=value
name = ?key=value
path =
+ targetUrl = http://127.0.0.1/aFolder/aTest.html
Dumping request name and path for url: http://127.0.0.1/baz
name = baz
path =
+ targetUrl = http://127.0.0.1/aFolder/aTest.html
Dumping request name and path for url: http://127.0.0.1/
name = 127.0.0.1
path =
+ targetUrl = http://127.0.0.1/aFolder/aTest.html
+Dumping request name and path for url: http://127.0.0.1/
+ name = 127.0.0.1
+ path =
+ targetUrl = data:text/html,<html><body><img src="data:,foobar" /></body></html>
+Dumping request name and path for url: data:text/html,<html><body><img src="data:,foobar" /></body></html>
+ name = data:text/html,<htm…
+ path =
+ targetUrl = data:text/html,<html><body><img src="data:,foobar" /></body></html>
+Dumping request name and path for url: data:text/html,<html><body><img src="data:,foobar" /></body></html>
+ name = data:text/html,<htm…
+ path =
+ targetUrl = http://127.0.0.1/

Powered by Google App Engine
This is Rietveld 408576698