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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/float-move-during-layout-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/float-move-during-layout-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/float-move-during-layout-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/float-move-during-layout-expected.txt
similarity index 70%
rename from third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/float-move-during-layout-expected.txt
rename to third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/float-move-during-layout-expected.txt
index 595f5b7e4616b29e9d009be0fed897f7dbbdeb6f..2422103dc48c6df7f5ceaf790c34df48c492e1fc 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/float-move-during-layout-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/float-move-during-layout-expected.txt
@@ -8,13 +8,13 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow (floating) DIV",
- "rect": [8, 210, 100, 100],
- "reason": "forced by layout"
+ "rect": [8, 204, 100, 100],
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (floating) DIV",
- "rect": [8, 110, 100, 100],
- "reason": "forced by layout"
+ "rect": [8, 104, 100, 100],
+ "reason": "geometry"
}
]
}
@@ -22,7 +22,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (floating) DIV",
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698