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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/paint/invalidation/delete-into-nested-block-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/delete-into-nested-block-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/delete-into-nested-block-expected.txt
index af5b8824538c3b1b3b68d4ec079282d5be6d6695..60e6f62ed8c71152e321bb2883c353a979d687a2 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/delete-into-nested-block-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/delete-into-nested-block-expected.txt
@@ -7,11 +7,6 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow DIV",
- "rect": [3, 114, 794, 111],
- "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