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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/line-overflow-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/line-overflow-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/line-overflow-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/line-overflow-expected.txt
index 38c7234ac254a6d1e2bb702b9eb33c64d59c7923..1e7f83f5ecaea0f1b37dffc9c2c2a799a8c7cd64 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/line-overflow-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/line-overflow-expected.txt
@@ -9,12 +9,12 @@
{
"object": "LayoutText #text",
"rect": [8, 114, 200, 90],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [8, 78, 198, 54],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutInline SPAN id='t'",
@@ -24,7 +24,7 @@
{
"object": "LayoutText #text",
"rect": [115, 114, 37, 18],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutInline SPAN id='t'",
@@ -34,7 +34,7 @@
{
"object": "LayoutText #text",
"rect": [38, 132, 36, 18],
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}
@@ -42,23 +42,23 @@
"objectPaintInvalidations": [
{
"object": "LayoutText #text",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'Cras faucibus. Nunc'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'adipiscing, enim in scelerisque'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'convallis,\n'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'augue '",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutInline SPAN id='t'",
@@ -70,35 +70,35 @@
},
{
"object": "LayoutText #text",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'purus'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox ' eleifend'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'lacus, at sagittis eros leo'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'pulvinar velit. Integer'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'sollicitudin nisi ut urna blandit'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'convallis.'",
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698