Index: LayoutTests/platform/mac/fast/repaint/select-option-background-color-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/select-option-background-color-expected.txt b/LayoutTests/platform/mac/fast/repaint/select-option-background-color-expected.txt |
index 9758f953df5a81eb14f0669b7e198dc71c37b4d0..6ecb6ce992d46626cef3e4960458411911676eab 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/select-option-background-color-expected.txt |
+++ b/LayoutTests/platform/mac/fast/repaint/select-option-background-color-expected.txt |
@@ -1,14 +1,14 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 2.00 36.00 25.00 57.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [2, 36, 25, 57] |
+ ] |
+ } |
+ ] |
+} |