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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/border-radius-repaint-2-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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/fixed-and-absolute-position-scrolled-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [874, 600], 5 "bounds": [874, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "backgroundColor": "#3F3F3F", 8 "backgroundColor": "#3F3F3F",
9 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
11 "object": "LayoutView #document", 11 "object": "LayoutView #document",
12 "rect": [0, 600, 874, 180], 12 "rect": [0, 600, 874, 180],
13 "reason": "incremental" 13 "reason": "incremental"
14 }, 14 },
15 { 15 {
16 "object": "LayoutBlockFlow DIV", 16 "object": "LayoutBlockFlow DIV",
17 "rect": [8, 8, 866, 764], 17 "rect": [8, 8, 866, 764],
18 "reason": "border box change" 18 "reason": "border box change"
19 }, 19 },
20 { 20 {
21 "object": "LayoutBlockFlow HTML",
22 "rect": [0, 0, 800, 780],
23 "reason": "forced by layout"
24 },
25 {
26 "object": "LayoutBlockFlow BODY", 21 "object": "LayoutBlockFlow BODY",
27 "rect": [8, 224, 784, 548], 22 "rect": [8, 224, 784, 548],
28 "reason": "incremental" 23 "reason": "incremental"
29 }, 24 },
30 { 25 {
31 "object": "LayoutBlockFlow DIV", 26 "object": "LayoutBlockFlow DIV",
32 "rect": [137, 88, 607, 604], 27 "rect": [137, 88, 607, 604],
33 "reason": "border box change" 28 "reason": "border box change"
34 } 29 }
35 ] 30 ]
36 } 31 }
37 ], 32 ],
38 "objectPaintInvalidations": [ 33 "objectPaintInvalidations": [
39 { 34 {
40 "object": "LayoutView #document", 35 "object": "LayoutView #document",
41 "reason": "incremental" 36 "reason": "incremental"
42 }, 37 },
43 { 38 {
44 "object": "LayoutBlockFlow HTML",
45 "reason": "forced by layout"
46 },
47 {
48 "object": "LayoutBlockFlow BODY", 39 "object": "LayoutBlockFlow BODY",
49 "reason": "incremental" 40 "reason": "incremental"
50 }, 41 },
51 { 42 {
52 "object": "LayoutBlockFlow DIV", 43 "object": "LayoutBlockFlow DIV",
53 "reason": "border box change" 44 "reason": "border box change"
54 }, 45 },
55 { 46 {
56 "object": "LayoutBlockFlow DIV", 47 "object": "LayoutBlockFlow DIV",
57 "reason": "border box change" 48 "reason": "border box change"
58 } 49 }
59 ] 50 ]
60 } 51 }
61 52
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/fixed-and-absolute-position-scrolled-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698