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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/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/linux/virtual/disable-spinvalidation/paint/invalidation/overflow-scroll-body-appear-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/overflow-scroll-body-appear-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/overflow-scroll-body-appear-expected.txt
index b397c91319cdab7673a25ece27dacc4a4fe41a7d..14a9f7859923ee6975be0b3e3c710fadcf909540 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/overflow-scroll-body-appear-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/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,42 +24,42 @@
{
"object": "LayoutBlockFlow P",
"rect": [8, 52, 784, 20],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow P",
"rect": [8, 16, 784, 20],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [124, 52, 383, 19],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [8, 16, 341, 19],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [8, 52, 116, 19],
- "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"
},
{
"object": "LayoutText #text",
"rect": [507, 52, 4, 19],
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}
@@ -67,11 +67,11 @@
"objectPaintInvalidations": [
{
"object": "LayoutView #document",
- "reason": "scroll"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
- "reason": "scroll"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
@@ -83,51 +83,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