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/resources/composited-iframe.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/layers-test.js ('k') | Source/core/inspector/InspectorLayerTreeAgent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/resources/composited-iframe.html
diff --git a/LayoutTests/inspector/resources/composited-iframe.html b/LayoutTests/inspector/resources/composited-iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..c57033814fa08312d67aab6d8aa0ba3ab22fa8f2
--- /dev/null
+++ b/LayoutTests/inspector/resources/composited-iframe.html
@@ -0,0 +1,5 @@
+<html>
+<body>
+<div style="-webkit-transform: translateZ(20px);"></div>
+</body>
+</html>
« no previous file with comments | « LayoutTests/inspector/layers-test.js ('k') | Source/core/inspector/InspectorLayerTreeAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698