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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
index 8e980e48b3d767fcf128f89bb69189edc3378489..31306a385cb4dd8b9260f2b88475a85b0cb62f6c 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
@@ -11,12 +11,17 @@
"bounds": [500, 500],
"shouldFlattenTransform": false,
"drawsContent": true,
- "repaintRects": [
- [-2000, -2000, 5000, 5000]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV id='content'",
- "RootInlineBox"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='content'",
+ "rect": [-2000, -2000, 5000, 5000],
+ "reason": "style change"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
],
"children": [
{
@@ -26,12 +31,17 @@
{
"bounds": [5000, 5000],
"drawsContent": true,
- "repaintRects": [
- [0, 0, 5000, 5000]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV id='content'",
- "RootInlineBox"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='content'",
+ "rect": [0, 0, 5000, 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