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

Unified Diff: LayoutTests/inspector/layer-compositing-reasons-expected.txt

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.html ('k') | LayoutTests/inspector/layer-tree-model.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/layer-compositing-reasons-expected.txt
diff --git a/LayoutTests/inspector/layer-compositing-reasons-expected.txt b/LayoutTests/inspector/layer-compositing-reasons-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f01ae468cfe2ae6ec1dfeb7c124c401f864d0775
--- /dev/null
+++ b/LayoutTests/inspector/layer-compositing-reasons-expected.txt
@@ -0,0 +1,19 @@
+translated
+
+backface hidden
+animated
+opacity
+reflected
+perspective
+preserve3d
+Compositing reasons for #document: root
+Compositing reasons for div#transform3d: assumedOverlap,transform3D
+Compositing reasons for iframe#iframe: iFrame
+Compositing reasons for div#backface-visibility: assumedOverlap,backfaceVisibilityHidden
+Compositing reasons for div#animation: animation,assumedOverlap
+Compositing reasons for div#transformWithCompositedDescendants: assumedOverlap,transformWithCompositedDescendants
+Compositing reasons for div#opacityWithCompositedDescendants: assumedOverlap,opacityWithCompositedDescendants
+Compositing reasons for div#reflectionWithCompositedDescendants: reflectionWithCompositedDescendants
+Compositing reasons for div#perspective: assumedOverlap,perspective
+Compositing reasons for div#preserve3d: assumedOverlap,preserve3D
+
« no previous file with comments | « LayoutTests/inspector/layer-compositing-reasons.html ('k') | LayoutTests/inspector/layer-tree-model.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698