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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/resize-with-border-clipped-expected.txt

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests Created 4 years, 2 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
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 id='target'", 10 "object": "LayoutBlockFlow DIV id='target'",
11 "rect": [100, 210, 200, 90], 11 "rect": [100, 210, 200, 90],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV id='target'", 15 "object": "LayoutBlockFlow DIV id='target'",
16 "rect": [100, 220, 200, 80],
17 "reason": "incremental"
18 },
19 {
20 "object": "LayoutBlockFlow DIV id='target'",
21 "rect": [210, 100, 90, 200], 16 "rect": [210, 100, 90, 200],
22 "reason": "incremental" 17 "reason": "incremental"
23 },
24 {
25 "object": "LayoutBlockFlow DIV id='target'",
26 "rect": [220, 100, 80, 200],
27 "reason": "incremental"
28 } 18 }
29 ] 19 ]
30 } 20 }
31 ], 21 ],
32 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
33 { 23 {
34 "object": "LayoutBlockFlow DIV id='target'", 24 "object": "LayoutBlockFlow DIV id='target'",
35 "reason": "incremental" 25 "reason": "incremental"
36 } 26 }
37 ] 27 ]
38 } 28 }
39 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698