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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-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/overflow-scroll-after-move-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt
index 0364ba80a360c7311ce3c6d26fd74f9ad2683ab6..1aae33246ec6dc6a0bdc0e6912c7c20b5e3cadea 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt
@@ -11,12 +11,17 @@
"bounds": [300, 400],
"shouldFlattenTransform": false,
"drawsContent": true,
- "repaintRects": [
- [50, 160, 200, 50],
- [50, 50, 200, 50]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow (positioned) DIV id='block'"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='block'",
+ "rect": [50, 50, 200, 50],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='block'",
+ "rect": [50, 160, 200, 50],
+ "reason": "location change"
+ }
],
"children": [
{
@@ -26,12 +31,17 @@
{
"bounds": [285, 900],
"drawsContent": true,
- "repaintRects": [
- [50, 310, 200, 50],
- [50, 200, 200, 50]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow (positioned) DIV id='block'"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='block'",
+ "rect": [50, 200, 200, 50],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='block'",
+ "rect": [50, 310, 200, 50],
+ "reason": "location change"
+ }
]
}
]
@@ -46,8 +56,12 @@
{
"position": [285, 0],
"bounds": [15, 385],
- "repaintRects": [
- [0, 0, 15, 385]
+ "paintInvalidations": [
+ {
+ "object": "Vertical Scrollbar Layer",
+ "rect": [0, 0, 15, 385],
+ "reason": "full"
+ }
]
},
{

Powered by Google App Engine
This is Rietveld 408576698