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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/svg/custom/use-clipped-hit-expected.txt

Issue 2087483002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 a205d523272eedcfa555b4a5ee7e5b4cbf993d15..b8d0d00d7625b6814b9d0814ed79c7f05ebbe248 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
@@ -1,7 +1,9 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
@@ -25,25 +27,35 @@
"object": "LayoutSVGText text id='status'",
"rect": [89, 115, 3, 20],
"reason": "invalidate paint rectangle"
- },
- {
- "object": "InlineTextBox ''",
- "reason": "full"
- },
- {
- "object": "InlineTextBox 'Passed'",
- "reason": "layoutObject insertion"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutSVGText text id='status'",
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutSVGText text id='status'",
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "InlineTextBox 'Passed'",
+ "reason": "layoutObject insertion"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698