Index: LayoutTests/fast/repaint/video-unmute-repaint-expected.txt |
diff --git a/LayoutTests/fast/repaint/video-unmute-repaint-expected.txt b/LayoutTests/fast/repaint/video-unmute-repaint-expected.txt |
index 32120a6bd7838003fe1867960acc28ff2aa4e48a..9e3b3dbac4a8dfb3050a67299338eb7dac6dde68 100644 |
--- a/LayoutTests/fast/repaint/video-unmute-repaint-expected.txt |
+++ b/LayoutTests/fast/repaint/video-unmute-repaint-expected.txt |
@@ -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 607.00 501.00 24.00 24.00) |
- (rect 578.00 501.00 24.00 24.00) |
- (rect 543.00 498.00 35.00 30.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [607, 501, 24, 24], |
+ [578, 501, 24, 24], |
+ [543, 498, 35, 30] |
+ ] |
+ } |
+ ] |
+} |