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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/background-attachment-local-composited-expected.txt

Issue 2498823002: Paint invalidation of local attachment backgrounds (Closed)
Patch Set: - Created 4 years, 1 month 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/compositing/background-attachment-local-composited-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/background-attachment-local-composited-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/background-attachment-local-composited-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6e546335dc2bfe9bde5526007c282ed56bd1694b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/background-attachment-local-composited-expected.txt
@@ -0,0 +1,59 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='container'",
+ "position": [8, 8],
+ "bounds": [400, 400],
+ "shouldFlattenTransform": false,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF"
+ },
+ {
+ "name": "Scrolling Layer",
+ "bounds": [400, 400],
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "Scrolling Contents Layer",
+ "bounds": [400, 2000],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='container'",
+ "rect": [0, 500, 400, 1500],
+ "reason": "background on scrolling contents layer"
+ }
+ ]
+ },
+ {
+ "name": "Overflow Controls Host Layer",
+ "bounds": [400, 400]
+ },
+ {
+ "name": "Horizontal Scrollbar Layer",
+ "position": [0, 400],
+ "bounds": [400, 0],
+ "drawsContent": true
+ },
+ {
+ "name": "Vertical Scrollbar Layer",
+ "position": [400, 0],
+ "bounds": [0, 400],
+ "drawsContent": true
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "Scrolling Contents Layer",
+ "reason": "background on scrolling contents layer"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698