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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/svg/custom/use-clipped-hit-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/use-clipped-hit-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/use-clipped-hit-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/use-clipped-hit-expected.txt
index 95cac7a7388bb762bba56a3fb08403d024843530..3ccc75644b8b36ccf946e4fe7d7ab7f03a788505 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/use-clipped-hit-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/use-clipped-hit-expected.txt
@@ -5,22 +5,52 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [90, 116, 64, 18],
- [90, 116, 64, 18],
- [90, 116, 44, 18],
- [90, 116, 44, 18],
- [89, 115, 3, 20]
- ],
- "paintInvalidationClients": [
- "LayoutSVGText text id='status'",
- "InlineTextBox ''",
- "LayoutSVGInlineText #text",
- "RootInlineBox",
- "LayoutSVGText text id='status'",
- "RootInlineBox",
- "LayoutSVGInlineText #text",
- "InlineTextBox 'Passed'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox ''",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'Passed'",
+ "rect": [0, 0, 0, 0],
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [90, 116, 64, 18],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [90, 116, 44, 18],
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutSVGText text id='status'",
+ "rect": [89, 115, 3, 20],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutSVGText text id='status'",
+ "rect": [90, 116, 64, 18],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGText text id='status'",
+ "rect": [90, 116, 44, 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