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

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

Issue 1971493002: Auto-rebaseline for r392652 (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'",
(...skipping 10 matching lines...) Expand all
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 (relative positioned) DIV",
32 "rect": [0, 52, 784, 49],
33 "reason": "incremental"
34 },
35 {
36 "object": "LayoutBlockFlow DIV id='child'", 31 "object": "LayoutBlockFlow DIV id='child'",
37 "rect": [1, 1, 100, 100], 32 "rect": [1, 1, 100, 100],
38 "reason": "layer" 33 "reason": "layer"
39 }, 34 },
40 { 35 {
41 "object": "LayoutBlockFlow DIV id='target'", 36 "object": "LayoutBlockFlow DIV id='target'",
42 "rect": [1, 1, 100, 100], 37 "rect": [1, 1, 50, 50],
43 "reason": "layer" 38 "reason": "layer"
44 } 39 }
45 ] 40 ]
46 }, 41 },
47 { 42 {
48 "position": [9, 9], 43 "position": [9, 9],
49 "bounds": [100, 100], 44 "bounds": [100, 100],
50 "drawsContent": true, 45 "drawsContent": true,
51 "paintInvalidations": [ 46 "paintInvalidations": [
52 { 47 {
53 "object": "LayoutBlockFlow DIV id='child'", 48 "object": "LayoutBlockFlow DIV id='child'",
54 "rect": [0, 0, 100, 100], 49 "rect": [0, 0, 100, 100],
55 "reason": "style change" 50 "reason": "style change"
56 }, 51 },
57 { 52 {
58 "object": "LayoutBlockFlow DIV id='target'", 53 "object": "LayoutBlockFlow DIV id='target'",
59 "rect": [0, 0, 100, 100], 54 "rect": [0, 0, 50, 50],
60 "reason": "style change" 55 "reason": "style change"
61 } 56 }
62 ] 57 ]
63 } 58 }
64 ] 59 ]
65 } 60 }
66 ] 61 ]
67 } 62 }
68 ] 63 ]
69 } 64 }
70 65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698