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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/outline-continuations-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/outline-continuations-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/outline-continuations-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/outline-continuations-expected.txt
index eb286040ee49637afe1ee2fe0ae4250e092c88dd..9a51e197408a378eb0af8005b3010b3d59dc0023 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/outline-continuations-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/outline-continuations-expected.txt
@@ -9,12 +9,12 @@
{
"object": "LayoutBlockFlow (anonymous)",
"rect": [18, 148, 200, 18],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (anonymous)",
"rect": [18, 110, 200, 18],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutInline SPAN id='outer'",
@@ -29,12 +29,12 @@
{
"object": "LayoutText #text",
"rect": [18, 148, 84, 18],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [18, 110, 84, 18],
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}
@@ -42,11 +42,11 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (anonymous)",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutInline SPAN id='outer'",
@@ -58,19 +58,19 @@
},
{
"object": "LayoutText #text",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'CONTENTS'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (anonymous)",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutInline SPAN id='outer'",
@@ -82,15 +82,15 @@
},
{
"object": "LayoutText #text",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'CONTENTS'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (anonymous)",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutInline SPAN id='outer'",

Powered by Google App Engine
This is Rietveld 408576698