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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/svg/custom/text-xy-updates-SVGList-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/win/svg/custom/text-xy-updates-SVGList-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/custom/text-xy-updates-SVGList-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/custom/text-xy-updates-SVGList-expected.txt
index f9dbca5d004a287ae9084f79516b7c3d196269d2..831b0a0a686e0ff34434bac28004024b549be404 100644
--- a/third_party/WebKit/LayoutTests/platform/win/svg/custom/text-xy-updates-SVGList-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/svg/custom/text-xy-updates-SVGList-expected.txt
@@ -5,22 +5,57 @@
"bounds": [808, 620],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [208, 14, 170, 17],
- [208, 14, 170, 17],
- [208, 14, 170, 17],
- [18, 194, 170, 17],
- [18, 194, 170, 17],
- [18, 194, 170, 17]
- ],
- "paintInvalidationClients": [
- "RootInlineBox",
- "InlineTextBox 'Passes, if text is at 200x20'",
- "LayoutSVGRoot svg:svg",
- "LayoutSVGText text id='ttt'",
- "RootInlineBox",
- "LayoutSVGInlineText #text",
- "InlineTextBox 'Passes, if text is at 200x20'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox 'Passes, if text is at 200x20'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'Passes, if text is at 200x20'",
+ "rect": [0, 0, 0, 0],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [18, 194, 170, 17],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [208, 14, 170, 17],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGRoot svg:svg",
+ "rect": [18, 194, 170, 17],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGRoot svg:svg",
+ "rect": [208, 14, 170, 17],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGText text id='ttt'",
+ "rect": [18, 194, 170, 17],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGText text id='ttt'",
+ "rect": [208, 14, 170, 17],
+ "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