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

Unified Diff: LayoutTests/inspector/layers/layer-canvas-log.html

Issue 321053005: DevTools: Fix snapshot canvas log test. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove comments. Created 6 years, 6 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/TestExpectations ('k') | LayoutTests/inspector/layers/layer-canvas-log-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/layers/layer-canvas-log.html
diff --git a/LayoutTests/inspector/layers/layer-canvas-log.html b/LayoutTests/inspector/layers/layer-canvas-log.html
index b889e17a20ead1456089471e7e0b9ae5a9ef7fe3..a86f9b544495b07e07a9ff3587e8cb46cf190d8c 100644
--- a/LayoutTests/inspector/layers/layer-canvas-log.html
+++ b/LayoutTests/inspector/layers/layer-canvas-log.html
@@ -13,8 +13,8 @@ function test()
function onHistoryReceived(history)
{
- InspectorTest.addResult("Canvas log: ");
- InspectorTest.addObject(history);
+ InspectorTest.addResult("Canvas log:");
+ InspectorTest.addObject(history, {"genID": "skip"});
InspectorTest.completeTest();
}
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/inspector/layers/layer-canvas-log-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698