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

Unified Diff: third_party/WebKit/LayoutTests/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/paint/invalidation/svg/relative-sized-deep-shadow-tree-content-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-deep-shadow-tree-content-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-deep-shadow-tree-content-expected.txt
index 6f3f8ef69a05f8b141dc6791d091b5e846074ed0..f9da3c57b62eab2af0567ea00c7097915522c62f 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-deep-shadow-tree-content-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-deep-shadow-tree-content-expected.txt
@@ -24,7 +24,7 @@
{
"object": "LayoutSVGRect rect id='targetRect'",
"rect": [209, 269, 200, 200],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGRoot svg",
@@ -39,12 +39,12 @@
{
"object": "LayoutSVGRect rect id='targetRect'",
"rect": [109, 169, 200, 200],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGRect rect id='targetRect'",
"rect": [9, 169, 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, 269, 50, 200],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGRoot svg",
@@ -74,7 +74,7 @@
{
"object": "LayoutSVGRect rect id='targetRect'",
"rect": [34, 169, 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