Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / box-shadow-dynamic-expected.txt
index b519f57..74778d4 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 190.00 30.00 50.00)
-        (rect 28.00 190.00 30.00 30.00)
-        (rect 28.00 70.00 30.00 70.00)
-        (rect 28.00 70.00 30.00 50.00)
-        (rect 18.00 225.00 55.00 20.00)
-        (rect 18.00 125.00 55.00 20.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [28, 220, 30, 20],
+        [28, 120, 30, 20],
+        [18, 190, 55, 55],
+        [18, 190, 55, 35],
+        [18, 70, 55, 75],
+        [18, 70, 55, 55]
+      ]
+    }
+  ]
+}