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

Unified Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-network-resource-expected.txt

Issue 661247: BUG36986 Expectations for timeline tests were changed. (Closed)
Patch Set: Created 10 years, 10 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: webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-network-resource-expected.txt
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-network-resource-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-network-resource-expected.txt
new file mode 100755
index 0000000000000000000000000000000000000000..6da7d1b982b7648759439269eae62d9ea1abdb7a
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-network-resource-expected.txt
@@ -0,0 +1,33 @@
+Tests the Timeline API instrumentation of a network resource load
+
+
+ResourceSendRequest Properties:
++ startTime : * DEFINED *
++ callerScriptName : * DEFINED *
++ callerScriptLine : * DEFINED *
++ data : {
++- identifier : * DEFINED *
++- url : * DEFINED *
++- requestMethod : GET
++- isMainResource : false
++ }
++ type : 12
+
+ResourceReceiveResponse Properties:
++ startTime : * DEFINED *
++ data : {
++- identifier : * DEFINED *
++- statusCode : 0
++- mimeType : application/x-javascript
++- expectedContentLength : 210
++ }
++ type : 13
+
+ResourceFinish Properties:
++ startTime : * DEFINED *
++ data : {
++- identifier : * DEFINED *
++- didFail : false
++ }
++ type : 14
+Script resource loaded

Powered by Google App Engine
This is Rietveld 408576698