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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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/platform/linux/virtual/disable-spinvalidation/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt
index 817b35c962b4e1c4d348916197776244ef9e3289..5b7716cd71560c6ce16d446906bae579e7e2213f 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt
@@ -19,7 +19,7 @@
{
"object": "LayoutSVGInlineText #text",
"rect": [93, 85, 107, 19],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutSVGText text",
@@ -29,7 +29,7 @@
{
"object": "LayoutSVGInlineText #text",
"rect": [0, 85, 101, 19],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutSVGText text",
@@ -44,7 +44,7 @@
{
"object": "LayoutSVGPath polygon id='triangle'",
"rect": [180, 120, 20, 20],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutSVGRect rect",
@@ -59,7 +59,7 @@
{
"object": "LayoutSVGPath polygon id='triangle'",
"rect": [80, 120, 20, 20],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutSVGRect rect",
@@ -92,11 +92,11 @@
},
{
"object": "LayoutSVGInlineText #text",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'right-aligned text'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutSVGContainer use",
@@ -104,7 +104,7 @@
},
{
"object": "LayoutSVGPath polygon id='triangle'",
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698