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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/block-shift-repaint-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/paint/invalidation/block-shift-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/block-shift-repaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/block-shift-repaint-expected.txt
index 5d9df11ec1ef319c5b56a41b5e81c8a80120f271..b0474a11af6f78538635be0a3fd18824786b2396 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/block-shift-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/block-shift-repaint-expected.txt
@@ -9,82 +9,82 @@
{
"object": "LayoutBlockFlow DIV class='half'",
"rect": [8, 353, 60, 38],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='half'",
"rect": [8, 338, 60, 38],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='red half'",
"rect": [8, 248, 60, 30],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='green half'",
"rect": [8, 218, 60, 30],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='red half'",
"rect": [8, 218, 60, 30],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='green half'",
"rect": [8, 188, 60, 30],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='green half'",
"rect": [8, 158, 60, 30],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='green half'",
"rect": [8, 128, 60, 30],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='red half'",
"rect": [8, 128, 60, 30],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='red half'",
"rect": [8, 98, 60, 30],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV id='top' class='blue half'",
"rect": [8, 98, 60, 30],
- "reason": "became invisible"
+ "reason": "disappeared"
},
{
"object": "LayoutBlockFlow DIV class='green half'",
"rect": [8, 68, 60, 30],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='green half'",
"rect": [8, 38, 60, 30],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='red half'",
"rect": [8, 38, 60, 30],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='red half'",
"rect": [8, 8, 60, 30],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV id='div1' class='blue half'",
"rect": [8, 8, 60, 30],
- "reason": "became invisible"
+ "reason": "disappeared"
}
]
}
@@ -92,39 +92,39 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow DIV id='div1' class='blue half'",
- "reason": "became invisible"
+ "reason": "disappeared"
},
{
"object": "LayoutBlockFlow DIV class='red half'",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='green half'",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV id='top' class='blue half'",
- "reason": "became invisible"
+ "reason": "disappeared"
},
{
"object": "LayoutBlockFlow DIV class='red half'",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='green half'",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='green half'",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='red half'",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='half'",
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698