Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / win / fast / repaint / selection-after-delete-expected.txt
index fe45687..ad86738 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 94.00 152.00 90.00)
-        (rect 38.00 75.00 152.00 107.00)
-        (rect 38.00 74.00 152.00 110.00)
-        (rect 38.00 74.00 3.00 19.00)
-        (rect 8.00 75.00 784.00 107.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [38, 74, 152, 110],
+        [38, 74, 152, 110],
+        [38, 74, 152, 20],
+        [38, 74, 3, 19],
+        [8, 75, 784, 107]
+      ]
+    }
+  ]
+}