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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/align-items-change-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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/align-self-change-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 DIV class='item'", 10 "object": "LayoutBlockFlow DIV class='item'",
11 "rect": [0, 153, 100, 199], 11 "rect": [0, 153, 100, 199],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV class='item'", 15 "object": "LayoutBlockFlow DIV class='item'",
16 "rect": [0, 154, 100, 198],
17 "reason": "incremental"
18 },
19 {
20 "object": "LayoutBlockFlow DIV class='item'",
21 "rect": [100, 203, 100, 149], 16 "rect": [100, 203, 100, 149],
22 "reason": "incremental" 17 "reason": "incremental"
23 },
24 {
25 "object": "LayoutBlockFlow DIV class='item'",
26 "rect": [100, 204, 100, 148],
27 "reason": "incremental"
28 } 18 }
29 ] 19 ]
30 } 20 }
31 ], 21 ],
32 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
33 { 23 {
34 "object": "LayoutBlockFlow DIV class='item'", 24 "object": "LayoutBlockFlow DIV class='item'",
35 "reason": "incremental" 25 "reason": "incremental"
36 }, 26 },
37 { 27 {
38 "object": "LayoutBlockFlow DIV class='item'", 28 "object": "LayoutBlockFlow DIV class='item'",
39 "reason": "incremental" 29 "reason": "incremental"
40 } 30 }
41 ] 31 ]
42 } 32 }
43 33
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/align-self-change-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698