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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/box-sizing-expected.txt

Issue 2701103003: Let padding change always trigger layout and full paint invalidation (Closed)
Patch Set: Rebase 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/box-sizing-padding-keeping-size-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": [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, 280, 440, 60],
12 "reason": "content box change" 12 "reason": "incremental"
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='target2' class='border -box'",
21 "rect": [380, 200, 60, 140],
22 "reason": "incremental"
23 },
24 {
20 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='conten t-box'", 25 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='conten t-box'",
21 "rect": [380, 0, 60, 140], 26 "rect": [380, 0, 60, 140],
22 "reason": "incremental" 27 "reason": "incremental"
23 } 28 }
24 ] 29 ]
25 } 30 }
26 ], 31 ],
27 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
28 { 33 {
29 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-bo x'", 34 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-bo x'",
30 "reason": "incremental" 35 "reason": "incremental"
31 }, 36 },
32 { 37 {
33 "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border-box '", 38 "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border-box '",
34 "reason": "content box change" 39 "reason": "incremental"
35 } 40 }
36 ] 41 ]
37 } 42 }
38 43
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/box-sizing-padding-keeping-size-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698