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

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

Issue 2458233002: Fix under-invalidation on SVG shape/image resize in subpixels (Closed)
Patch Set: - Created 4 years, 1 month 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/relative-sized-shadow-tree-content-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/relative-sized-shadow-tree-content-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/relative-sized-shadow-tree-content-expected.txt
index 2ef89c47e7f6ecb80489ac339490b19f7f456fb1..0e56de828d43645abac61ceb8f600f95b569451a 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/relative-sized-shadow-tree-content-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/relative-sized-shadow-tree-content-expected.txt
@@ -24,12 +24,12 @@
{
"object": "LayoutSVGRect rect id='targetRect'",
"rect": [209, 273, 200, 200],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGRect rect id='targetRect'",
"rect": [9, 273, 200, 200],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGContainer g id='targetUse'",
@@ -49,17 +49,17 @@
{
"object": "LayoutSVGRect rect id='targetRect1'",
"rect": [9, 73, 200, 200],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGRect rect id='targetRect1'",
"rect": [9, 73, 200, 200],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGRect rect id='targetRect1'",
"rect": [9, 73, 200, 200],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGContainer use",
@@ -69,7 +69,7 @@
{
"object": "LayoutSVGRect rect id='targetRect'",
"rect": [59, 273, 50, 200],
- "reason": "bounds change"
+ "reason": "forced by layout"
}
]
}
@@ -93,11 +93,11 @@
},
{
"object": "LayoutSVGRect rect id='targetRect'",
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGRect rect id='targetRect1'",
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGContainer use id='targetUse'",
@@ -105,7 +105,7 @@
},
{
"object": "LayoutSVGRect rect id='targetRect1'",
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGContainer use",
@@ -113,7 +113,7 @@
},
{
"object": "LayoutSVGRect rect id='targetRect'",
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGContainer use",
@@ -125,7 +125,7 @@
},
{
"object": "LayoutSVGRect rect id='targetRect1'",
- "reason": "bounds change"
+ "reason": "forced by layout"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698