Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / linux / fast / repaint / outline-repaint-glitch-expected.txt
index 23cc497..1285e5e 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 395.00 180.00 60.00)
-        (rect 29.00 395.00 180.00 40.00)
-        (rect 29.00 233.00 180.00 60.00)
-        (rect 29.00 233.00 180.00 40.00)
-        (rect 15.00 439.00 208.00 20.00)
-        (rect 15.00 435.00 208.00 4.00)
-        (rect 15.00 277.00 208.00 20.00)
-        (rect 15.00 273.00 208.00 4.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [29, 435, 180, 20],
+        [29, 273, 180, 20],
+        [15, 391, 208, 68],
+        [15, 391, 208, 48],
+        [15, 229, 208, 68],
+        [15, 229, 208, 48]
+      ]
+    }
+  ]
+}