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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/delete-into-nested-block-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/platform/win/paint/invalidation/delete-into-nested-block-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/delete-into-nested-block-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/delete-into-nested-block-expected.txt
index 2169bf34f3ae425148486bb1f314289d0d1bffbd..63c54970250fc62baaa48c43eb83155c0af744b1 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/delete-into-nested-block-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/delete-into-nested-block-expected.txt
@@ -7,11 +7,6 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow DIV",
- "rect": [7, 118, 786, 103],
- "reason": "outline"
- },
- {
"object": "LayoutBlockFlow DIV id='two'",
"rect": [8, 137, 784, 37],
"reason": "layoutObject removal"
@@ -115,10 +110,6 @@
"reason": "invalidate paint rectangle"
},
{
- "object": "LayoutBlockFlow DIV",
- "reason": "outline"
- },
- {
"object": "LayoutBlockFlow DIV id='one'",
"reason": "full"
},

Powered by Google App Engine
This is Rietveld 408576698