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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/font-face-expected.txt

Issue 2207833002: Call FetchContext::dispatchWillSendRequest() only if an actual load is started (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Rebase. 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/font-face-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/font-face-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/network/font-face-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a7969aa2add4523654719e75747483ea7fae9836
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/font-face-expected.txt
@@ -0,0 +1,8 @@
+Tests that a used font-face is reported and an unused font-face is not reported.
+
+
+RequestStarted: font-face.html
+RequestFinished: font-face.html
+RequestStarted: used.ttf
+RequestFinished: used.ttf
+

Powered by Google App Engine
This is Rietveld 408576698