Index: third_party/WebKit/LayoutTests/paint/invalidation/fixed-with-border-under-composited-absolute-scrolled-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-absolute-scrolled-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-with-border-under-composited-absolute-scrolled-expected.txt |
similarity index 74% |
copy from third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-absolute-scrolled-expected.txt |
copy to third_party/WebKit/LayoutTests/paint/invalidation/fixed-with-border-under-composited-absolute-scrolled-expected.txt |
index 40a60b18e9ac58b1fc771b0d842cd30e681cf874..cfe661d3517539ed63942a6a00fe5ae2c91f42df 100644 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-absolute-scrolled-expected.txt |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-with-border-under-composited-absolute-scrolled-expected.txt |
@@ -9,14 +9,19 @@ |
{ |
"name": "LayoutBlockFlow (positioned) DIV id='absolute'", |
"position": [0, 400], |
- "bounds": [100, 1601], |
+ "bounds": [120, 1601], |
"drawsContent": true, |
"backfaceVisibility": "hidden", |
"backgroundColor": "#FF0000", |
"paintInvalidations": [ |
{ |
"object": "LayoutBlockFlow (positioned) DIV id='fixed'", |
- "rect": [0, 100, 100, 100], |
+ "rect": [0, 110, 120, 110], |
+ "reason": "incremental" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='fixed'", |
+ "rect": [0, 120, 120, 100], |
"reason": "incremental" |
} |
] |