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

Unified Diff: third_party/WebKit/LayoutTests/svg/repaint/modify-transferred-listitem-different-attr-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/modify-transferred-listitem-different-attr-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/repaint/modify-transferred-listitem-different-attr-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/modify-transferred-listitem-different-attr-expected.txt
index e44a815f62b4df6149a08f12f1311d7b10403f91..df98779dc21d88511be91cd8aec52ab22e46f6b4 100644
--- a/third_party/WebKit/LayoutTests/svg/repaint/modify-transferred-listitem-different-attr-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/repaint/modify-transferred-listitem-different-attr-expected.txt
@@ -5,32 +5,97 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [103, 8, 5, 24],
- [58, 62, 50, 10],
- [58, 45, 50, 27],
- [58, 45, 50, 17],
- [23, 62, 85, 10],
- [23, 8, 85, 24],
- [23, 8, 80, 24]
- ],
- "paintInvalidationClients": [
- "RootInlineBox",
- "InlineTextBox 'A'",
- "InlineTextBox ' B C'",
- "RootInlineBox",
- "InlineTextBox 'X'",
- "InlineTextBox ' Y Z'",
- "LayoutSVGRoot svg",
- "LayoutSVGText text id='target'",
- "RootInlineBox",
- "LayoutSVGInlineText #text",
- "InlineTextBox 'A'",
- "InlineTextBox ' B C'",
- "LayoutSVGText text id='source'",
- "RootInlineBox",
- "LayoutSVGInlineText #text",
- "InlineTextBox 'X Y Z'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox ' B C'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox ' B C'",
+ "rect": [0, 0, 0, 0],
+ "reason": "incremental"
+ },
+ {
+ "object": "InlineTextBox ' Y Z'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'A'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'A'",
+ "rect": [0, 0, 0, 0],
+ "reason": "incremental"
+ },
+ {
+ "object": "InlineTextBox 'X Y Z'",
+ "rect": [0, 0, 0, 0],
+ "reason": "incremental"
+ },
+ {
+ "object": "InlineTextBox 'X'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [103, 8, 5, 24],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [58, 62, 50, 10],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [23, 62, 85, 10],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutSVGText text id='source'",
+ "rect": [58, 45, 50, 27],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGText text id='source'",
+ "rect": [58, 45, 50, 17],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGText text id='target'",
+ "rect": [23, 8, 80, 24],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGText text id='target'",
+ "rect": [23, 8, 85, 24],
+ "reason": "full"
+ },
+ {
+ "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"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698