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

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

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests 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 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 {
(...skipping 11 matching lines...) Expand all
22 "rect": [0, 0, 800, 780], 22 "rect": [0, 0, 800, 780],
23 "reason": "forced by layout" 23 "reason": "forced by layout"
24 }, 24 },
25 { 25 {
26 "object": "LayoutBlockFlow BODY", 26 "object": "LayoutBlockFlow BODY",
27 "rect": [8, 224, 784, 548], 27 "rect": [8, 224, 784, 548],
28 "reason": "incremental" 28 "reason": "incremental"
29 }, 29 },
30 { 30 {
31 "object": "LayoutBlockFlow DIV", 31 "object": "LayoutBlockFlow DIV",
32 "rect": [137, 139, 607, 553], 32 "rect": [137, 88, 607, 604],
33 "reason": "incremental" 33 "reason": "border box change"
34 },
35 {
36 "object": "LayoutBlockFlow DIV",
37 "rect": [137, 144, 607, 548],
38 "reason": "incremental"
39 } 34 }
40 ] 35 ]
41 } 36 }
42 ], 37 ],
43 "objectPaintInvalidations": [ 38 "objectPaintInvalidations": [
44 { 39 {
45 "object": "LayoutView #document", 40 "object": "LayoutView #document",
46 "reason": "incremental" 41 "reason": "incremental"
47 }, 42 },
48 { 43 {
49 "object": "LayoutBlockFlow HTML", 44 "object": "LayoutBlockFlow HTML",
50 "reason": "forced by layout" 45 "reason": "forced by layout"
51 }, 46 },
52 { 47 {
53 "object": "LayoutBlockFlow BODY", 48 "object": "LayoutBlockFlow BODY",
54 "reason": "incremental" 49 "reason": "incremental"
55 }, 50 },
56 { 51 {
57 "object": "LayoutBlockFlow DIV", 52 "object": "LayoutBlockFlow DIV",
58 "reason": "border box change" 53 "reason": "border box change"
59 }, 54 },
60 { 55 {
61 "object": "LayoutBlockFlow DIV", 56 "object": "LayoutBlockFlow DIV",
62 "reason": "incremental" 57 "reason": "border box change"
63 } 58 }
64 ] 59 ]
65 } 60 }
66 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698