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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/border-radius-repaint-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": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow DIV", 10 "object": "LayoutBlockFlow DIV",
11 "rect": [19, 301, 200, 32], 11 "rect": [19, 245, 200, 88],
12 "reason": "incremental" 12 "reason": "border box change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV", 15 "object": "LayoutBlockFlow DIV",
16 "rect": [19, 139, 200, 32], 16 "rect": [19, 83, 200, 88],
17 "reason": "incremental" 17 "reason": "border box change"
18 },
19 {
20 "object": "LayoutBlockFlow DIV",
21 "rect": [19, 313, 200, 20],
22 "reason": "incremental"
23 },
24 {
25 "object": "LayoutBlockFlow DIV",
26 "rect": [19, 151, 200, 20],
27 "reason": "incremental"
28 }, 18 },
29 { 19 {
30 "object": "LayoutBlockFlow DIV id='b'", 20 "object": "LayoutBlockFlow DIV id='b'",
31 "rect": [33, 299, 172, 20], 21 "rect": [33, 299, 172, 20],
32 "reason": "incremental" 22 "reason": "incremental"
33 }, 23 },
34 { 24 {
35 "object": "LayoutBlockFlow DIV id='a'", 25 "object": "LayoutBlockFlow DIV id='a'",
36 "rect": [33, 137, 172, 20], 26 "rect": [33, 137, 172, 20],
37 "reason": "incremental" 27 "reason": "incremental"
38 } 28 }
39 ] 29 ]
40 } 30 }
41 ], 31 ],
42 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
43 { 33 {
44 "object": "LayoutBlockFlow DIV", 34 "object": "LayoutBlockFlow DIV",
45 "reason": "incremental" 35 "reason": "border box change"
46 }, 36 },
47 { 37 {
48 "object": "LayoutBlockFlow DIV id='a'", 38 "object": "LayoutBlockFlow DIV id='a'",
49 "reason": "incremental" 39 "reason": "incremental"
50 }, 40 },
51 { 41 {
52 "object": "LayoutBlockFlow DIV", 42 "object": "LayoutBlockFlow DIV",
53 "reason": "incremental" 43 "reason": "border box change"
54 }, 44 },
55 { 45 {
56 "object": "LayoutBlockFlow DIV id='b'", 46 "object": "LayoutBlockFlow DIV id='b'",
57 "reason": "incremental" 47 "reason": "incremental"
58 } 48 }
59 ] 49 ]
60 } 50 }
61 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698