| Index: third_party/WebKit/LayoutTests/platform/win/fast/repaint/gradients-em-stops-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/gradients-em-stops-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/gradients-em-stops-repaint-expected.txt
|
| index ad945f5873c7001174536c10d4e9a92b08744168..5f357ec825b0cfad604c7301ba50bfec6abcabf8 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/gradients-em-stops-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/gradients-em-stops-repaint-expected.txt
|
| @@ -5,20 +5,47 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [345, 19, 240, 20],
|
| - [345, 19, 80, 20],
|
| - [344, 18, 302, 122],
|
| - [8, 8, 784, 145]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "InlineBox",
|
| - "InlineTextBox '\n'",
|
| - "InlineBox",
|
| - "RootInlineBox",
|
| - "LayoutBlockFlow DIV class='em-units'",
|
| - "LayoutBlockFlow DIV id='box4' class='box'",
|
| - "LayoutBlockFlow DIV class='indicator'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox '\n'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='em-units'",
|
| + "rect": [8, 8, 784, 145],
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='indicator'",
|
| + "rect": [345, 19, 80, 20],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='indicator'",
|
| + "rect": [345, 19, 240, 20],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='box4' class='box'",
|
| + "rect": [344, 18, 302, 122],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|