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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/new-stacking-context-expected.txt

Issue 2738303002: Eagerly invalidate when a layer becomes stacking context (Closed)
Patch Set: - Created 3 years, 9 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/compositing/new-stacking-context-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/new-stacking-context-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/new-stacking-context-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c499330a07b7e4dd5b397016cb53c82ffd0013f7
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/new-stacking-context-expected.txt
@@ -0,0 +1,86 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV",
+ "position": [8, 8],
+ "bounds": [100, 100],
+ "shouldFlattenTransform": false,
+ "drawsContent": true
+ },
+ {
+ "name": "Scrolling Layer",
+ "bounds": [100, 100],
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "Scrolling Contents Layer",
+ "bounds": [200, 200],
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [0, 0, 200, 200],
+ "reason": "subtree"
+ }
+ ]
+ },
+ {
+ "name": "Overflow Controls Host Layer",
+ "bounds": [100, 100]
+ },
+ {
+ "name": "Horizontal Scrollbar Layer",
+ "position": [0, 100],
+ "bounds": [100, 0],
+ "drawsContent": true
+ },
+ {
+ "name": "Vertical Scrollbar Layer",
+ "position": [100, 0],
+ "bounds": [0, 100],
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='target'",
+ "position": [8, 8],
+ "bounds": [200, 200],
+ "opacity": 0.5,
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#008000",
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [0, 0, 200, 200],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [0, 0, 200, 200],
+ "reason": "subtree"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "reason": "subtree"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698