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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/outline-child-repaint-expected.txt

Issue 2669003002: Optimize outline paint invalidation (Closed)
Patch Set: - Created 3 years, 11 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/outline-child-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/outline-child-repaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/outline-child-repaint-expected.txt
index c33e726d05a6afcefff354c3b0f2dd293e2924e2..37f214b1b7ddb53dc322a6c104a5322812905b66 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/outline-child-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/outline-child-repaint-expected.txt
@@ -9,12 +9,12 @@
{
"object": "LayoutBlockFlow DIV class='outlined'",
"rect": [0, 240, 220, 50],
- "reason": "outline"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow DIV class='outlined'",
"rect": [0, 140, 220, 50],
- "reason": "outline"
+ "reason": "bounds change"
}
]
}
@@ -22,7 +22,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow DIV class='outlined'",
- "reason": "outline"
+ "reason": "bounds change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698