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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/svg/modify-transferred-listitem-different-attr-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/win/virtual/disable-spinvalidation/paint/invalidation/svg/modify-transferred-listitem-different-attr-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/svg/modify-transferred-listitem-different-attr-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/svg/modify-transferred-listitem-different-attr-expected.txt
index 2f3b3dfb48004dfc0ca511d272b67939af3428d3..91fab0e746838d03a9dceb82abbf3a136d4ed58c 100644
--- a/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/svg/modify-transferred-listitem-different-attr-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/svg/modify-transferred-listitem-different-attr-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutSVGInlineText #text",
"rect": [23, 8, 85, 23],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutSVGText text id='target'",
@@ -19,7 +19,7 @@
{
"object": "LayoutSVGInlineText #text",
"rect": [58, 45, 50, 26],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutSVGText text id='source'",
@@ -40,15 +40,15 @@
},
{
"object": "LayoutSVGInlineText #text",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'A'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox ' B C'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutSVGText text id='source'",
@@ -60,11 +60,11 @@
},
{
"object": "LayoutSVGInlineText #text",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'X Y Z'",
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698