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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt

Issue 1881903002: 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/linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt
index 1694691bbb57596180267903ecdbadc56d6befc9..c0a33974b768e9101c391eec3e6bd4e0016691f7 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt
@@ -5,20 +5,52 @@
"bounds": [1026, 1036],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [384, 1011, 47, 21],
- [24, 1011, 737, 21]
- ],
- "paintInvalidationClients": [
- "InlineTextBox 'pservers-pattern-01-b \u2190'",
- "InlineTextBox '\n'",
- "InlineTextBox 'index'",
- "InlineTextBox '\n'",
- "InlineTextBox '\u2192 script-handle-01-b'",
- "RootInlineBox",
- "LayoutBlockFlow P",
- "LayoutInline A",
- "InlineFlowBox"
+ "paintInvalidations": [
+ {
+ "object": "InlineFlowBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'index'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'pservers-pattern-01-b \u2190'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox '\u2192 script-handle-01-b'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutBlockFlow P",
+ "rect": [24, 1011, 737, 21],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutInline A",
+ "rect": [384, 1011, 47, 21],
+ "reason": "style change"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698