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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/relative-sized-deep-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-deep-shadow-tree-content-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/relative-sized-deep-shadow-tree-content-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/relative-sized-deep-shadow-tree-content-expected.txt
index e376d603bf2a8d60307c681e4588cf09f9e7aedc..1c3ada974e36e2a1593910d73167494f27c0eefa 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/relative-sized-deep-shadow-tree-content-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/relative-sized-deep-shadow-tree-content-expected.txt
@@ -24,7 +24,7 @@
{
"object": "LayoutSVGRect rect id='targetRect'",
"rect": [209, 273, 200, 200],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGRoot svg",
@@ -39,12 +39,12 @@
{
"object": "LayoutSVGRect rect id='targetRect'",
"rect": [109, 173, 200, 200],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGRect rect id='targetRect'",
"rect": [9, 173, 200, 200],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGContainer g id='targetUse'",
@@ -59,7 +59,7 @@
{
"object": "LayoutSVGRect rect id='targetRect'",
"rect": [59, 273, 50, 200],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGRoot svg",
@@ -74,7 +74,7 @@
{
"object": "LayoutSVGRect rect id='targetRect'",
"rect": [34, 173, 50, 200],
- "reason": "bounds change"
+ "reason": "forced by layout"
}
]
}
@@ -98,7 +98,7 @@
},
{
"object": "LayoutSVGRect rect id='targetRect'",
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGContainer use id='targetUse'",
@@ -106,7 +106,7 @@
},
{
"object": "LayoutSVGRect rect id='targetRect'",
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGContainer use",
@@ -118,7 +118,7 @@
},
{
"object": "LayoutSVGRect rect id='targetRect'",
- "reason": "bounds change"
+ "reason": "forced by layout"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698