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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-dom-removal-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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/paint/invalidation/svg/text-dom-removal-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-dom-removal-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-dom-removal-expected.txt
index 83e0ed89c1e2b182f55b4ad48ab1c611fa008094..d837cf1828e63eed43551e7d9e067bdc7c61924d 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-dom-removal-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-dom-removal-expected.txt
@@ -9,22 +9,22 @@
{
"object": "LayoutSVGContainer g id='objectsToRemove'",
"rect": [0, 0, 212, 129],
- "reason": "became invisible"
+ "reason": "disappeared"
},
{
"object": "LayoutSVGInlineText #text",
"rect": [50, 110, 162, 19],
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutSVGText text",
"rect": [50, 110, 162, 19],
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutSVGRect rect",
"rect": [0, 0, 20, 20],
- "reason": "layoutObject removal"
+ "reason": "disappeared"
}
]
}
@@ -32,19 +32,19 @@
"objectPaintInvalidations": [
{
"object": "LayoutSVGRect rect",
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutSVGInlineText #text",
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutSVGText text",
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutSVGContainer g id='objectsToRemove'",
- "reason": "became invisible"
+ "reason": "disappeared"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698