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

Unified Diff: third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update-2-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/svg/repaint/text-pattern-update-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update-2-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update-2-expected.txt
index c9e38bb92d5492f8f421c1a3bb7f0543920bede9..ca2d504296e672a54e35a026272047e83536f3c3 100644
--- a/third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update-2-expected.txt
@@ -5,21 +5,62 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [8, 8, 300, 100]
- ],
- "paintInvalidationClients": [
- "LayoutSVGResourcePattern pattern id='pat'",
- "LayoutSVGText text",
- "RootInlineBox",
- "LayoutSVGInlineText #text",
- "InlineTextBox 'X'",
- "LayoutSVGTSpan tspan",
- "InlineFlowBox",
- "LayoutSVGInlineText #text",
- "InlineTextBox 'Y'",
- "LayoutSVGInlineText #text",
- "InlineTextBox 'Z'"
+ "paintInvalidations": [
+ {
+ "object": "InlineFlowBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "none"
+ },
+ {
+ "object": "InlineTextBox 'X'",
+ "rect": [0, 0, 0, 0],
+ "reason": "none"
+ },
+ {
+ "object": "InlineTextBox 'Y'",
+ "rect": [0, 0, 0, 0],
+ "reason": "none"
+ },
+ {
+ "object": "InlineTextBox 'Z'",
+ "rect": [0, 0, 0, 0],
+ "reason": "none"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [0, 0, 0, 0],
+ "reason": "none"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [0, 0, 0, 0],
+ "reason": "none"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [0, 0, 0, 0],
+ "reason": "none"
+ },
+ {
+ "object": "LayoutSVGResourcePattern pattern id='pat'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGTSpan tspan",
+ "rect": [0, 0, 0, 0],
+ "reason": "none"
+ },
+ {
+ "object": "LayoutSVGText text",
+ "rect": [8, 8, 300, 100],
+ "reason": "SVG resource change"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698