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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/virtual/disable-spinvalidation/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt
index d67ad9bc204188a879f2ae359981f1c82a0ea375..d3b95643f896b732314ae988e761f38c5135d1eb 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt
@@ -19,7 +19,7 @@
{
"object": "LayoutSVGInlineText #text",
"rect": [89, 86, 111, 18],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutSVGText text",
@@ -29,7 +29,7 @@
{
"object": "LayoutSVGInlineText #text",
"rect": [0, 86, 101, 18],
- "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