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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt

Issue 1883513002: 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/compositing/overflow/updating-scrolling-content-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt
index a7f39b53663ef3e0ab10e47c23e95117770bdcd4..bbe10465523e7b6e3bdc6662e451b44381446241 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt
@@ -11,11 +11,12 @@
"bounds": [200, 200],
"shouldFlattenTransform": false,
"drawsContent": true,
- "repaintRects": [
- [0, 0, 185, 200]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV id='indicator'"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='indicator'",
+ "rect": [0, 0, 185, 200],
+ "reason": "style change"
+ }
],
"children": [
{
@@ -25,11 +26,12 @@
{
"bounds": [185, 1200],
"drawsContent": true,
- "repaintRects": [
- [0, 0, 185, 200]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV id='indicator'"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='indicator'",
+ "rect": [0, 0, 185, 200],
+ "reason": "style change"
+ }
]
}
]
@@ -44,8 +46,12 @@
{
"position": [185, 0],
"bounds": [15, 185],
- "repaintRects": [
- [0, 0, 15, 185]
+ "paintInvalidations": [
+ {
+ "object": "Vertical Scrollbar Layer",
+ "rect": [0, 0, 15, 185],
+ "reason": "full"
+ }
]
},
{

Powered by Google App Engine
This is Rietveld 408576698