Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / outline-inset-expected.txt
index 7ebec04..e227b40 100644 (file)
@@ -1,21 +1,19 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 29.00 189.00 180.00 60.00)
-        (rect 29.00 189.00 180.00 40.00)
-        (rect 29.00 29.00 180.00 60.00)
-        (rect 29.00 29.00 180.00 40.00)
-        (rect 19.00 229.00 200.00 20.00)
-        (rect 19.00 224.00 200.00 5.00)
-        (rect 19.00 69.00 200.00 20.00)
-        (rect 19.00 64.00 200.00 5.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [29, 229, 180, 20],
+        [29, 69, 180, 20],
+        [19, 189, 200, 60],
+        [19, 189, 200, 40],
+        [19, 29, 200, 60],
+        [19, 29, 200, 40]
+      ]
+    }
+  ]
+}