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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/offset-change-wrong-invalidation-with-float-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/win/paint/invalidation/offset-change-wrong-invalidation-with-float-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/offset-change-wrong-invalidation-with-float-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/offset-change-wrong-invalidation-with-float-expected.txt
index 93be7ce9d6a054b29480e7c3ae2364c892d7ab4c..1915749584c86a78c82cac1333a3b4605a48ae14 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/offset-change-wrong-invalidation-with-float-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/offset-change-wrong-invalidation-with-float-expected.txt
@@ -9,22 +9,22 @@
{
"object": "LayoutBlockFlow (positioned) UL id='submenu'",
"rect": [48, 94, 40, 20],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (positioned) UL id='submenu'",
"rect": [48, -156, 40, 20],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutListMarker (anonymous)",
"rect": [70, 94, 7, 19],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutListMarker (anonymous)",
"rect": [70, -156, 7, 19],
- "reason": "bounds change"
+ "reason": "geometry"
}
]
},
@@ -49,7 +49,7 @@
{
"object": "LayoutListMarker (anonymous)",
"rect": [0, 0, 7, 19],
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}
@@ -57,23 +57,23 @@
"objectPaintInvalidations": [
{
"object": "LayoutListMarker (anonymous)",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (positioned) UL id='submenu'",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutListItem LI",
- "reason": "location change"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "location change"
+ "reason": "geometry"
},
{
"object": "LayoutListMarker (anonymous)",
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698