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/mac/virtual/disable-spinvalidation/paint/invalidation/resize-scrollable-iframe-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/resize-scrollable-iframe-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/resize-scrollable-iframe-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/resize-scrollable-iframe-expected.txt
similarity index 78%
rename from third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/resize-scrollable-iframe-expected.txt
rename to third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/resize-scrollable-iframe-expected.txt
index aa5b6444955fdb3055c679a31637acbbd9ef4461..82485c5b9936358e3ac0b84bdff7f54f02a8f86e 100644
--- a/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/resize-scrollable-iframe-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/resize-scrollable-iframe-expected.txt
@@ -9,12 +9,12 @@
{
"object": "LayoutBlockFlow (anonymous)",
"rect": [8, 108, 784, 304],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutIFrame IFRAME id='iframe'",
"rect": [8, 108, 300, 300],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
@@ -24,7 +24,7 @@
{
"object": "LayoutView #document",
"rect": [8, 393, 285, 15],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutView #document",
@@ -34,27 +34,27 @@
{
"object": "LayoutView #document",
"rect": [8, 193, 85, 15],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutView #document",
"rect": [293, 108, 15, 285],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutView #document",
"rect": [93, 108, 15, 85],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutView #document",
"rect": [293, 393, 15, 15],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutView #document",
"rect": [93, 193, 15, 15],
- "reason": "scroll"
+ "reason": "scroll control"
}
]
}
@@ -62,31 +62,31 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (anonymous)",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutIFrame IFRAME id='iframe'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
- "reason": "scroll"
+ "reason": "geometry"
},
{
"object": "HorizontalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutView #document",
- "reason": "scroll"
+ "reason": "geometry"
},
{
"object": "VerticalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutView #document",

Powered by Google App Engine
This is Rietveld 408576698