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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/box-sizing-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 (positioned) DIV id='target2' class='border -box'", 10 "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border -box'",
11 "rect": [0, 200, 440, 140], 11 "rect": [0, 200, 440, 140],
12 "reason": "content box change" 12 "reason": "content box change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='conten t-box'", 15 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='conten t-box'",
16 "rect": [0, 80, 440, 60], 16 "rect": [0, 80, 440, 60],
17 "reason": "incremental" 17 "reason": "incremental"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='conten t-box'", 20 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='conten t-box'",
21 "rect": [0, 100, 440, 40],
22 "reason": "incremental"
23 },
24 {
25 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='conten t-box'",
26 "rect": [380, 0, 60, 140], 21 "rect": [380, 0, 60, 140],
27 "reason": "incremental" 22 "reason": "incremental"
28 },
29 {
30 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='conten t-box'",
31 "rect": [400, 0, 40, 140],
32 "reason": "incremental"
33 } 23 }
34 ] 24 ]
35 } 25 }
36 ], 26 ],
37 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
38 { 28 {
39 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-bo x'", 29 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-bo x'",
40 "reason": "incremental" 30 "reason": "incremental"
41 }, 31 },
42 { 32 {
43 "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border-box '", 33 "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border-box '",
44 "reason": "content box change" 34 "reason": "content box change"
45 } 35 }
46 ] 36 ]
47 } 37 }
48 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698