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

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

Issue 320423004: DevTools: Clean up snapshot command log. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add test. 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 | « no previous file | 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 a86f9b544495b07e07a9ff3587e8cb46cf190d8c..d2b8557041cc75da2d45de247aa015e91d90b5b5 100644
--- a/LayoutTests/inspector/layers/layer-canvas-log.html
+++ b/LayoutTests/inspector/layers/layer-canvas-log.html
@@ -33,6 +33,9 @@ function test()
<div id="a" style="-webkit-transform: translateZ(0px); background-color:blue; width:100px; height:100px;">
<div style="width:50px; height:50px; background-color:red;"></div>
<img src="../timeline/resources/test.png">
-</div>
+ <svg>
+ <rect x="0" y="0" width="10" height="10" style="opacity:0.5"/>
+ </svg>
+ </div>
</body>
</html>
« no previous file with comments | « no previous file | LayoutTests/inspector/layers/layer-canvas-log-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698