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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/border-radius-with-outline-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/border-radius-with-outline-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-with-outline-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-with-outline-expected.txt
index c5bc11d663ec0e47803b4c0f377405a59556add6..d3a39c420feba4b2771cd82907c93d358f16467e 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-with-outline-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-with-outline-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutBlockFlow (positioned) DIV id='target'",
"rect": [45, 45, 310, 310],
- "reason": "outline"
+ "reason": "border box change"
}
]
}
@@ -17,7 +17,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='target'",
- "reason": "outline"
+ "reason": "border box change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698