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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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/virtual/disable-spinvalidation/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
index 71d2d7d82efe312734380f8b7f72e33c8d497baa..96b7207c660365410ad42b4210e989f50352229e 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
@@ -15,7 +15,7 @@
{
"object": "LayoutView #document",
"rect": [2, 300, 236, 15],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow BODY",
@@ -30,7 +30,7 @@
{
"object": "LayoutView #document",
"rect": [3, 300, 235, 15],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow HTML",
@@ -45,22 +45,22 @@
{
"object": "LayoutView #document",
"rect": [237, 65, 16, 235],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutView #document",
"rect": [237, 300, 16, 15],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutView #document",
"rect": [238, 65, 15, 235],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutView #document",
"rect": [238, 300, 15, 15],
- "reason": "scroll"
+ "reason": "scroll control"
}
]
}
@@ -72,11 +72,11 @@
},
{
"object": "HorizontalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "VerticalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutView #document",

Powered by Google App Engine
This is Rietveld 408576698