Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / window-resize-no-layout-change2-expected.txt
index 1f01790..9ba4c52 100644 (file)
@@ -1,55 +1,55 @@
-(GraphicsLayer
-  (bounds 2008.00 2008.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 2008.00 2008.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 0.00 200.00 200.00 100.00)
-      )
-    )
-  )
-)
-(GraphicsLayer
-  (bounds 2008.00 2008.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 2008.00 2008.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 0.00 0.00 2008.00 2008.00)
-        (rect 0.00 0.00 300.00 300.00)
-      )
-    )
-  )
-)
-(GraphicsLayer
-  (bounds 2008.00 2008.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 2008.00 2008.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 0.00 250.00 300.00 50.00)
-      )
-    )
-  )
-)
-(GraphicsLayer
-  (bounds 2008.00 2008.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 2008.00 2008.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 0.00 0.00 2008.00 2008.00)
-        (rect 0.00 0.00 250.00 250.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [2008, 2008],
+  "children": [
+    {
+      "bounds": [2008, 2008],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [0, 200, 200, 100]
+      ]
+    }
+  ]
+}
+{
+  "bounds": [2008, 2008],
+  "children": [
+    {
+      "bounds": [2008, 2008],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [0, 0, 2008, 2008],
+        [0, 0, 300, 300]
+      ]
+    }
+  ]
+}
+{
+  "bounds": [2008, 2008],
+  "children": [
+    {
+      "bounds": [2008, 2008],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [0, 250, 300, 50]
+      ]
+    }
+  ]
+}
+{
+  "bounds": [2008, 2008],
+  "children": [
+    {
+      "bounds": [2008, 2008],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [0, 0, 2008, 2008],
+        [0, 0, 250, 250]
+      ]
+    }
+  ]
+}