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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/border-radius-repaint-2-expected.txt

Issue 2643723009: Revert of Remove obsolete code that invalidates document element on LayoutView resize (patchset #3 … (Closed)
Patch Set: Created 3 years, 11 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": [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 {
21 "object": "LayoutBlockFlow BODY", 26 "object": "LayoutBlockFlow BODY",
22 "rect": [8, 224, 784, 548], 27 "rect": [8, 224, 784, 548],
23 "reason": "incremental" 28 "reason": "incremental"
24 }, 29 },
25 { 30 {
26 "object": "LayoutBlockFlow DIV", 31 "object": "LayoutBlockFlow DIV",
27 "rect": [137, 88, 607, 604], 32 "rect": [137, 88, 607, 604],
28 "reason": "border box change" 33 "reason": "border box change"
29 } 34 }
30 ] 35 ]
31 } 36 }
32 ], 37 ],
33 "objectPaintInvalidations": [ 38 "objectPaintInvalidations": [
34 { 39 {
35 "object": "LayoutView #document", 40 "object": "LayoutView #document",
36 "reason": "incremental" 41 "reason": "incremental"
37 }, 42 },
38 { 43 {
44 "object": "LayoutBlockFlow HTML",
45 "reason": "forced by layout"
46 },
47 {
39 "object": "LayoutBlockFlow BODY", 48 "object": "LayoutBlockFlow BODY",
40 "reason": "incremental" 49 "reason": "incremental"
41 }, 50 },
42 { 51 {
43 "object": "LayoutBlockFlow DIV", 52 "object": "LayoutBlockFlow DIV",
44 "reason": "border box change" 53 "reason": "border box change"
45 }, 54 },
46 { 55 {
47 "object": "LayoutBlockFlow DIV", 56 "object": "LayoutBlockFlow DIV",
48 "reason": "border box change" 57 "reason": "border box change"
49 } 58 }
50 ] 59 ]
51 } 60 }
52 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698