Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / outline-change-invalidation-expected.txt
index 0c80e01..1856012 100644 (file)
@@ -1,11 +1,19 @@
-This test checks that an outline change is correctly repainted.
-
-There should be a 5px green outline below.
-
-Lorem Ipsum
-(repaint rects
-  (rect 31 84 761 18)
-  (rect 31 84 761 18)
-  (rect 31 79 766 28)
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [31, 84, 761, 18],
+        [31, 84, 761, 18],
+        [31, 79, 766, 28],
+        [31, 79, 766, 28],
+        [8, 84, 784, 18],
+        [8, 79, 789, 28]
+      ]
+    }
+  ]
+}