Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / linux / fast / repaint / selection-after-delete-expected.txt
index 83bcb69..ece86f8 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 38.00 100.00 152.00 80.00)
-        (rect 38.00 79.00 152.00 99.00)
-        (rect 38.00 78.00 152.00 102.00)
-        (rect 38.00 78.00 3.00 21.00)
-        (rect 8.00 79.00 784.00 99.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [38, 78, 152, 102],
+        [38, 78, 152, 102],
+        [38, 78, 152, 22],
+        [38, 78, 3, 21],
+        [8, 79, 784, 99]
+      ]
+    }
+  ]
+}