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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-dom-removal-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/linux/svg/custom/text-dom-removal-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-dom-removal-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-dom-removal-expected.txt
index e6dadd374e636076409360a35acc1973f3fef13b..bf08059e89e77dc8cccfbb7a9ee8148fd9b3b6b2 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-dom-removal-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-dom-removal-expected.txt
@@ -5,19 +5,37 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [50, 110, 151, 19],
- [50, 110, 151, 19],
- [0, 0, 201, 129],
- [0, 0, 20, 20]
- ],
- "paintInvalidationClients": [
- "LayoutSVGRect rect",
- "InlineTextBox ''",
- "LayoutSVGInlineText #text",
- "RootInlineBox",
- "LayoutSVGText text",
- "LayoutSVGContainer g id='objectsToRemove'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox ''",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGContainer g id='objectsToRemove'",
+ "rect": [0, 0, 201, 129],
+ "reason": "became invisible"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [50, 110, 151, 19],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [0, 0, 20, 20],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutSVGText text",
+ "rect": [50, 110, 151, 19],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698