Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/win/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt
index 5e793d7e8e1b0276b1310c318c86e80e94573e5a..00068ca8a554651a5c8dd6a75f2b4c578b489455 100644
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt
@@ -5,38 +5,112 @@
"bounds": [1250, 585],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [1250, 0, 250, 585],
- [704, 0, 700, 236],
- [704, 0, 214, 232],
- [700, 218, 4, 17],
- [454, 0, 700, 236],
- [454, 0, 214, 232],
- [450, 218, 4, 17],
- [0, 0, 1500, 236],
- [0, 0, 800, 52],
- [0, 0, 700, 236],
- [0, 0, 214, 232],
- [-250, 0, 1500, 236],
- [-250, 0, 700, 236],
- [-250, 0, 214, 232]
- ],
- "paintInvalidationClients": [
- "LayoutView #document",
- "LayoutBlockFlow HTML",
- "LayoutBlockFlow (positioned) DIV id='shiftMe'",
- "RootInlineBox",
- "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
- "RootInlineBox",
- "LayoutImage IMG",
- "LayoutText #text",
- "LayoutText #text",
- "InlineTextBox '\n'",
- "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
- "RootInlineBox",
- "LayoutImage IMG",
- "LayoutText #text",
- "LayoutText #text"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox '\n'",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'",
+ "rect": [0, 0, 1500, 236],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'",
+ "rect": [-250, 0, 1500, 236],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
+ "rect": [0, 0, 700, 236],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
+ "rect": [-250, 0, 700, 236],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
+ "rect": [704, 0, 700, 236],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
+ "rect": [454, 0, 700, 236],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 800, 52],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutImage IMG",
+ "rect": [0, 0, 214, 232],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutImage IMG",
+ "rect": [-250, 0, 214, 232],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutImage IMG",
+ "rect": [704, 0, 214, 232],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutImage IMG",
+ "rect": [454, 0, 214, 232],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [700, 218, 4, 17],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [450, 218, 4, 17],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [1250, 0, 250, 585],
+ "reason": "incremental"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698