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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/resize-skewed-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/paint/invalidation/resize-skewed-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/resize-skewed-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/resize-skewed-expected.txt
index f2951e493f4a02245a1645ab8576b3025cdb4d4b..4798748f085497b5c2ecbaca11531146aae3c3cc 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/resize-skewed-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/resize-skewed-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutBlockFlow (positioned) DIV id='skewed'",
"rect": [0, 50, 700, 500],
- "reason": "bounds change"
+ "reason": "border box change"
}
]
}
@@ -17,7 +17,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='skewed'",
- "reason": "bounds change"
+ "reason": "border box change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698