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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/svg/custom/text-xy-updates-SVGList-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt
index 54ec3e9bcfeb77303dd100e1dfc4454dcd5e0160..0c386a681da0c641d63c69ed6870928fe966a799 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt
@@ -5,22 +5,57 @@
"bounds": [808, 620],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [208, 14, 170, 18],
- [208, 14, 170, 18],
- [208, 14, 170, 18],
- [18, 194, 170, 18],
- [18, 194, 170, 18],
- [18, 194, 170, 18]
- ],
- "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, 18],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [208, 14, 170, 18],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGRoot svg:svg",
+ "rect": [18, 194, 170, 18],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGRoot svg:svg",
+ "rect": [208, 14, 170, 18],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGText text id='ttt'",
+ "rect": [18, 194, 170, 18],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGText text id='ttt'",
+ "rect": [208, 14, 170, 18],
+ "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