Index: LayoutTests/platform/linux/fast/repaint/select-option-background-color-expected.txt |
diff --git a/LayoutTests/platform/linux/fast/repaint/select-option-background-color-expected.txt b/LayoutTests/platform/linux/fast/repaint/select-option-background-color-expected.txt |
index 243491eb33da8fddb2b514509bb7b62be71c3492..621a206750c960e5255914548be98ccac5c47ae0 100644 |
--- a/LayoutTests/platform/linux/fast/repaint/select-option-background-color-expected.txt |
+++ b/LayoutTests/platform/linux/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 38.00 30.00 69.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [2, 38, 30, 69] |
+ ] |
+ } |
+ ] |
+} |