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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-shadow-tree-content-expected.txt

Issue 2442383002: Simplify ObjectPaintInvalidatorW/C::computePaintInvalidationReason() (Closed)
Patch Set: rebaseline-cl Created 4 years, 2 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/relative-sized-shadow-tree-content-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-shadow-tree-content-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-shadow-tree-content-expected.txt
index 0fddbcf29d641abaf518358df5ee7aeb1b47229c..28af58740a413a571acc39d60541d8f3eb9777a8 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-shadow-tree-content-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-shadow-tree-content-expected.txt
@@ -29,37 +29,37 @@
{
"object": "LayoutSVGRect rect id='targetRect'",
"rect": [9, 269, 200, 200],
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGContainer g id='targetUse'",
"rect": [9, 69, 200, 200],
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGContainer use",
"rect": [9, 69, 200, 200],
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGContainer use id='targetUse'",
"rect": [9, 69, 200, 200],
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGRect rect id='targetRect1'",
"rect": [9, 69, 200, 200],
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGRect rect id='targetRect1'",
"rect": [9, 69, 200, 200],
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGRect rect id='targetRect1'",
"rect": [9, 69, 200, 200],
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGContainer use",
@@ -93,19 +93,19 @@
},
{
"object": "LayoutSVGRect rect id='targetRect'",
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGRect rect id='targetRect1'",
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGContainer use id='targetUse'",
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGRect rect id='targetRect1'",
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGContainer use",
@@ -117,15 +117,15 @@
},
{
"object": "LayoutSVGContainer use",
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGContainer g id='targetUse'",
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGRect rect id='targetRect1'",
- "reason": "full"
+ "reason": "bounds change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698