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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-late-marker-and-object-creation-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/paint/invalidation/svg/js-late-marker-and-object-creation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-late-marker-and-object-creation-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-late-marker-and-object-creation-expected.txt
index d55ad6caee76c1775f60c656b2a3a7a611e777c5..8d27ef7089713cdbe5d1b23b7d9747fa27b1756a 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-late-marker-and-object-creation-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-late-marker-and-object-creation-expected.txt
@@ -14,12 +14,12 @@
{
"object": "LayoutSVGPath path",
"rect": [202, 211, 112, 112],
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutSVGContainer g id='content'",
"rect": [203, 211, 111, 111],
- "reason": "became visible"
+ "reason": "appeared"
}
]
}
@@ -27,19 +27,19 @@
"objectPaintInvalidations": [
{
"object": "LayoutSVGContainer g id='content'",
- "reason": "became visible"
+ "reason": "appeared"
},
{
"object": "LayoutSVGPath path",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutSVGResourceMarker marker id='markerMiddle'",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutSVGEllipse circle",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutSVGPath path",

Powered by Google App Engine
This is Rietveld 408576698