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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-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/platform/win/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt b/third_party/WebKit/LayoutTests/platform/win/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
index 7ebae0a84136833dd897eb2064cb86d691c394d5..1d626ff7e7b8408f8b82d89352ba90849bd39ea2 100644
--- a/third_party/WebKit/LayoutTests/platform/win/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
@@ -11,12 +11,17 @@
"bounds": [500, 500],
"shouldFlattenTransform": false,
"drawsContent": true,
- "repaintRects": [
- [-2001, -2000, 5001, 5000]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV id='content'",
- "RootInlineBox"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='content'",
+ "rect": [-2001, -2000, 5001, 5000],
+ "reason": "style change"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
],
"children": [
{
@@ -26,12 +31,17 @@
{
"bounds": [5000, 5000],
"drawsContent": true,
- "repaintRects": [
- [-1, 0, 5001, 5000]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV id='content'",
- "RootInlineBox"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='content'",
+ "rect": [-1, 0, 5001, 5000],
+ "reason": "style change"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]
@@ -42,15 +52,23 @@
{
"position": [0, 485],
"bounds": [485, 15],
- "repaintRects": [
- [0, 0, 485, 15]
+ "paintInvalidations": [
+ {
+ "object": "Horizontal Scrollbar Layer",
+ "rect": [0, 0, 485, 15],
+ "reason": "full"
+ }
]
},
{
"position": [485, 0],
"bounds": [15, 485],
- "repaintRects": [
- [0, 0, 15, 485]
+ "paintInvalidations": [
+ {
+ "object": "Vertical Scrollbar Layer",
+ "rect": [0, 0, 15, 485],
+ "reason": "full"
+ }
]
},
{

Powered by Google App Engine
This is Rietveld 408576698