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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-expected.txt

Issue 1878163002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/fast/repaint/scrollbar-invalidation-on-resize-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-expected.txt
index c65f1db7a95d48019257d6d5b217a1cc0fe24d3f..5ef2a92511baa03da49b6e63873fd52d62c84ae5 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-expected.txt
@@ -5,21 +5,57 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [293, 135, 15, 15],
- [293, 50, 15, 85],
- [93, 135, 15, 15],
- [93, 50, 15, 85],
- [8, 135, 285, 15],
- [8, 135, 85, 15],
- [8, 50, 300, 100],
- [8, 50, 100, 100]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow (positioned) DIV id='scrollable'",
- "LayoutBlockFlow (positioned) DIV id='scrollable'",
- "HorizontalScrollbar",
- "VerticalScrollbar"
+ "paintInvalidations": [
+ {
+ "object": "HorizontalScrollbar",
+ "rect": [0, 0, 0, 0],
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
+ "rect": [8, 50, 100, 100],
+ "reason": "border box change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
+ "rect": [8, 50, 300, 100],
+ "reason": "border box change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
+ "rect": [8, 135, 85, 15],
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
+ "rect": [8, 135, 285, 15],
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
+ "rect": [93, 50, 15, 85],
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
+ "rect": [293, 50, 15, 85],
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
+ "rect": [93, 135, 15, 15],
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
+ "rect": [293, 135, 15, 15],
+ "reason": "scroll"
+ },
+ {
+ "object": "VerticalScrollbar",
+ "rect": [0, 0, 0, 0],
+ "reason": "scroll"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698