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

Unified Diff: LayoutTests/inspector/layers-test.js

Issue 23050018: DevTools: expose layer compositing reasons and paint count via layer tree agent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed gcc build Created 7 years, 4 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/layer-tree-model.html ('k') | LayoutTests/inspector/resources/composited-iframe.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/layers-test.js
diff --git a/LayoutTests/inspector/layers-test.js b/LayoutTests/inspector/layers-test.js
index f038bfbce25bccbc2c1af412948f61f5ce3e84e8..070fe01ec0b4747d1959b2212580b529145212f1 100644
--- a/LayoutTests/inspector/layers-test.js
+++ b/LayoutTests/inspector/layers-test.js
@@ -58,6 +58,8 @@ function initialize_LayerTreeTests()
return true;
}
InspectorTest._layerTreeModel.forEachLayer(testLayer);
+ if (!result)
+ InspectorTest.addResult("ERROR: No layer for " + nodeIdAttribute);
return result;
}
}
« no previous file with comments | « LayoutTests/inspector/layer-tree-model.html ('k') | LayoutTests/inspector/resources/composited-iframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698