Index: LayoutTests/platform/win/fast/repaint/change-text-content-and-background-color-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/change-text-content-and-background-color-expected.txt b/LayoutTests/platform/win/fast/repaint/change-text-content-and-background-color-expected.txt |
index 42ce95b3c3827018e2f1fa1e73375162b968670b..80fbd81def334a7c1faeb49917407a3d9f339d80 100644 |
--- a/LayoutTests/platform/win/fast/repaint/change-text-content-and-background-color-expected.txt |
+++ b/LayoutTests/platform/win/fast/repaint/change-text-content-and-background-color-expected.txt |
@@ -1,15 +1,15 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 30.00 32.00 200.00 22.00) |
- (rect 8.00 10.00 244.00 67.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [30, 32, 200, 22], |
+ [8, 10, 244, 67] |
+ ] |
+ } |
+ ] |
+} |