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

Unified Diff: LayoutTests/inspector/profiler/webgl/webgl-get-resource-state-buffer-data-expected.txt

Issue 1073863003: DevTools: remove Canvas profiler from DevTools source base. See details in the bug. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: tests gone Created 5 years, 8 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/inspector/profiler/webgl/webgl-get-resource-state-buffer-data-expected.txt
diff --git a/LayoutTests/inspector/profiler/webgl/webgl-get-resource-state-buffer-data-expected.txt b/LayoutTests/inspector/profiler/webgl/webgl-get-resource-state-buffer-data-expected.txt
deleted file mode 100644
index b4fc6dc90e0971c9862eba35c781feadf76bb8c9..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/profiler/webgl/webgl-get-resource-state-buffer-data-expected.txt
+++ /dev/null
@@ -1,39 +0,0 @@
-Tests WebGLBuffer data state during the replay.
-
-
-Started capturing.
-Stopped capturing.
-
-Replayed call #1
-No bufferData available
-
-Replayed call #2
-bufferData: Uint8Array[5]: [0, 0, 0, 0, 0]
-
-Replayed call #3
-bufferData: Uint16Array[9]: [0x0000, 0x1122, 0x3344, 0x5566, 0x7788, 0x99aa, 0xbbcc, 0xddee, 0xffff]
-
-Replayed call #4
-bufferData: Uint16Array[9]: [0x0000, 0x0101, 0x0202, 0x0303, 0x7788, 0x99aa, 0xbbcc, 0xddee, 0xffff]
-
-Replayed call #5
-bufferData: Uint16Array[9]: [0x0000, 0x0101, 0x0202, 0x0303, 0x0000, 0x0000, 0xbbcc, 0xddee, 0xffff]
-
-Replayed call #6
-bufferData: Uint16Array[9]: [0xddee, 0xffff, 0x0202, 0x0303, 0x0000, 0x0000, 0xbbcc, 0xddee, 0xffff]
-
-Replayed call #7
-bufferData: Float32Array[3]: [-1, 0, 1]
-
-Replayed call #8
-bufferData: Uint32Array[3]: [1, 2, 3]
-
-Replayed call #9
-bufferData: Int16Array[6]: [-1, -2, -3, -4, -5, -6]
-
-Replayed call #10
-bufferData: Int8Array[12]: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
-
-Replayed call #11
-bufferData: Int8Array[12]: [1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 11, 12]
-

Powered by Google App Engine
This is Rietveld 408576698