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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt

Issue 1407383005: Fix flattening for scrollable areas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years 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/invalidate-after-composited-scroll-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt
index 7a475c6bb9238e59106959b63ad24154f3337ee0..c46d6c2770e6ea9368d49069f11cf8a8587cde8b 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt
@@ -9,6 +9,7 @@
{
"position": [300, 300],
"bounds": [200, 200],
+ "shouldFlattenTransform": false,
"drawsContent": true,
"repaintRects": [
[0, 50, 100, 100]
@@ -16,10 +17,10 @@
"children": [
{
"bounds": [185, 200],
+ "shouldFlattenTransform": false,
"children": [
{
"bounds": [185, 4900],
- "shouldFlattenTransform": false,
"drawsContent": true,
"repaintRects": [
[0, 2400, 100, 100]

Powered by Google App Engine
This is Rietveld 408576698