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

Unified Diff: LayoutTests/http/tests/inspector/network/from-disk-cache-timing-expected.txt

Issue 637523002: DevTools: use timing information for "disk cached" resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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: LayoutTests/http/tests/inspector/network/from-disk-cache-timing-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/from-disk-cache-timing-expected.txt b/LayoutTests/http/tests/inspector/network/from-disk-cache-timing-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..811a389efe2ccbe2fb2ea13f00b17bd110b97193
--- /dev/null
+++ b/LayoutTests/http/tests/inspector/network/from-disk-cache-timing-expected.txt
@@ -0,0 +1,16 @@
+CONSOLE MESSAGE: line 1: Done.
+CONSOLE MESSAGE: line 1: Done.
+Tests requests loaded from disk cache have correct timing
+
+URL:http://127.0.0.1:8000/inspector/network/resources/cached-script.php
+from memory cache: false
+from disk cache: false
+has timing: true
+
+URL:http://127.0.0.1:8000/inspector/network/resources/cached-script.php
+from memory cache: false
+from disk cache: true
+has timing: true
+
+Second request starts later than first: true
+

Powered by Google App Engine
This is Rietveld 408576698