Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / make-children-non-inline-expected.txt
index dcefb6e..aa9b9e9 100644 (file)
@@ -1,18 +1,18 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 8.00 250.00 784.00 72.00)
-        (rect 8.00 222.00 784.00 100.00)
-        (rect 8.00 150.00 10.00 100.00)
-        (rect 8.00 60.00 784.00 162.00)
-        (rect 8.00 60.00 784.00 90.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [8, 250, 784, 72],
+        [8, 222, 784, 100],
+        [8, 150, 10, 100],
+        [8, 60, 784, 162],
+        [8, 60, 784, 90]
+      ]
+    }
+  ]
+}