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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/absolute-sized-content-with-resources-expected.txt

Issue 2559123003: Strength-reduce the "scale-factor changed" condition in LayoutSVGRoot (Closed)
Patch Set: Update expectations Created 4 years 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/absolute-sized-content-with-resources-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/absolute-sized-content-with-resources-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/absolute-sized-content-with-resources-expected.txt
index 535ee8473bcb52df4a86a266924d270b0d696d63..7fc087acc638f6e00eee5699ebd2dc44aafb840c 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/absolute-sized-content-with-resources-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/absolute-sized-content-with-resources-expected.txt
@@ -19,7 +19,7 @@
{
"object": "LayoutSVGRect rect",
"rect": [42, 119, 334, 268],
- "reason": "bounds change"
+ "reason": "SVG resource change"
},
{
"object": "LayoutSVGRoot svg",
@@ -54,7 +54,7 @@
{
"object": "LayoutSVGRect rect",
"rect": [17, 219, 84, 68],
- "reason": "bounds change"
+ "reason": "SVG resource change"
},
{
"object": "LayoutSVGRoot svg",
@@ -109,7 +109,7 @@
},
{
"object": "LayoutSVGRect rect",
- "reason": "bounds change"
+ "reason": "SVG resource change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698