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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/resize-scrollable-div-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/paint/invalidation/resize-scrollable-div-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/resize-scrollable-div-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/resize-scrollable-div-expected.txt
index 90333935e277882d48d7456dc5268859552f3aca..db90349af7bc0e9d33d88480cbf08a22a0c51c84 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/resize-scrollable-div-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/resize-scrollable-div-expected.txt
@@ -14,7 +14,7 @@
{
"object": "LayoutBlockFlow DIV id='div'",
"rect": [8, 393, 285, 15],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow DIV id='div'",
@@ -24,27 +24,27 @@
{
"object": "LayoutBlockFlow DIV id='div'",
"rect": [8, 193, 85, 15],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow DIV id='div'",
"rect": [293, 108, 15, 285],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow DIV id='div'",
"rect": [93, 108, 15, 85],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow DIV id='div'",
"rect": [293, 393, 15, 15],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow DIV id='div'",
"rect": [93, 193, 15, 15],
- "reason": "scroll"
+ "reason": "scroll control"
}
]
}
@@ -56,19 +56,19 @@
},
{
"object": "LayoutBlockFlow DIV id='div'",
- "reason": "scroll"
+ "reason": "geometry"
},
{
"object": "HorizontalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow DIV id='div'",
- "reason": "scroll"
+ "reason": "geometry"
},
{
"object": "VerticalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698