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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/multicol-with-relpos-expected.txt

Issue 2699653002: Avoid over-eager clipping of child layers in multicol. (Closed)
Patch Set: Add test that demonstrates what is now fixed in the rebaselined border-antialiasing.html Created 3 years, 10 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/multicol-with-relpos-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/multicol-with-relpos-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/multicol-with-relpos-expected.txt
index 30b3f62e27c73eb2a1605601005ea8ecb0850067..903490e304ea9525f8f6ce6679c9d02fe5992d11 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/multicol-with-relpos-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/multicol-with-relpos-expected.txt
@@ -8,7 +8,7 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow (relative positioned) DIV id='target'",
- "rect": [508, 28, 130, 20],
+ "rect": [508, 28, 150, 20],
"reason": "style change"
}
]

Powered by Google App Engine
This is Rietveld 408576698