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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/resize-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 }, 8 },
9 { 9 {
10 "name": "LayoutBlockFlow DIV id='resizing'", 10 "name": "LayoutBlockFlow DIV id='resizing'",
11 "position": [8, 8], 11 "position": [8, 8],
12 "bounds": [402, 207], 12 "bounds": [402, 207],
13 "drawsContent": true, 13 "drawsContent": true,
14 "paintInvalidations": [ 14 "paintInvalidations": [
15 { 15 {
16 "object": "LayoutBlockFlow DIV id='resizing'", 16 "object": "LayoutBlockFlow DIV id='resizing'",
17 "rect": [0, 104, 402, 103], 17 "rect": [0, 104, 402, 103],
18 "reason": "incremental" 18 "reason": "incremental"
19 }, 19 },
20 { 20 {
21 "object": "LayoutBlockFlow DIV id='resizing'",
22 "rect": [0, 105, 402, 102],
23 "reason": "incremental"
24 },
25 {
26 "object": "LayoutBlockFlow DIV", 21 "object": "LayoutBlockFlow DIV",
27 "rect": [2, 155, 398, 50], 22 "rect": [2, 155, 398, 50],
28 "reason": "layoutObject insertion" 23 "reason": "layoutObject insertion"
29 }, 24 },
30 { 25 {
31 "object": "LayoutBlockFlow DIV", 26 "object": "LayoutBlockFlow DIV",
32 "rect": [2, 104, 398, 50], 27 "rect": [2, 104, 398, 50],
33 "reason": "layoutObject insertion" 28 "reason": "layoutObject insertion"
34 } 29 }
35 ] 30 ]
36 } 31 }
37 ], 32 ],
38 "objectPaintInvalidations": [ 33 "objectPaintInvalidations": [
39 { 34 {
40 "object": "LayoutBlockFlow DIV id='resizing'", 35 "object": "LayoutBlockFlow DIV id='resizing'",
41 "reason": "incremental" 36 "reason": "incremental"
42 }, 37 },
43 { 38 {
44 "object": "LayoutBlockFlow DIV", 39 "object": "LayoutBlockFlow DIV",
45 "reason": "layoutObject insertion" 40 "reason": "layoutObject insertion"
46 }, 41 },
47 { 42 {
48 "object": "LayoutBlockFlow DIV", 43 "object": "LayoutBlockFlow DIV",
49 "reason": "layoutObject insertion" 44 "reason": "layoutObject insertion"
50 } 45 }
51 ] 46 ]
52 } 47 }
53 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698