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

Unified Diff: LayoutTests/inspector/layer-tree-model.html

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-compositing-reasons-expected.txt ('k') | LayoutTests/inspector/layers-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/layer-tree-model.html
diff --git a/LayoutTests/inspector/layer-tree-model.html b/LayoutTests/inspector/layer-tree-model.html
index d291944d26703e62c45f594969b06e2429cd315d..6bf6051a682e671653c519c4477648ebdde80f8b 100644
--- a/LayoutTests/inspector/layer-tree-model.html
+++ b/LayoutTests/inspector/layer-tree-model.html
@@ -71,7 +71,7 @@ function test()
}
</script>
-</html>
+</head>
<body onload="runTest()">
<div id="a" style="width: 200px; height: 200px" class="layer">
<div class="layer" id="b1" style="width: 150; height: 100"></div>
@@ -81,3 +81,4 @@ function test()
</div>
</div>
</body>
+</html>
« no previous file with comments | « LayoutTests/inspector/layer-compositing-reasons-expected.txt ('k') | LayoutTests/inspector/layers-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698