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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/fixed-and-absolute-position-scrolled-expected.txt

Issue 2699463004: Fix gradient background invalidation when HTML size changes (Closed)
Patch Set: - Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 2016], 5 "bounds": [800, 2016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutView #document", 10 "object": "LayoutView #document",
11 "rect": [0, 2016, 800, 3792], 11 "rect": [0, 2016, 800, 3792],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow HTML",
16 "rect": [0, 0, 800, 2016],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='ab solute green'", 15 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='ab solute green'",
21 "rect": [108, 5708, 100, 100], 16 "rect": [108, 5708, 100, 100],
22 "reason": "subtree" 17 "reason": "subtree"
23 }, 18 },
24 { 19 {
25 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='ab solute green'", 20 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='ab solute green'",
26 "rect": [100, 700, 100, 100], 21 "rect": [100, 700, 100, 100],
27 "reason": "style change" 22 "reason": "style change"
28 } 23 }
29 ] 24 ]
30 } 25 }
31 ], 26 ],
32 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
33 { 28 {
34 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu te green'", 29 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu te green'",
35 "reason": "subtree" 30 "reason": "subtree"
36 }, 31 },
37 { 32 {
38 "object": "LayoutView #document", 33 "object": "LayoutView #document",
39 "reason": "incremental" 34 "reason": "incremental"
40 }, 35 },
41 { 36 {
42 "object": "LayoutBlockFlow HTML",
43 "reason": "forced by layout"
44 },
45 {
46 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu te green'", 37 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu te green'",
47 "reason": "style change" 38 "reason": "style change"
48 } 39 }
49 ] 40 ]
50 } 41 }
51 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698