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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/line-flow-with-floats-2-expected.txt

Issue 2457023002: Replace coversExtraPixels with simpler logic (Closed)
Patch Set: Rebaseline Created 4 years, 2 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/linux/paint/invalidation/line-flow-with-floats-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/line-flow-with-floats-2-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/line-flow-with-floats-2-expected.txt
index 7543df56a00ff9435bc75243d9890482618270fe..d85a7168863c9611cbf50953fa7a09c8cd10acf6 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/line-flow-with-floats-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/line-flow-with-floats-2-expected.txt
@@ -12,6 +12,11 @@
"reason": "forced by layout"
},
{
+ "object": "LayoutBlockFlow P",
+ "rect": [8, 74, 418, 526],
+ "reason": "border box change"
+ },
+ {
"object": "LayoutText #text",
"rect": [13, 241, 408, 139],
"reason": "forced by layout"
@@ -140,11 +145,11 @@
},
{
"object": "LayoutBlockFlow P",
- "reason": "incremental"
+ "reason": "border box change"
},
{
"object": "RootInlineBox",
- "reason": "incremental"
+ "reason": "border box change"
},
{
"object": "LayoutText #text",

Powered by Google App Engine
This is Rietveld 408576698