| Index: LayoutTests/fast/repaint/inline-horizontal-bt-overflow-expected.txt
|
| diff --git a/LayoutTests/fast/repaint/inline-horizontal-bt-overflow-expected.txt b/LayoutTests/fast/repaint/inline-horizontal-bt-overflow-expected.txt
|
| index f8da2fe35710b968da0abe5b0e10da4c0c39178c..820094446288d49737476285b5a10f50d3602d2a 100644
|
| --- a/LayoutTests/fast/repaint/inline-horizontal-bt-overflow-expected.txt
|
| +++ b/LayoutTests/fast/repaint/inline-horizontal-bt-overflow-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 33.00 467.00 250.00 100.00)
|
| - (rect 33.00 467.00 250.00 100.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [33, 467, 250, 100],
|
| + [33, 467, 250, 100]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|