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

Unified Diff: LayoutTests/inspector/timeline/tracing/decode-resize-expected.txt

Issue 308123008: DevTools: added support for image url & node in tracing-based timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: skip check for presence of endData in Layout Created 6 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 | « LayoutTests/inspector/timeline/tracing/decode-resize.html ('k') | LayoutTests/inspector/tracing-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/timeline/tracing/decode-resize-expected.txt
diff --git a/LayoutTests/inspector/timeline/tracing/decode-resize-expected.txt b/LayoutTests/inspector/timeline/tracing/decode-resize-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..48cb565a397cb05bb3f7412cb5daefd43fc8726b
--- /dev/null
+++ b/LayoutTests/inspector/timeline/tracing/decode-resize-expected.txt
@@ -0,0 +1,25 @@
+Tests the instrumentation of a DecodeImage and ResizeImage events
+
+
+event: Decode Image
+imageURL: .../inspector/timeline/resources/test.bmp
+backendNodeId: present
+event: Decode Image
+imageURL: .../inspector/timeline/resources/test.gif
+backendNodeId: present
+event: Decode Image
+imageURL: .../inspector/timeline/resources/test.ico
+backendNodeId: present
+event: Decode Image
+imageURL: .../inspector/timeline/resources/test.jpg
+backendNodeId: present
+event: Decode Image
+imageURL: .../inspector/timeline/resources/test.png
+backendNodeId: present
+event: Decode Image
+imageURL: .../inspector/timeline/resources/test.webp
+backendNodeId: present
+event: Decode Image
+imageURL: .../inspector/timeline/resources/big.png
+backendNodeId: present
+
« no previous file with comments | « LayoutTests/inspector/timeline/tracing/decode-resize.html ('k') | LayoutTests/inspector/tracing-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698