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> |