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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt

Issue 1968743003: Auto-rebaseline for r392861 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
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='child'", 10 "object": "LayoutBlockFlow DIV id='child'",
11 "reason": "layer" 11 "reason": "subtree"
12 }, 12 },
13 { 13 {
14 "object": "LayoutBlockFlow DIV id='target'", 14 "object": "LayoutBlockFlow DIV id='target'",
15 "reason": "layer" 15 "reason": "subtree"
16 } 16 }
17 ], 17 ],
18 "children": [ 18 "children": [
19 { 19 {
20 "position": [8, 8] 20 "position": [8, 8]
21 }, 21 },
22 { 22 {
23 "shouldFlattenTransform": false, 23 "shouldFlattenTransform": false,
24 "children": [ 24 "children": [
25 { 25 {
26 "position": [8, 8], 26 "position": [8, 8],
27 "bounds": [784, 52], 27 "bounds": [784, 52],
28 "drawsContent": true, 28 "drawsContent": true,
29 "paintInvalidations": [ 29 "paintInvalidations": [
30 { 30 {
31 "object": "LayoutBlockFlow DIV id='child'", 31 "object": "LayoutBlockFlow DIV id='child'",
32 "rect": [1, 1, 100, 100], 32 "rect": [1, 1, 100, 100],
33 "reason": "layer" 33 "reason": "subtree"
34 }, 34 },
35 { 35 {
36 "object": "LayoutBlockFlow DIV id='target'", 36 "object": "LayoutBlockFlow DIV id='target'",
37 "rect": [1, 1, 50, 50], 37 "rect": [1, 1, 50, 50],
38 "reason": "layer" 38 "reason": "subtree"
39 } 39 }
40 ] 40 ]
41 }, 41 },
42 { 42 {
43 "position": [9, 9], 43 "position": [9, 9],
44 "bounds": [100, 100], 44 "bounds": [100, 100],
45 "drawsContent": true, 45 "drawsContent": true,
46 "paintInvalidations": [ 46 "paintInvalidations": [
47 { 47 {
48 "object": "LayoutBlockFlow DIV id='child'", 48 "object": "LayoutBlockFlow DIV id='child'",
49 "rect": [0, 0, 100, 100], 49 "rect": [0, 0, 100, 100],
50 "reason": "style change" 50 "reason": "subtree"
51 }, 51 },
52 { 52 {
53 "object": "LayoutBlockFlow DIV id='target'", 53 "object": "LayoutBlockFlow DIV id='target'",
54 "rect": [0, 0, 50, 50], 54 "rect": [0, 0, 50, 50],
55 "reason": "style change" 55 "reason": "subtree"
56 } 56 }
57 ] 57 ]
58 } 58 }
59 ] 59 ]
60 } 60 }
61 ] 61 ]
62 } 62 }
63 ] 63 ]
64 } 64 }
65 65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698