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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/overflow-scroll-body-appear-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/paint/invalidation/overflow-scroll-body-appear-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/overflow-scroll-body-appear-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/overflow-scroll-body-appear-expected.txt
index 383968e766a1f863081bc8aece3f131f5d047f16..78605bf5715dea35152f9545390db1db8be1696d 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/overflow-scroll-body-appear-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/overflow-scroll-body-appear-expected.txt
@@ -14,7 +14,7 @@
{
"object": "LayoutView #document",
"rect": [0, 585, 785, 15],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow BODY",
@@ -24,17 +24,17 @@
{
"object": "LayoutText #text",
"rect": [127, 50, 390, 18],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
"rect": [785, 0, 15, 585],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutView #document",
"rect": [785, 585, 15, 15],
- "reason": "scroll"
+ "reason": "scroll control"
}
]
}
@@ -42,11 +42,11 @@
"objectPaintInvalidations": [
{
"object": "LayoutView #document",
- "reason": "scroll"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
- "reason": "scroll"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
@@ -58,51 +58,51 @@
},
{
"object": "LayoutBlockFlow P",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'You should see both vertical and horizontal scrollbars.'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow P",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'This is the test for '",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'Bug 36461 - No vertical scrollbar after the CSS class change'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox '.'",
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698