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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/resize-repaint-expected.txt

Issue 2406733002: Auto-rebaseline for r424089 (Closed)
Patch Set: 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 "name": "Content Root Layer", 2 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow DIV id='resizing'",
11 "position": [8, 8],
12 "bounds": [402, 207],
9 "drawsContent": true, 13 "drawsContent": true,
10 "children": [ 14 "paintInvalidations": [
11 { 15 {
12 "name": "LayoutBlockFlow DIV id='resizing'", 16 "object": "LayoutBlockFlow DIV id='resizing'",
13 "position": [8, 8], 17 "rect": [0, 104, 402, 103],
14 "bounds": [402, 207], 18 "reason": "incremental"
15 "drawsContent": true, 19 },
16 "paintInvalidations": [ 20 {
17 { 21 "object": "LayoutBlockFlow DIV id='resizing'",
18 "object": "LayoutBlockFlow DIV id='resizing'", 22 "rect": [0, 105, 402, 102],
19 "rect": [0, 104, 402, 103], 23 "reason": "incremental"
20 "reason": "incremental" 24 },
21 }, 25 {
22 { 26 "object": "LayoutBlockFlow DIV",
23 "object": "LayoutBlockFlow DIV id='resizing'", 27 "rect": [2, 155, 398, 50],
24 "rect": [0, 105, 402, 102], 28 "reason": "layoutObject insertion"
25 "reason": "incremental" 29 },
26 }, 30 {
27 { 31 "object": "LayoutBlockFlow DIV",
28 "object": "LayoutBlockFlow DIV", 32 "rect": [2, 104, 398, 50],
29 "rect": [2, 155, 398, 50], 33 "reason": "layoutObject insertion"
30 "reason": "layoutObject insertion"
31 },
32 {
33 "object": "LayoutBlockFlow DIV",
34 "rect": [2, 104, 398, 50],
35 "reason": "layoutObject insertion"
36 }
37 ]
38 } 34 }
39 ] 35 ]
40 } 36 }
41 ], 37 ],
42 "objectPaintInvalidations": [ 38 "objectPaintInvalidations": [
43 { 39 {
44 "object": "LayoutBlockFlow DIV id='resizing'", 40 "object": "LayoutBlockFlow DIV id='resizing'",
45 "reason": "incremental" 41 "reason": "incremental"
46 }, 42 },
47 { 43 {
48 "object": "LayoutBlockFlow DIV", 44 "object": "LayoutBlockFlow DIV",
49 "reason": "layoutObject insertion" 45 "reason": "layoutObject insertion"
50 }, 46 },
51 { 47 {
52 "object": "LayoutBlockFlow DIV", 48 "object": "LayoutBlockFlow DIV",
53 "reason": "layoutObject insertion" 49 "reason": "layoutObject insertion"
54 } 50 }
55 ] 51 ]
56 } 52 }
57 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698