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

Unified Diff: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/border-radius-repaint-2-expected.txt

Issue 2449953005: [SPInvalidation] Handle pixel-snapping of paint invalidation rects (Closed)
Patch Set: PaintInvalidationRectInBacking struct 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/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/border-radius-repaint-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-repaint-2-expected.txt b/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/border-radius-repaint-2-expected.txt
similarity index 89%
copy from third_party/WebKit/LayoutTests/paint/invalidation/border-radius-repaint-2-expected.txt
copy to third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/border-radius-repaint-2-expected.txt
index 04692bbe08fc2db82b613b94ed2666861607b625..9442824417d4620c3e7ceda02dab4184e922f664 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-repaint-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/border-radius-repaint-2-expected.txt
@@ -15,7 +15,7 @@
{
"object": "LayoutBlockFlow DIV",
"rect": [8, 8, 866, 764],
- "reason": "border box change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow HTML",
@@ -30,7 +30,7 @@
{
"object": "LayoutBlockFlow DIV",
"rect": [137, 88, 607, 604],
- "reason": "border box change"
+ "reason": "bounds change"
}
]
}
@@ -50,11 +50,11 @@
},
{
"object": "LayoutBlockFlow DIV",
- "reason": "border box change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow DIV",
- "reason": "border box change"
+ "reason": "bounds change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698