Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / android / svg / custom / mask-child-changes-expected.txt
index 19b184a..3ab94ce 100644 (file)
@@ -1,8 +1,16 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderSVGRoot {svg} at (0,100) size 800x100
-    RenderSVGResourceMasker {mask} [id="Mask"] [maskUnits=userSpaceOnUse] [maskContentUnits=userSpaceOnUse]
-      RenderSVGRect {rect} at (0,0) size 800x300 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=800.00] [height=300.00]
-    RenderSVGRect {rect} at (0,100) size 800x100 [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=100.00] [width=800.00] [height=100.00]
-      [masker="Mask"] RenderSVGResourceMasker {mask} at (0,0) size 800x300
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [0, 100, 800, 100],
+        [0, 0, 800, 300],
+        [0, 0, 800, 300]
+      ]
+    }
+  ]
+}
+