Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / transform-rotate-and-remove-expected.txt
index 2a9e2e5..6dc3a64 100644 (file)
@@ -1,16 +1,16 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 20.00 0.00 196.00 150.00)
-        (rect 20.00 0.00 196.00 150.00)
-        (rect 8.00 8.00 220.00 70.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [20, 0, 196, 150],
+        [20, 0, 196, 150],
+        [8, 8, 220, 70]
+      ]
+    }
+  ]
+}