| Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-child-of-transformed-scrolled-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-of-transformed-scrolled-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-of-transformed-scrolled-expected.txt
|
| index e593200768ae9028b7d04ac1d4044e0ae3d263b8..78744005be481d6f35b8ceea6de7dfdfc4f16352 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-of-transformed-scrolled-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-of-transformed-scrolled-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [200, 150, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='fixed'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
|
| + "rect": [200, 150, 100, 100],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|