Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / linux / fast / repaint / box-shadow-dynamic-expected.txt
index 8d16f08..7303203 100644 (file)
@@ -1,19 +1,19 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 28.00 192.00 30.00 50.00)
-        (rect 28.00 192.00 30.00 30.00)
-        (rect 28.00 72.00 30.00 70.00)
-        (rect 28.00 72.00 30.00 50.00)
-        (rect 18.00 227.00 55.00 20.00)
-        (rect 18.00 127.00 55.00 20.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [28, 222, 30, 20],
+        [28, 122, 30, 20],
+        [18, 192, 55, 55],
+        [18, 192, 55, 35],
+        [18, 72, 55, 75],
+        [18, 72, 55, 55]
+      ]
+    }
+  ]
+}