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/win/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/win/virtual/disable-spinvalidation/paint/invalidation/outline-continuations-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/outline-continuations-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/outline-continuations-expected.txt
index e5eeb640615d3ec77cec746d879bc499df0657c0..8e51ae7a2ba58be11f64daa3803756b01f096e62 100644
--- a/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/outline-continuations-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/outline-continuations-expected.txt
@@ -9,12 +9,12 @@
{
"object": "LayoutBlockFlow (anonymous)",
"rect": [18, 150, 200, 20],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (anonymous)",
"rect": [18, 110, 200, 20],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutInline SPAN id='outer'",
@@ -29,12 +29,12 @@
{
"object": "LayoutText #text",
"rect": [18, 150, 83, 19],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [18, 110, 83, 19],
- "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