Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / window-resize-vertical-writing-mode-expected.txt
index 957736e..64b1b8e 100644 (file)
@@ -1,57 +1,57 @@
-(GraphicsLayer
-  (bounds 200.00 300.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 200.00 300.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 0.00 0.00 200.00 200.00)
-        (rect 0.00 0.00 200.00 200.00)
-      )
-    )
-  )
-)
-(GraphicsLayer
-  (bounds 300.00 300.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 300.00 300.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 0.00 0.00 200.00 300.00)
-        (rect 0.00 0.00 200.00 300.00)
-      )
-    )
-  )
-)
-(GraphicsLayer
-  (bounds 300.00 250.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 300.00 250.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 0.00 0.00 300.00 300.00)
-        (rect 0.00 0.00 300.00 250.00)
-      )
-    )
-  )
-)
-(GraphicsLayer
-  (bounds 250.00 250.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 250.00 250.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 0.00 0.00 300.00 250.00)
-        (rect 0.00 0.00 250.00 250.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [200, 300],
+  "children": [
+    {
+      "bounds": [200, 300],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [0, 0, 200, 300],
+        [0, 0, 200, 200]
+      ]
+    }
+  ]
+}
+{
+  "bounds": [300, 300],
+  "children": [
+    {
+      "bounds": [300, 300],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [0, 0, 300, 300],
+        [0, 0, 200, 300]
+      ]
+    }
+  ]
+}
+{
+  "bounds": [300, 250],
+  "children": [
+    {
+      "bounds": [300, 250],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [0, 0, 300, 300],
+        [0, 0, 300, 250]
+      ]
+    }
+  ]
+}
+{
+  "bounds": [250, 250],
+  "children": [
+    {
+      "bounds": [250, 250],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [0, 0, 300, 250],
+        [0, 0, 250, 250]
+      ]
+    }
+  ]
+}