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

Unified Diff: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/window-resize-percent-html-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/window-resize-percent-html-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-percent-html-expected.txt b/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/window-resize-percent-html-expected.txt
similarity index 91%
copy from third_party/WebKit/LayoutTests/paint/invalidation/window-resize-percent-html-expected.txt
copy to third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/window-resize-percent-html-expected.txt
index 141cf547a2416bdc5a053f562f5f632818b73bf5..34009253654fe7824c728a3e1fb0ff31a085e742 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-percent-html-expected.txt
+++ b/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/window-resize-percent-html-expected.txt
@@ -18,8 +18,8 @@
},
{
"object": "LayoutBlockFlow DIV",
- "rect": [0, 62, 300, 63],
- "reason": "incremental"
+ "rect": [0, 0, 300, 125],
+ "reason": "bounds change"
}
]
}
@@ -35,7 +35,7 @@
},
{
"object": "LayoutBlockFlow DIV",
- "reason": "incremental"
+ "reason": "bounds change"
}
]
}
@@ -53,13 +53,13 @@
"reason": "forced by layout"
},
{
- "object": "LayoutView #document",
- "rect": [400, 0, 200, 250],
- "reason": "incremental"
+ "object": "LayoutBlockFlow DIV",
+ "rect": [0, 0, 300, 63],
+ "reason": "bounds change"
},
{
- "object": "LayoutBlockFlow DIV",
- "rect": [200, 0, 100, 63],
+ "object": "LayoutView #document",
+ "rect": [400, 0, 200, 250],
"reason": "incremental"
}
]
@@ -76,7 +76,7 @@
},
{
"object": "LayoutBlockFlow DIV",
- "reason": "incremental"
+ "reason": "bounds change"
}
]
}
@@ -100,8 +100,8 @@
},
{
"object": "LayoutBlockFlow DIV",
- "rect": [0, 62, 200, 88],
- "reason": "incremental"
+ "rect": [0, 0, 200, 150],
+ "reason": "bounds change"
}
]
}
@@ -117,7 +117,7 @@
},
{
"object": "LayoutBlockFlow DIV",
- "reason": "incremental"
+ "reason": "bounds change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698